Skip to content

Commit

Permalink
Addition of v4.0.2 (#409)
Browse files Browse the repository at this point in the history
* Addition of v4.0.2

* Update archwayVersion variable to the latest version of the protocol being used on Mainnet
  • Loading branch information
emperorjm authored Oct 20, 2023
1 parent 8eba042 commit 707cabc
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion content.config.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export const replaceValues = {
$$archwayVersion$$: 'v4.0.0',
$$archwayVersion$$: 'v4.0.2',
};
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,21 @@ description: Discover information on past network upgrades.

In this section, you can get information regarding past network upgrades.

## v4.0.2

- **Version**: v4.0.2
- **Type**: Network Upgrade
- **Time**: 2023-09-25
- **Motivation**: Addition of fee burn feature and cosmwasm_1_3 capabilities
- **Release**: https://github.com/archway-network/archway/releases/tag/v4.0.2
- **Changelog**: https://github.com/archway-network/archway/blob/v4.0.2/CHANGELOG.md


## v2.0.0

- **Version**: v2.0.0
- **Type**: Network Upgrade
- **Time**: TBD
- **Time**: 2023-08-08
- **Motivation**: Enable ICAHost and fix authz msg decoding in x/rewards antehandlers
- **Release**: https://github.com/archway-network/archway/releases/tag/v2.0.0
- **Changelog**: https://github.com/archway-network/archway/blob/v2.0.0/CHANGELOG.md
Expand Down

0 comments on commit 707cabc

Please sign in to comment.