Skip to content

v2.0.0

Latest
Compare
Choose a tag to compare
@johnletey johnletey released this 10 Nov 17:18
v2.0.0
9d7657a

Second release of the x/forwarding module, aligning it with the latest developments in Cosmos and Noble.

DEPENDENCIES

  • Upgrade Cosmos SDK to the latest v0.50.x release. (#1)

FEATURES

  • Support app wiring for compatibility with Noble's core codebase. (#1)
  • Utilize collections for managing module state. (#1)
  • Support an optional fallback address for easy recovery of funds. (#12)
  • Allow fine-tuned control over which denoms are forwarded. (#13)
  • Allow accounts with a balance to be registered signerlessly. (#18)

IMPROVEMENTS

  • Update module path for v2 release line. (#3)
  • Emit events for key module actions (registering, clearing, etc). (#13)
  • Reorganize repository to align with Noble's standards. (#19)