Releases: cosmos/ibc-apps
modules/rate-limiting/v10.0.0
What's Changed
- refactor: remove the ability to take a fee for each forwarded packet by @jtieri in #202
- chore: fix some comments by @riskrose in #207
- docs: cleanup wasm_hook.go by @robert-zaremba in #165
- chore: fix some comments by @xiaoxiangirl in #196
- feat: add polytone by @Reecepbcups in #169
- chore: fix some function names by @timesince in #211
- docs: update maintained branches table by @jtieri in #212
- refactor: remove processed key and handling code by @jtieri in #216
- feat: add storage leak test by @joelsmith-2019 in #222
- fix: don't unescrow tokens that are moved between escrow accounts by @wllmshao in #230
- chore: upgrade rate-limiting to ibc-go v10 by @wllmshao in #234
- fix(pfm): bump ibc-go version to avoid marshalling issues by @Zygimantass in #240
- deps: update ibc-hooks to ibc-go v8.6.1 by @gjermundgaraba in #241
- chore(deps): upgrade rate-limiting to ibc-go v10.0.0-beta.2 by @wllmshao in #248
- chore: upgrade pfm to ibc-go v10 by @vladjdk in #236
- fix: make v2 rate limiting support all encodings by @wllmshao in #249
- refactor: use transfertypes denom functions in rate-limiting by @wllmshao in #250
- refactor: allow clientIDs to be used as channelIDs in rate limiting by @wllmshao in #253
- Bump ibc-go in rate limiting and pfm by @Eric-Warehime in #254
New Contributors
- @riskrose made their first contribution in #207
- @robert-zaremba made their first contribution in #165
- @xiaoxiangirl made their first contribution in #196
- @timesince made their first contribution in #211
- @joelsmith-2019 made their first contribution in #222
- @wllmshao made their first contribution in #230
- @Eric-Warehime made their first contribution in #254
Full Changelog: modules/rate-limiting/v8.0.0...modules/rate-limiting/v10.0.0
middleware/packet-forward-middleware/v10.0.0
What's Changed
- chore(deps): upgrade rate-limiting to ibc-go v10.0.0-beta.2 by @wllmshao in #248
- chore: upgrade pfm to ibc-go v10 by @vladjdk in #236
- fix: make v2 rate limiting support all encodings by @wllmshao in #249
- refactor: use transfertypes denom functions in rate-limiting by @wllmshao in #250
- refactor: allow clientIDs to be used as channelIDs in rate limiting by @wllmshao in #253
- Bump ibc-go in rate limiting and pfm by @Eric-Warehime in #254
New Contributors
- @Eric-Warehime made their first contribution in #254
Full Changelog: middleware/packet-forward-middleware/v8.2.0...middleware/packet-forward-middleware/v10.0.0
modules/ibc-hooks/v8.0.0
What's Changed
- chore: upgrade rate-limiting to ibc-go v10 by @wllmshao in #234
- fix(pfm): bump ibc-go version to avoid marshalling issues by @Zygimantass in #240
- deps: update ibc-hooks to ibc-go v8.6.1 by @gjermundgaraba in #241
Full Changelog: middleware/packet-forward-middleware/v8.1.1...modules/ibc-hooks/v8.0.0
modules/ibc-hooks/v7.0.0
What's Changed
- deps: update ibc-hooks to ibc-go v7.9.2 by @gjermundgaraba in #243
- fix(pfm): bump ibc-go version to avoid marshalling issues by @Zygimantass in #242
Full Changelog: middleware/packet-forward-middleware/v7.2.1...middleware/packet-forward-middleware/v7.3.0
What's Changed
- deps: update ibc-hooks to ibc-go v7.9.2 by @gjermundgaraba in #243
- fix(pfm): bump ibc-go version to avoid marshalling issues by @Zygimantass in #242
Full Changelog: middleware/packet-forward-middleware/v7.2.1...modules/ibc-hooks/v7.0.0
middleware/packet-forward-middleware/v8.2.0
What's Changed
- chore: upgrade rate-limiting to ibc-go v10 by @wllmshao in #234
- fix(pfm): bump ibc-go version to avoid marshalling issues by @Zygimantass in #240
- deps: update ibc-hooks to ibc-go v8.6.1 by @gjermundgaraba in #241
New Contributors
- @Zygimantass made their first contribution in #240
Full Changelog: middleware/packet-forward-middleware/v8.1.1...middleware/packet-forward-middleware/v8.2.0
middleware/packet-forward-middleware/v7.3.0
What's Changed
- deps: update ibc-hooks to ibc-go v7.9.2 by @gjermundgaraba in #243
- fix(pfm): bump ibc-go version to avoid marshalling issues by @Zygimantass in #242
Full Changelog: middleware/packet-forward-middleware/v7.2.1...middleware/packet-forward-middleware/v7.3.0
packet-forward-middleware v7.2.1
Summary
Updates to PFM to correct escrow accounting.
THIS IS A STATE BREAKING CHANGE
What's Changed
[BP: release/v7 <- #230]
fix: don't unescrow tokens that are moved between escrow accounts by @mergify in #232
Full Changelog: middleware/packet-forward-middleware/v7.2.0...middleware/packet-forward-middleware/v7.2.1
packet-forward-middleware v8.1.1
Summary
Updates to PFM to correct escrow accounting.
THIS IS A STATE BREAKING CHANGE
What's Changed
Full Changelog: middleware/packet-forward-middleware/v8.1.0...middleware/packet-forward-middleware/v8.1.1
packet-forward-middleware v8.1.0
Summary
Updates to PFM include dependency upgrades to IBC v8.1.1 and Cosmos SDK v0.50.5, aligning log messages with function names, and removing the unused refundTimeout parameter. Additionally, The ability to take a fee for each forwarded packet has been removed, simplifying the middleware's functionality. Lastly, a fix was implemented to properly remove timed out in-flight transactions from the blockchain's state, addressing a potential storage leak.
What's Changed
- docs: update PFM references by @rootulp in #177
- CI: link lint + spell check by @Reecepbcups in #179
- Add unnecessary loop test by @agouin in #180
- deps!(pfm): ibc v8.1.1 and cosmos-sdk v0.50.5 by @hoank101 in #184
- chore(pfm): update log line to match function name by @LuqiPan in #190
- chore(pfm): remove unused
refundTimeout
by @Reecepbcups in #193 - refactor: remove the ability to take a fee for each forwarded packet by @jtieri in #202
- docs: update maintained branches table by @jtieri in #212
- refactor: remove processed key and handling code by @jtieri in #216
- feat: add storage leak test by @joelsmith-2019 in #222
New Contributors
- @rootulp made their first contribution in #175
- @hoank101 made their first contribution in #184
- @LuqiPan made their first contribution in #190
- @joelsmith-2019 made their first contribution in #222
Full Changelog: middleware/packet-forward-middleware/v8.0.2...middleware/packet-forward-middleware/v8.1.0
packet-forward-middleware v7.2.0
Summary
Packet Forward Middleware has removed the ability to take a fee for each forwarded packet, simplifying the middleware's functionality. Additionally, a fix was implemented to properly remove timed out in-flight transactions from the blockchain's state, addressing a potential storage leak.
What's Changed
- refactor: backport changes to remove the ability to take a fee for each forwarded packet by @jtieri in #210
[BP: release/v7 <- #216]
refactor: remove processed key and handling code by @mergify in #218[BP: release/v7 <- #222]
feat: add storage leak test by @mergify in #223
Full Changelog: middleware/packet-forward-middleware/v7.1.3...middleware/packet-forward-middleware/v7.2.0