Skip to content

Commit

Permalink
Bump Polyjuice to 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Flouse committed Sep 14, 2022
1 parent ed3e611 commit 8485f8e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 5 deletions.
6 changes: 3 additions & 3 deletions testnet_v1_1/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
# see: https://docs.nervos.org/docs/basics/guides/run-ckb-with-docker#run-a-ckb-testnet-node
gw-readonly:
container_name: gw-testnet_v1-readonly
image: ghcr.io/nervosnetwork/godwoken-prebuilds:1.6-rc
image: ghcr.io/nervosnetwork/godwoken-prebuilds:1.6.1
expose: [8119, 8219]
healthcheck:
test: /bin/gw-healthcheck.sh
Expand Down Expand Up @@ -45,7 +45,7 @@ services:
- ./chain-data/redis-data:/data

web3:
image: nervos/godwoken-web3-prebuilds:v1.7.0-rc1
image: nervos/godwoken-web3-prebuilds:v1.7.0
healthcheck:
test: curl http://127.0.0.1:8024 || exit 1
volumes:
Expand All @@ -62,7 +62,7 @@ services:
condition: service_healthy

web3-indexer:
image: nervos/godwoken-web3-indexer-prebuilds:v1.7.0-rc1
image: nervos/godwoken-web3-indexer-prebuilds:v1.7.0
volumes:
- ./web3-indexer-config.toml:/var/lib/web3-indexer/indexer-config.toml
working_dir: /var/lib/web3-indexer
Expand Down
13 changes: 11 additions & 2 deletions testnet_v1_1/gw-testnet_v1-config-readonly.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,17 @@ backend_type = 'Polyjuice'

[[backend_switches]]
switch_height = 180000
# Polyjuice v1.4 is backward compatible with Polyjuice v1.3
# https://github.com/nervosnetwork/godwoken-polyjuice/releases/tag/1.4.0-rc
# Polyjuice v1.4.0 is backward compatible with Polyjuice v1.3
# https://github.com/nervosnetwork/godwoken-polyjuice/releases/tag/1.4.0
[[backend_switches.backends]]
validator_path = '/scripts/godwoken-polyjuice-v1.4.0/validator'
generator_path = '/scripts/godwoken-polyjuice-v1.4.0/generator'
validator_script_type_hash = '0x1629b04b49ded9e5747481f985b11cba6cdd4ffc167971a585e96729455ca736'
backend_type = 'Polyjuice'

[[backend_switches]]
switch_height = 380000
# https://github.com/nervosnetwork/godwoken-polyjuice/releases/tag/1.4.1
[[backend_switches.backends]]
validator_path = '/scripts/godwoken-polyjuice/validator'
generator_path = '/scripts/godwoken-polyjuice/generator'
Expand Down

0 comments on commit 8485f8e

Please sign in to comment.