Skip to content

Commit

Permalink
Use delegate cell lock
Browse files Browse the repository at this point in the history
  • Loading branch information
blckngm committed Feb 14, 2023
1 parent da80b3e commit d46def9
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 23 deletions.
14 changes: 7 additions & 7 deletions docker/layer1/ckb/specs/dev.toml
Original file line number Diff line number Diff line change
Expand Up @@ -110,13 +110,13 @@ genesis_epoch_length = 10
permanent_difficulty_in_dummy = true

[params.hardfork]
rfc_0028 = 10
rfc_0029 = 10
rfc_0030 = 10
rfc_0031 = 10
rfc_0032 = 10
rfc_0036 = 10
rfc_0038 = 10
rfc_0028 = 0
rfc_0029 = 0
rfc_0030 = 0
rfc_0031 = 0
rfc_0032 = 0
rfc_0036 = 0
rfc_0038 = 0

[pow]
func = "Dummy"
14 changes: 7 additions & 7 deletions docker/layer1/ckb2/specs/dev.toml
Original file line number Diff line number Diff line change
Expand Up @@ -110,13 +110,13 @@ genesis_epoch_length = 10
permanent_difficulty_in_dummy = true

[params.hardfork]
rfc_0028 = 10
rfc_0029 = 10
rfc_0030 = 10
rfc_0031 = 10
rfc_0032 = 10
rfc_0036 = 10
rfc_0038 = 10
rfc_0028 = 0
rfc_0029 = 0
rfc_0030 = 0
rfc_0031 = 0
rfc_0032 = 0
rfc_0036 = 0
rfc_0038 = 0

[pow]
func = "Dummy"
14 changes: 7 additions & 7 deletions docker/layer1/ckb3/specs/dev.toml
Original file line number Diff line number Diff line change
Expand Up @@ -110,13 +110,13 @@ genesis_epoch_length = 10
permanent_difficulty_in_dummy = true

[params.hardfork]
rfc_0028 = 10
rfc_0029 = 10
rfc_0030 = 10
rfc_0031 = 10
rfc_0032 = 10
rfc_0036 = 10
rfc_0038 = 10
rfc_0028 = 0
rfc_0029 = 0
rfc_0030 = 0
rfc_0031 = 0
rfc_0032 = 0
rfc_0036 = 0
rfc_0038 = 0

[pow]
func = "Dummy"
3 changes: 2 additions & 1 deletion docker/layer2/config/scripts-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"tron_account_lock" : "/scripts/godwoken-scripts/tron-account-lock",
"withdrawal_lock" : "/scripts/godwoken-scripts/withdrawal-lock",
"eth_addr_reg_validator": "/scripts/godwoken-scripts/eth-addr-reg-validator",
"omni_lock": "/scripts/godwoken-scripts/omni_lock"
"omni_lock": "/scripts/godwoken-scripts/omni_lock",
"delegate_cell_lock": "/scripts/godwoken-scripts/delegate-cell-lock"
}
}
1 change: 0 additions & 1 deletion docker/layer2/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ function deploy_rollup_genesis() {
RUST_BACKTRACE=full gw-tools deploy-genesis \
--ckb-rpc http://ckb:8114 \
--scripts-deployment-path $CONFIG_DIR/scripts-deployment.json \
--omni-lock-config-path $CONFIG_DIR/scripts-deployment.json \
--rollup-config $CONFIG_DIR/rollup-config.json \
-o $CONFIG_DIR/rollup-genesis-deployment.json \
-k $ACCOUNTS_DIR/godwoken-block-producer.key
Expand Down

0 comments on commit d46def9

Please sign in to comment.