Releases: cosmos/ibc-apps
packet-forward-middleware v7.0.1
Highlights
- Module path updated for clarity:
github.com/cosmos/ibc-apps/middleware/packet-forward-middleware/v7/router
>github.com/cosmos/ibc-apps/middleware/packet-forward-middleware/v7/packetforward
- Fixes ViperStrike vulnerability by not committing non-deterministic
transfertypes.ModuleCdc.UnmarshalJSON
to state #105 - Fixes PigeonFall vulnerability by updating new transfer keeper escrow expected account balances #117
What's Changed
- update pfm v7 dependencies by @faddat in #92
- fix: ibc-hooks unit tests to work with ibc-go >=7.1.0 by @xlab in #56
- fix: validate proposed genesis state in InitGenesis by @jtieri in #90
- Add cw-ics721 to README by @shanev in #100
- add ICS 100 and ICS 101 by @liangping in #99
- Fix PFM to not fail packets that aren't
FungibleTokenPacketData
by @assafmo in #105 - Add to Motherboard if label has PFM or ICQ by @Reecepbcups in #104
- Spelling, grammar, and formatting fixes. by @Reecepbcups in #102
- test: use non-deprecated gomock package & fix unit tests by @jtieri in #88
- move workflows to standalone files by @Reecepbcups in #116
- rename:
router
->packetforward
by @Reecepbcups in #118 - Add warning to ibc-hooks docs by @nicolaslara in #70
- pfm simapp for e2e by @Reecepbcups in #117
New Contributors
- @xlab made their first contribution in #56
- @shanev made their first contribution in #100
- @liangping made their first contribution in #99
- @assafmo made their first contribution in #105
- @Reecepbcups made their first contribution in #104
Full Changelog: middleware/packet-forward-middleware/v7.0.0...middleware/packet-forward-middleware/v7.0.1
packet-forward-middleware v6.1.1
Highlights
- Fixes ViperStrike vulnerability by not committing non-deterministic
transfertypes.ModuleCdc.UnmarshalJSON
to state #105
What's Changed
- update dependencies in pfmv6 by @faddat in #93
[BP: release/v6 <- #90]
fix: validate proposed genesis state in InitGenesis by @mergify in #98[BP: release/v6 <- #105]
Fix PFM to not fail packets that aren'tFungibleTokenPacketData
by @mergify in #108
Full Changelog: middleware/packet-forward-middleware/v6.1.0...middleware/packet-forward-middleware/v6.1.1
packet-forward-middleware v5.2.1
Highlights
- Fixes ViperStrike vulnerability by not committing non-deterministic
transfertypes.ModuleCdc.UnmarshalJSON
to state #105
What's Changed
- pfm v5 by @faddat in #94
[BP: release/v5 <- #90]
fix: validate proposed genesis state in InitGenesis by @mergify in #97[BP: release/v5 <- #105]
Fix PFM to not fail packets that aren'tFungibleTokenPacketData
by @mergify in #107[BP: release/v5 <- #102]
Spelling, grammar, and formatting fixes. by @mergify in #110
Full Changelog: middleware/packet-forward-middleware/v5.2.0...middleware/packet-forward-middleware/v5.2.1
packet-forward-middleware v4.1.1
Highlights
- Fixes ViperStrike vulnerability by not committing non-deterministic
transfertypes.ModuleCdc.UnmarshalJSON
to state #105
What's Changed
- packet forward middleware v4 by @faddat in #95
[BP: release/v4 <- #90]
fix: validate proposed genesis state in InitGenesis by @mergify in #96[BP: release/v4 <- #105]
Fix PFM to not fail packets that aren'tFungibleTokenPacketData
by @mergify in #106[BP: release/v4 <- #102]
Spelling, grammar, and formatting fixes. by @mergify in #109
Full Changelog: middleware/packet-forward-middleware/v4.1.0...middleware/packet-forward-middleware/v4.1.1
middleware/packet-forward-middleware/v6.1.0
CHANGELOG:
The previous release was v6.0.3
in the strangelove/packet-forward-middleware repo.
🚨 The strangelove packet-forward-middleware repo will be archived. Cosmos/ibc-apps is its new home! 🚨
middleware/packet-forward-middleware/v5.2.0
CHANGELOG:
The previous release was v5.1.3
in the strangelove/packet-forward-middleware repo.
🚨 The strangelove packet-forward-middleware repo will be archived. Cosmos/ibc-apps is its new home! 🚨
middleware/packet-forward-middleware/v4.1.0
CHANGELOG:
The previous release was v4.0.6
in the strangelove/packet-forward-middleware repo.
🚨 The strangelove packet-forward-middleware repo will be archived. Cosmos/ibc-apps is its new home! 🚨
middleware/packet-forward-middleware/v7.0.0
This release brings compatibility with IBC-Go v7
.