Releases: persistenceOne/persistenceBridge
Releases · persistenceOne/persistenceBridge
Cosmos sdk upgrade to v0.45.1 and ica support added
What's Changed
- changes corresponding to gaia v7.0.0 by @ajansari95 in #69
New Contributors
- @ajansari95 made their first contribution in #69
Full Changelog: v0.7.0...v0.8.0
Bot initialisation fix
Full Changelog: v0.7.0...v0.7.1
v0.6.0 Release Notes
Fixes & Features:
- Direct Staking
- Token revert on Eth tx failure
- Compilation script for smart contracts
- Better logging
- Version cmd
- Unit test cases corrections
- Kafka and other bug fixes
- Alerting for validator missing blocks
- Alerting for low bridge admin balance
Breaking changes:
- configuration struct changes
Compatibility:
- cosmos-sdk v0.42.x
v0.6.0-RC2 Release Notes
Fixes & Features:
- Direct Staking
- Token revert on Eth tx failure
- Compilation script for smart contracts
- Better logging
- Version cmd
- Unit test cases corrections
- Kafka and other bug fixes
- Alerting for validator missing blocks
- Alerting for low bridge admin balance
Breaking changes:
- configuration struct changes
Compatibility:
- cosmos-sdk v0.42.x
v0.7.0 Release Notes
Fixes & Features:
- Direct Staking
- Token revert on Eth tx failure
- Compilation script for smart contracts
- Better logging
- Version cmd
- Unit test cases corrections
- Kafka and other bug fixes
- Alerting for validator missing blocks
- Alerting for low bridge admin balance
Breaking changes:
- configuration struct changes
Compatibility:
- cosmos-sdk v0.44.x
v0.6.0-RC1 Release Notes
Fixes & Features:
- Direct Staking
- Token revert on Eth tx failure
- Compilation script for smart contracts
- Better logging
- Version cmd
- Unit test cases corrections
- Kafka and other bug fixes
- Alerting for validator missing blocks
- Alerting for low bridge admin balance
Breaking changes:
- configuration struct changes
Compatibility:
- cosmos-sdk v0.42.x
Cosmos SDK Upgrade
Updates
- Upgrade cosmos-sdk to v0.44.3
- Upgrade kafka version to 2.8.1
Fixes
- Fixed test cases for CASP
Bug Fixes and Improvements
Updates
- Logging all tx hashes from cosmos based chains
Fixes
- replacing
time.Tick
totime.NewTicker
to avoid so that it doesn't leak. - fixing code for delegations which caused amount to be zero.
- increased cosmos block wait to 5
- Check for zero Ethereum address in tx memo
Updating Legacy Type EIP155 signer
Updates
- Updating ABIs of smart contracts as per the upgrade
- Changing outgoing Ethereum tx from Legacy Type with EIP155 signer to Dynamic Fee Tx with London Signer
MPC API updates and uncapped launch
Updates
- MPC API updates
- Minting cap removed
Fixes
- Produced db records logic