Skip to content

Releases: archway-network/archway

v8.0.0-alpha.1

28 Jun 08:02
53405f4
Compare
Choose a tag to compare

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

21 May 11:15
Compare
Choose a tag to compare

Added

  • #571 by @aelesbao - Automatically publish proto files to buf.build

Fixed

  • #570 by @spoo-bar - Fix the Docker.deprecated file to build
  • #568 by @spoo-bar - Update Swagger doc and config to include CWICA and CWErrors modules

v7.0.0

25 Apr 12:48
6b7bbb5
Compare
Choose a tag to compare

Added

Improvements

  • #533 by @fdymylja - Add more x/cwfees tests and adjust the gas limit of the RequestGrant call.

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

19 Apr 08:51
c2f92ce
Compare
Choose a tag to compare
fix(x/cwerrors): send fees from the sender account instead of contrac…

v7.0.0-rc.2

17 Apr 10:08
ca24a70
Compare
Choose a tag to compare
v7.0.0-rc.2 Pre-release
Pre-release
fix: fixing wrong bond denom being considered for callback fees (#559)

* removing usage of sdk.DefaultBondDenom

* Update CHANGELOG.md

v7.0.0-rc.1

11 Apr 09:22
18a857c
Compare
Choose a tag to compare
v7.0.0-rc.1 Pre-release
Pre-release

Full Changelog: v6.0.3...v7.0.0-rc.1

v6.0.3

08 Apr 05:27
a7d5990
Compare
Choose a tag to compare

Fix for the ibc-go security advisory: GHSA-j496-crgh-34mx

Full Changelog: v6.0.2...v6.0.3

v6.0.2

01 Mar 20:04
Compare
Choose a tag to compare

Full Changelog: v6.0.1...v6.0.2

v6.0.1

23 Feb 19:01
Compare
Choose a tag to compare

Full Changelog: v6.0.0...v6.0.1

v6.0.0

02 Feb 13:18
Compare
Choose a tag to compare

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 to run-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

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

  • #478 by @fdymylja – moves x/rewards state to use collections for state management.

Full Changelog: v4.0.3...v6.0.0