Skip to content

v0.1.0-rc.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@jrwbabylonlab jrwbabylonlab released this 16 Jan 13:07
· 12 commits to main since this release
e7fa5d5

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