trustlines-protocol / blockchain

MIT License
10 stars 7 forks source link

Change gas limit in chains spec and config #568

Closed cducrest closed 5 years ago

cducrest commented 5 years ago

Change values to: minGasLimit to 8_000_000 gasLimit of genesis to 8_000_000 keep gasLimitBoundDivisor as it is explicitely set target gas limit of validators to 8_000_000 via --gas-floor-target=8000000 argument or gas_floor_target = "8000000" under mining in the config file.