Skip to content

Releases: persistenceOne/persistenceBridge

Cosmos sdk upgrade to v0.45.1 and ica support added

14 Apr 09:23
8f107f4
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.7.0...v0.8.0

Bot initialisation fix

14 Apr 10:52
Compare
Choose a tag to compare

v0.6.0 Release Notes

25 Feb 05:47
Compare
Choose a tag to compare

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

23 Feb 15:08
Compare
Choose a tag to compare
Pre-release

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

25 Feb 05:56
eb43933
Compare
Choose a tag to compare

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

07 Jan 17:01
2b1154e
Compare
Choose a tag to compare
Pre-release

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

17 Dec 10:45
Compare
Choose a tag to compare

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

17 Dec 07:09
6bb3c42
Compare
Choose a tag to compare

Updates

  • Logging all tx hashes from cosmos based chains

Fixes

  • replacing time.Tick to time.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

30 Sep 12:44
179df69
Compare
Choose a tag to compare

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

20 Sep 08:55
20dc70e
Compare
Choose a tag to compare

Updates

  • MPC API updates
  • Minting cap removed

Fixes

  • Produced db records logic