Releases: archway-network/archway
Releases · archway-network/archway
v8.0.0-alpha.1
Changelog
- 53405f4 chore: prep for v8 alpha release (#576)
- bb559de chore: cosmos-sdk bump to v0.50 (#573)
- e815f98 ci: fix chain upgrade test (#574)
- 5f2bde7 fix: fixing the localnet script to correctly set gov params post sdk v47 (#566)
- c5dcaa3 ci(proto): use buf 1.31 to push files (#572)
- 80ee3f3 fix: Update Swagger doc and config to include CWICA and CWErrors modules (#568)
- 42f51f0 fix: Fix the Dockerfile.deprecated which wasnt building (#570)
- 68f8e29 ci(proto): automatically publish proto files (#571)
- 8f11848 fix: audit remediations (#569)
- eacccad refactor(x/callback): Remove redundant code in SaveCallback (#567)
- 24ab519 chore: Post v7.0.0 release maintenance (#565)
v7.0.1
v7.0.0
Added
- #481 by @spoo-bar - Add Release Checklist issue type
- #504 by @spoo-bar - Interchain test gh workflow now runs on PRs targetting release branches as well as main
- #501 by @spoo-bar - Adding x/callback module
- #532 by @spoo-bar - Adding ADR-009 for x/callback module
- #527 by @fdymylja - Add x/cwfees module.
- #541 by @spoo-bar - Update the interchaintest framework to v7
- #542, #548 by @spoo-bar - Adding x/cwica module
- #543 by @spoo-bar - Bumping sdk to v0.47.9
- #544 by @spoo-bar - Bumping sdk to v0.47.10
- #546 by @spoo-bar - Adding x/cwerrors module
- #549 by @spoo-bar - Integrating x/cwerrors into x/cwica
- #550 by @spoo-bar - Integrating x/cwerrors into x/callback module
- #551 by @spoo-bar - Adding ADR-012 for x/cwerrors
- #554 by @spoo-bar - Bumping ibc-go to v7.4.0
- #553 by @zanicar - Add explicit module licenses
- #557 by @spoo-bar - Updating the module specs to include module error codes
- #563 by @spoo-bar - Bumping cosmos-sdk to v0.47.11
Improvements
Changed
- #505 by @zanicar - Update release process to account for release candidates on Titus
- #558 by @spoo-bar - Updated the new modules default params in upgrade handler
- #561 by @spoo-bar - Updated swagger file for latest release
- #560 by @shahbazn - Update go-releaser to use go v1.21.x
Fixed
- #537 by @spoo-bar - Fix issue with callback failing when module param is changed
- #538 by @spoo-bar - Fixing the interchain test gh workflow failing cuz rc tags were not recognized
- #539 by @spoo-bar - Remediations for x/callback audit
- #552 by @spoo-bar - Fix issue with x/callback callback error code was not identified correctly when setting cwerrors
- #559 by @spoo-bar - Fixing wrong bond denom being considered for x/callback and x/cwerrors fees
- #562 by @spoo-bar - Fixing the account from which x/cwerrors subscription fees are deducted
- #564 by @spoo-bar - Remediations for x/cwerrors audit
Full Changelog: v6.0.3...v7.0.0
v7.0.0-rc.3
fix(x/cwerrors): send fees from the sender account instead of contrac…
v7.0.0-rc.2
fix: fixing wrong bond denom being considered for callback fees (#559) * removing usage of sdk.DefaultBondDenom * Update CHANGELOG.md
v7.0.0-rc.1
Full Changelog: v6.0.3...v7.0.0-rc.1
v6.0.3
Fix for the ibc-go security advisory: GHSA-j496-crgh-34mx
Full Changelog: v6.0.2...v6.0.3
v6.0.2
v6.0.1
v6.0.0
Added
- #431 by @spoo-bar - Added gh workflow to run IBC conformance tests on PRs
- #439 by @jlehtimaki - Adding containerized localnet
- #445 by @spoo-bar - Adding Archway logo and version number to upgrade logs
- #459 by @zanicar - Add missing ADR references to docs index
- #442 by @spoo-bar - Upgrade cosmos-sdk from v0.45.16 to v0.47.5 and all the other things it depends on
- #470 by @spoo-bar - Bumping x/wasmd to v0.43.0
- #507 by @spoo-bar – Version bump x/wasmd to v0.45.0 and cosmos-sdk to v0.47.6
- #502 by @fdymylja - Improve rewards withdrawal experience by allowing a Metadata owner to set that rewards directly go to the reward address.
- #462 by @fdymylja - adding docs ADR-008 – Improvements on rewards withdrawal experience
Changed
- #457 by @spoo-bar - Modify the upgrade handlers to pass in all the app keepers instead of just the account keeper
- #465 by @spoo-bar - Change the name of the gh workflow job from
build
torun-tests
as it runs tests - #507 by @spoo-bar – Version bump wasmd to v0.45.0 and cosmos-sdk to v0.47.6
- #529 by @spoo-bar – Version bump wasmd to v0.47.6 and cosmos-sdk to v0.47.7
- #531 by @spoo-bar - Bump wasmvm from v1.5.0 to v1.5.1. Ref: CWA-2023-004
- #534 by @spoo-bar - Bump wasmvm to v1.5.2.
Deprecated
- #439 by @jlehtimaki - Renaming
debug
image todev
- #461 by @jlehtimaki - Remove titus network deployment
Fixed
- #497 by @fdymylja - Fix rest endpoints in App
- #476 by @jlehtimaki - Fix amd64 binary compatibility on newer linux OS
- #514 by @spoo-bar - Fix snapshot db being hardcoded from goleveldb to based on config
- #522 by @spoo-bar - Fix Archway module endpoints not showing up in swagger
Improvements
Full Changelog: v4.0.3...v6.0.0