Skip to content

Commit 0f3de55

Browse files
Add filter by contract code hash to operation index (#551)
1 parent f713eae commit 0f3de55

File tree

581 files changed

+4509
-26900
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

581 files changed

+4509
-26900
lines changed

CHANGELOG.md

Lines changed: 26 additions & 2 deletions

Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,9 @@ update: ## Update dependencies, export requirements.txt
9898
scripts:
9999
python scripts/update_cookiecutter.py
100100
python scripts/update_demos.py
101+
make lint
102+
101103
rm -r tests/replays/*
102-
make lint test
104+
make test
103105

104106
##
File renamed without changes.
File renamed without changes.
File renamed without changes.

demos/demo-tzcolors/Makefile renamed to demos/demo-auction/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ build: ## Build Python wheel package
4444
poetry build
4545

4646
image: ## Build Docker image
47-
docker buildx build . -t demo-tzcolors:${TAG}
47+
docker buildx build . -t demo-auction:${TAG}
4848

4949
clean: ## Remove all files from .gitignore except for `.venv`
5050
git clean -xdf --exclude=".venv"

demos/demo-tzcolors/README.md renamed to demos/demo-auction/README.md

Lines changed: 2 additions & 2 deletions
File renamed without changes.
File renamed without changes.

demos/demo-tzcolors/dipdup.yml renamed to demos/demo-auction/dipdup.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
spec_version: 1.2
2-
package: demo_tzcolors
2+
package: demo_auction
33

44
database:
55
kind: sqlite
6-
path: demo-tzcolors.sqlite3
6+
path: demo-auction.sqlite3
77

88
contracts:
99
tzcolors_minter:
@@ -19,7 +19,7 @@ datasources:
1919
url: ${TZKT_URL:-https://api.tzkt.io}
2020

2121
templates:
22-
tzcolors_auction:
22+
auction:
2323
kind: operation
2424
datasource: <datasource>
2525
contracts:
@@ -42,8 +42,8 @@ templates:
4242
entrypoint: withdraw
4343

4444
indexes:
45-
tzcolors_auction:
46-
template: tzcolors_auction
45+
tzcolors:
46+
template: auction
4747
values:
4848
datasource: tzkt
4949
minter: tzcolors_minter

0 commit comments

Comments
 (0)