Releases: noble-assets/forwarding
Releases · noble-assets/forwarding
v2.0.0
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
v2.0.0-rc.0
This is a major, consensus breaking, release candidate.
DEPENDENCIES
- Upgrade Cosmos SDK from
v0.45.x
tov0.50.x
(#1)
FEATURES
- 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
- Bump module path to
v2
to align with Golang conventions. (#3) - Emit events for key module actions (registering, clearing, etc). (#13)
Full Changelog: https://github.com/noble-assets/forwarding/commits/v2.0.0-rc.0
v1.2.0
v1.2.0-rc.0
This is a minor, consensus breaking, release to the v1
line.
FEATURES
- Allow accounts with a balance to be registered signerlessly. (#16)
Full Changelog: v1.1.0...v1.2.0-rc.0
v1.1.0
v1.0.0
This is a standalone release of the x/forwarding
module introduced to Noble's codebase in the v4.1.0
Fusion release.
The module has been ported from noble-assets/noble@bb9ee09, which was the latest commit hash that Halborn audited. We have additionally upstreamed noble-assets/noble#350, which introduces a small fix to the forwarding IBC middleware.