packet-forward-middleware v7.0.1
agouin
released this
26 Oct 15:48
·
43 commits
to main
since this release
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