Releases: ChainSafe/ChainBridge
Releases · ChainSafe/ChainBridge
v1.1.5
Increase maxPriorityFeePerGas from 1 wei to 1 Gwei in case when networks baseFee > than config.maxGasPrice
v1.1.4
Fixed behavior of maxGasPrice configuration param. Currently if baseFee of network is higher than maxGasPrice then maxFeePerGas wil lbe set as maxGasPrice + 1 gwei
v1.1.3
- Add support of EIP1559 Transactions PR
v1.1.2
Add ethgasstation.info as optional provider for gas price estimation. See config options in readme for more info.
v1.1.1
- Changes default BlockConfirmations to 10 (#594)
- Upgrades to Geth 1.9.25 (#588)
v1.0.4
Changes 🔧
- Adds basic health status (#511)
- Adds basic metrics (blocks processed & votes submitted) (#519, #525)
- Validate chain ID on startup (#494)
- Change some misleading log messages (#491)
- Remove support for toml configs (#516)
Contributors 🎉
@ansermino, @luu-alex, @GregTheGreek
v1.0.3
Changes 🔧
- Add subkey network flag (#484): Allow specification of network when generating sr25519 keys with GSRPC/subkey
Contributors 🎉
@ansermino
v1.0.2
Changes 🔧
- Fixing known events (#480): Additional updates to GSRPC and the event types used for substrate chains
Contributors 🎉
@mikiquantum
v1.0.1
Changes 🔧
- GSRPC Update (#479): Updates to the latest GSRPC version, as well as chainbridge-substrate-events which has also been updated
Contributors 🎉
@mikiquantum