Skip to content

Commit

Permalink
mainnet_v1: bump to Godwoken 1.14.0-smt-trie and web3/indexer 1.14.0 (#…
Browse files Browse the repository at this point in the history
…98)

mainnet_v1: bump to Godwoken 1.14.0-smt-trie and web3/indexer 1.14.0
  • Loading branch information
Flouse authored Jul 4, 2023
2 parents 8104d13 + 2588e9c commit 8f40d46
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions mainnet_v1/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ volumes:
services:
gw-readonly:
container_name: gw-mainnet_v1-readonly
image: ghcr.io/godwokenrises/godwoken:v1.13.0
image: ghcr.io/godwokenrises/godwoken:v1.14.0-smt-trie
expose: [8119, 8219]
healthcheck:
test: /bin/gw-healthcheck.sh
Expand All @@ -26,6 +26,9 @@ services:
- RUST_LOG=info
command: |
bash -c 'set -ex
# migrate command for SMT trie feature, only needs to be run on first activation
godwoken migrate --config /deploy/config.toml | tee -a /mnt/smt-migrate.log
# use this command to rewind the chain to the last valid block, if the node has encountered
# some bad blocks accidentally due to e.g. version/configuration differences.
# see also: https://github.com/godwokenrises/godwoken/pull/832
Expand Down Expand Up @@ -56,7 +59,7 @@ services:
- mainnet_v1-redis-data:/data

web3:
image: ghcr.io/godwokenrises/godwoken-web3-prebuilds:v1.13.0
image: ghcr.io/godwokenrises/godwoken-web3-prebuilds:v1.14.0
healthcheck:
test: curl http://127.0.0.1:8024 || exit 1
volumes:
Expand All @@ -73,7 +76,7 @@ services:
condition: service_healthy

web3-indexer:
image: ghcr.io/godwokenrises/godwoken-web3-indexer-prebuilds:v1.13.0
image: ghcr.io/godwokenrises/godwoken-web3-indexer-prebuilds:v1.14.0
volumes:
- ./web3-indexer-config.toml:/var/lib/web3-indexer/indexer-config.toml
- ./chain-data/logs:/var/lib/web3-indexer/logs
Expand Down

0 comments on commit 8f40d46

Please sign in to comment.