Skip to content

Commit 20c4265

Browse files
committed
chore: improve FullImmutabilityThreshold
1 parent 03b59ad commit 20c4265

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ RPC_URL="http://127.0.0.1:8545"
77
GENESIS_COMMIT="234e3685ec309624f0fbef41043ae117caebc853" # lorentz commit
88
PASSED_FORK_DELAY=40
99
LAST_FORK_MORE_DELAY=10
10-
FullImmutabilityThreshold=512
10+
FullImmutabilityThreshold=2048
1111
MinBlocksForBlobRequests=576
1212
DefaultExtraReserveForBlobRequests=32
1313
BreatheBlockInterval=600

bsc_cluster.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ function native_start() {
214214
# geth may be replaced
215215
cp ${workspace}/bin/geth ${workspace}/.local/node${i}/geth${i}
216216
# update `config` in genesis.json
217-
${workspace}/.local/node${i}/geth${i} dumpgenesis --datadir ${workspace}/.local/node${i} | jq . > ${workspace}/.local/node${i}/genesis.json
217+
# ${workspace}/.local/node${i}/geth${i} dumpgenesis --datadir ${workspace}/.local/node${i} | jq . > ${workspace}/.local/node${i}/genesis.json
218218
# run BSC node
219219
nohup ${workspace}/.local/node${i}/geth${i} --config ${workspace}/.local/node${i}/config.toml \
220220
--mine --vote --password ${workspace}/.local/node${i}/password.txt --unlock ${cons_addr} --miner.etherbase ${cons_addr} --blspassword ${workspace}/.local/node${i}/password.txt \

0 commit comments

Comments
 (0)