Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mainnet_v1: bump Godwoken to v1.15.0 #102

Merged
merged 1 commit into from
Nov 29, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 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.14.0-smt-trie
image: ghcr.io/godwokenrises/godwoken:v1.15.0-smt-trie
expose: [8119, 8219]
healthcheck:
test: /bin/gw-healthcheck.sh
Expand Down Expand Up @@ -59,7 +59,7 @@ services:
- mainnet_v1-redis-data:/data

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

web3-indexer:
image: ghcr.io/godwokenrises/godwoken-web3-indexer-prebuilds:v1.14.0
image: ghcr.io/godwokenrises/godwoken-web3-indexer-prebuilds:v1.15.0
volumes:
- ./web3-indexer-config.toml:/var/lib/web3-indexer/indexer-config.toml
- ./chain-data/logs:/var/lib/web3-indexer/logs
Expand Down
5 changes: 0 additions & 5 deletions mainnet_v1/gw-mainnet_v1-config-readonly.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@ node_mode = 'readonly'
# see: https://docs.nervos.org/docs/basics/guides/run-ckb-with-docker/#run-a-ckb-mainnet-node
[rpc_client]
ckb_url = 'https://mainnet.ckb.dev/rpc'
# If a CKB indexer RPC url is explicitly specified, we assume that we are
# connecting to a standalone indexer (i.e. we use get_tip).
# Otherwise we just use CKB RPC url and assume that we are connecting to CKB
# builtin indexer (i.e. we use get_indexer_tip).
# indexer_url = 'standalone ckb-indexer, optional'

[rpc_server]
listen = '0.0.0.0:8119'
Expand Down