Skip to content

Commit

Permalink
Drop duplicate demo_tezos_big_maps project template
Browse files Browse the repository at this point in the history
  • Loading branch information
droserasprout committed Sep 18, 2024
1 parent 4512019 commit 1bbae13
Show file tree
Hide file tree
Showing 61 changed files with 73 additions and 999 deletions.
32 changes: 0 additions & 32 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -193,38 +193,6 @@
"DIPDUP_DEBUG": "1"
}
},
{
"name": "demo_tezos_big_maps: run",
"type": "debugpy",
"request": "launch",
"module": "dipdup",
"args": [
"-e",
".env",
"run"
],
"console": "integratedTerminal",
"cwd": "${workspaceFolder}/src/demo_tezos_big_maps",
"env": {
"DIPDUP_DEBUG": "1"
}
},
{
"name": "demo_tezos_big_maps: init",
"type": "debugpy",
"request": "launch",
"module": "dipdup",
"args": [
"-e",
".env",
"init"
],
"console": "integratedTerminal",
"cwd": "${workspaceFolder}/src/demo_tezos_big_maps",
"env": {
"DIPDUP_DEBUG": "1"
}
},
{
"name": "demo_tezos_dao: run",
"type": "debugpy",
Expand Down
1 change: 0 additions & 1 deletion docs/8.examples/_demos_table.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
| demo_evm_uniswap | EVM | Uniswap V3 pools, positions, etc. (advanced, uses TimescaleDB) | [link](https://github.com/dipdup-io/dipdup/tree/8.0.0/src/demo_evm_uniswap) |
| demo_starknet_events | Starknet | ERC-20 token transfers (from events) | [link](https://github.com/dipdup-io/dipdup/tree/8.0.0/src/demo_starknet_events) |
| demo_tezos_auction | Tezos | NFT marketplace (TzColors) | [link](https://github.com/dipdup-io/dipdup/tree/8.0.0/src/demo_tezos_auction) |
| demo_tezos_big_maps | Tezos | Indexing specific big maps | [link](https://github.com/dipdup-io/dipdup/tree/8.0.0/src/demo_tezos_big_maps) |
| demo_tezos_dao | Tezos | DAO registry (Homebase DAO) | [link](https://github.com/dipdup-io/dipdup/tree/8.0.0/src/demo_tezos_dao) |
| demo_tezos_dex | Tezos | DEX balances and liquidity (Quipuswap) | [link](https://github.com/dipdup-io/dipdup/tree/8.0.0/src/demo_tezos_dex) |
| demo_tezos_domains | Tezos | Domain name service (Tezos Domains) | [link](https://github.com/dipdup-io/dipdup/tree/8.0.0/src/demo_tezos_domains) |
Expand Down
104 changes: 52 additions & 52 deletions pdm.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ dependencies = [
# FIXME: Argument 1 to "serialize" has incompatible type "Event";
"sentry-sdk==2.12.0",
"sqlparse~=0.5",
"starknet-py~=0.24",
"starknet-py==0.24.0",
"strict-rfc3339~=0.7",
"survey~=5.4",
"tabulate~=0.9",
Expand Down
8 changes: 3 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ ecdsa==0.18.0
email-validator==2.2.0; python_version ~= "3.11"
eth-abi==5.1.0
eth-account==0.13.3
eth-hash==0.7.0
eth-hash[pycryptodome]==0.7.0
eth-keyfile==0.8.1
eth-keys==0.5.1
Expand Down Expand Up @@ -62,9 +61,8 @@ platformdirs==4.2.2
poseidon-py==0.1.5
prometheus-client==0.20.0
pycryptodome==3.20.0
pydantic==2.9.1
pydantic-core==2.23.3
pydantic[email]==2.9.1; python_version ~= "3.11"
pydantic-core==2.23.4
pydantic[email]==2.9.2; python_version ~= "3.11"
pyhumps==3.8.0
pypika-tortoise==0.1.6
pysignalr==1.0.0
Expand All @@ -83,7 +81,7 @@ sentry-sdk==2.12.0
six==1.16.0
sniffio==1.3.1
sqlparse==0.5.1
starknet-py==0.24.1
starknet-py==0.24.0
strict-rfc3339==0.7
survey==5.4.0
sympy==1.11.1
Expand Down
22 changes: 0 additions & 22 deletions src/demo_tezos_big_maps/.dockerignore

This file was deleted.

29 changes: 0 additions & 29 deletions src/demo_tezos_big_maps/.gitignore

This file was deleted.

Loading

0 comments on commit 1bbae13

Please sign in to comment.