Skip to content

Commit

Permalink
chore: update changelog for v9.0.0 release | lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
zanicar committed Oct 4, 2024
1 parent 51b24c2 commit 569e4d9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,18 +32,21 @@ Contains all the PRs that improved the code without changing the behaviors.

### Added
- [#577](https://github.com/archway-network/archway/pull/577) - Adding a cute ascii art of Archway for the cli
- [#588](https://github.com/archway-network/archway/pull/588) - Add IBC hooks, bump IBC, allows contracts to query callback fee estimations.
- [#588](https://github.com/archway-network/archway/pull/588) - Add IBC hooks, bump IBC, allows contracts to query callback fee estimations.
- [#594](https://github.com/archway-network/archway/pull/594) - Add Constantine upgrade handler

### Changed
- [#573](https://github.com/archway-network/archway/pull/573) - Bump cosmos-sdk to v0.50.6 and ibc to v8.2.1
- [#580](https://github.com/archway-network/archway/pull/580) - Bump cosmos-sdk to v0.50.7 and ibc to v8.3.2
- [#583](https://github.com/archway-network/archway/pull/583) - Bump cometbft to v0.38.10
- [#594](https://github.com/archway-network/archway/pull/594) - Bump core packages to latest / relevant versions

### Fixed
- [#569](https://github.com/archway-network/archway/pull/569) - Audit remidiations for x/cwerrors and x/cwica
- [#566](https://github.com/archway-network/archway/pull/566) - Fixing the localnet script to correctly set gov params post sdk v47
- [#586](https://github.com/archway-network/archway/pull/586) - Applied patches for CWAs CWA-2024-003 and CWA-2024-004
- [#589](https://github.com/archway-network/archway/pull/589) - Patch CWSA-2024-005
- [#594](https://github.com/archway-network/archway/pull/594) - Upgraded wasmd fork with amino jason rendering fix

### Improvements

Expand Down
2 changes: 1 addition & 1 deletion app/app_upgrades.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import (
"fmt"

upgradetypes "cosmossdk.io/x/upgrade/types"
"github.com/archway-network/archway/app/upgrades/constantineupgrades"

"github.com/archway-network/archway/app/upgrades"
upgrade_0_6 "github.com/archway-network/archway/app/upgrades/06"
Expand All @@ -16,6 +15,7 @@ import (
upgrade6_0_0 "github.com/archway-network/archway/app/upgrades/6_0_0"
upgrade7_0_0 "github.com/archway-network/archway/app/upgrades/7_0_0"
upgrade9_0_0 "github.com/archway-network/archway/app/upgrades/9_0_0"
"github.com/archway-network/archway/app/upgrades/constantineupgrades"
)

// UPGRADES
Expand Down
3 changes: 2 additions & 1 deletion app/upgrades/constantineupgrades/contantineupgrades.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@ import (

storetypes "cosmossdk.io/store/types"
upgradetypes "cosmossdk.io/x/upgrade/types"
"github.com/cosmos/cosmos-sdk/types/module"

"github.com/archway-network/archway/app/keepers"
"github.com/archway-network/archway/app/upgrades"
"github.com/cosmos/cosmos-sdk/types/module"
)

var WASMD_50_Amino_Patch = upgrades.Upgrade{
Expand Down

0 comments on commit 569e4d9

Please sign in to comment.