Skip to content

Releases: babylonlabs-io/babylon-staking-indexer

v0.1.0-rc.3

16 Jan 13:07
e7fa5d5
Compare
Choose a tag to compare
v0.1.0-rc.3 Pre-release
Pre-release

What's Changed

  • Replace .Str() with .Stringer() for types that implement fmt.Stringer by @kirugan in #121
  • Remove redundant typecasts by @kirugan in #119
  • Trigger mock generations through go generate by @kirugan in #120
  • feat: handle unexpected unbonding tx by @gusin13 in #102
  • Replace .Str()+strconv.Format() in logs with .Uint32 for uint32 types by @kirugan in #123
  • feat: emit withdrawn and withdrawable events by @gusin13 in #116
  • Remove unused types by @kirugan in #124
  • Replace types.Error with error interface (#122) by @kirugan in #125
  • Replace types.error with error 2 (#122) by @kirugan in #126
  • Add helper .collection(...) method to database by @kirugan in #127

New Contributors

Full Changelog: v0.1.0-rc.2...v0.1.0-rc.3

v0.1.0-rc.2

13 Jan 12:30
f1a55b8
Compare
Choose a tag to compare
v0.1.0-rc.2 Pre-release
Pre-release

What's Changed

Full Changelog: v0.1.0-rc.1...v0.1.0-rc.2

v0.1.0-rc.1

07 Jan 13:13
a54dce1
Compare
Choose a tag to compare
v0.1.0-rc.1 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: https://github.com/babylonlabs-io/babylon-staking-indexer/commits/v0.1.0-rc.1