test: use full syncmode to run rpc node (#2321)
This commit is contained in:
parent
38db9bf4e2
commit
79cd5222e7
@ -35,7 +35,7 @@ function generate_genesis() {
|
||||
function init_genesis_data() {
|
||||
node_type=$1
|
||||
node_id=$2
|
||||
geth --datadir ${workspace}/storage/${node_id} init --state.scheme "hash" ${workspace}/genesis/genesis.json
|
||||
geth --datadir ${workspace}/storage/${node_id} init ${workspace}/genesis/genesis.json
|
||||
cp ${workspace}/config/config-${node_type}.toml ${workspace}/storage/${node_id}/config.toml
|
||||
sed -i -e "s/{{NetworkId}}/${BSC_CHAIN_ID}/g" ${workspace}/storage/${node_id}/config.toml
|
||||
if [ "${node_id}" == "bsc-rpc" ]; then
|
||||
|
@ -11,6 +11,6 @@ while [ "$i" -lt ${account_cnt} ]; do
|
||||
done
|
||||
|
||||
geth --config ${DATA_DIR}/config.toml --datadir ${DATA_DIR} --netrestrict ${CLUSTER_CIDR} \
|
||||
--verbosity ${VERBOSE} --nousb \
|
||||
--verbosity ${VERBOSE} --nousb --syncmode "full"\
|
||||
--rpc.allow-unprotected-txs --history.transactions 15768000 \
|
||||
-unlock ${unlock_sequences} --password /dev/null >${DATA_DIR}/bscnode-rpc.log
|
||||
|
Loading…
Reference in New Issue
Block a user