v0.2.4
Compatible versions:
- Prover: v2.0.1-hotfix.1
- Bridge: v0.2.0
Changelog
Version v0.2.4 is a patch-release, fixing some issues found in v0.2.1 and adding some minor enhancements
Synchronizer
- Fix to store batchl2data when a batch is opened to keep db consistent (#2358)
- Fix "batch already closed" error in permissionless nodes (#2348)
Eth-Tx-Manager
- Added
GasPriceMarginFactor
andMaxGasPrice
configuration parameters to eth-tx-manager (#2360).GasPriceMarginFactor
is used to multiply the suggested gas price provided by the network in order to allow a different gas price to be set for all the transactions and make it
easier to have the txs prioritized in the pool.MaxGasPriceLimit
helps to avoid transactions to be sent over a specified
gas price amount. If the value of this parameter is set to 0 means that there is no limit
[EthTxManager]
GasPriceMarginFactor = 1
MaxGasPriceLimit = 0
Other
- Rename node/prover config files used in docker compose and release files, so they have the same name in all the environments (#2349)