diff --git a/.github/workflows/ibc-test.yaml b/.github/workflows/ibc-test.yaml index b777771e9..50195ec04 100644 --- a/.github/workflows/ibc-test.yaml +++ b/.github/workflows/ibc-test.yaml @@ -64,10 +64,10 @@ jobs: - name: Prepare CKB run: | if [ ! -f "/tmp/ckb.tar.gz" ]; then - curl -L https://github.com/nervosnetwork/ckb/releases/download/v0.110.0/ckb_v0.110.0_x86_64-unknown-linux-gnu.tar.gz -o /tmp/ckb.tar.gz + curl -L https://github.com/nervosnetwork/ckb/releases/download/v0.111.0/ckb_v0.111.0_x86_64-unknown-linux-gnu.tar.gz -o /tmp/ckb.tar.gz fi tar -zxf /tmp/ckb.tar.gz -C /tmp - echo "/tmp/ckb_v0.110.0_x86_64-unknown-linux-gnu" >> $GITHUB_PATH + echo "/tmp/ckb_v0.111.0_x86_64-unknown-linux-gnu" >> $GITHUB_PATH - name: Prepare Axon source run: git clone --recursive https://github.com/axonweb3/axon.git $SRC_DIR/axon && cd $SRC_DIR/axon && git checkout $AXON_COMMIT diff --git a/tools/forcerelay-test/ckb/dev.toml b/tools/forcerelay-test/ckb/dev.toml index 5087566c8..64eeadf72 100644 --- a/tools/forcerelay-test/ckb/dev.toml +++ b/tools/forcerelay-test/ckb/dev.toml @@ -9,7 +9,9 @@ uncles_hash = "0x000000000000000000000000000000000000000000000000000000000000000 nonce = "0x0" [genesis.genesis_cell] -message = "1675318506136" +message = "ckb_dev" # {{ +# customize => message = "{genesis_message}" +# }} [genesis.genesis_cell.lock] code_hash = "0x0000000000000000000000000000000000000000000000000000000000000000" @@ -101,9 +103,11 @@ genesis_epoch_length = 1000 # For development and testing purposes only. # Keep difficulty be permanent if the pow is Dummy. (default: false) permanent_difficulty_in_dummy = true +starting_block_limiting_dao_withdrawing_lock = 0 [params.hardfork] ckb2023 = 0 + [pow] func = "Dummy"