Skip to content

Commit

Permalink
Update release information used for mainnet and testnet (#439)
Browse files Browse the repository at this point in the history
  • Loading branch information
emperorjm authored Jan 11, 2024
1 parent 0770c48 commit 32d66c0
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 16 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.2',
$$archwayVersion$$: 'v4.0.3',
};
36 changes: 23 additions & 13 deletions content/4.validators/2.becoming-a-validator/8.upgrades-history.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,20 @@ description: Discover information on past network upgrades.

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

## v4.0.3

- **Version**: v4.0.3
<!--- **Type**: Network Upgrade-->
- **Time**: 2024-01-11
- **Motivation**: This release fixes a flawed dependency on cosmwasm
- **Release**: https://github.com/archway-network/archway/releases/tag/v4.0.3
- **Changelog**: https://github.com/archway-network/archway/blob/v4.0.3/CHANGELOG.md


## v4.0.2

- **Version**: v4.0.2
- **Type**: Network Upgrade
<!--- **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
Expand All @@ -23,7 +33,7 @@ In this section, you can get information regarding past network upgrades.
## v2.0.0

- **Version**: v2.0.0
- **Type**: Network Upgrade
<!--- **Type**: Network Upgrade-->
- **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
Expand All @@ -34,7 +44,7 @@ In this section, you can get information regarding past network upgrades.


- **Version**: v1.0.1
- **Type**: Network Upgrade
<!--- **Type**: Network Upgrade-->
- **Time**: 2023-07-04
- **Motivation**: Fixing incorrect gas estimation when running with *--dry-run* flag
- **Release**: https://github.com/archway-network/archway/releases/tag/v1.0.1
Expand All @@ -45,7 +55,7 @@ In this section, you can get information regarding past network upgrades.


- **Version**: v1.0.0
- **Type**: Hard Fork
<!--- **Type**: Hard Fork-->
- **Time**: 2023-07-02
- **Motivation**: Mainnet launch!
- **Release**: https://github.com/archway-network/archway/releases/tag/v1.0.0
Expand All @@ -55,7 +65,7 @@ In this section, you can get information regarding past network upgrades.


- **Version**: v1.0.0-rc.4
- **Type**: Network Upgrade
<!--- **Type**: Network Upgrade-->
- **Time**: 2023-06-23
- **Motivation**: adding cosmwasm capabilities
- **Release**: https://github.com/archway-network/archway/releases/tag/v1.0.0-rc.4
Expand All @@ -68,7 +78,7 @@ In this section, you can get information regarding past network upgrades.


- **Version**: v1.0.0-rc.3
- **Type**: Network Upgrade
<!--- **Type**: Network Upgrade-->
- **Time**: 2023-06-22
- **Motivation**: Introduced a fix to increase network performance.
- **Release**: https://github.com/archway-network/archway/releases/tag/v1.0.0-rc.3
Expand All @@ -79,7 +89,7 @@ In this section, you can get information regarding past network upgrades.


- **Version**: v1.0.0-rc.2
- **Type**: Network Upgrade
<!--- **Type**: Network Upgrade-->
- **Time**: 2023-06-21
- **Motivation**: Fixed upgrade rollback issue.
- **Release**: https://github.com/archway-network/archway/releases/tag/v1.0.0-rc.2
Expand All @@ -90,7 +100,7 @@ In this section, you can get information regarding past network upgrades.


- **Version**: v1.0.0-rc.1
- **Type**: Chain Halt Upgrade
<!--- **Type**: Chain Halt Upgrade-->
- **Time**: 2023-06-15
- **Motivation**: Removed upgrade handlers.
- **Release**: https://github.com/archway-network/archway/releases/tag/v1.0.0-rc.1
Expand All @@ -103,7 +113,7 @@ In this section, you can get information regarding past network upgrades.


- **Version**: v0.6.0
- **Type**: Network Upgrade
<!--- **Type**: Network Upgrade-->
- **Time**: 2023-05-31
- **Motivation**: Several improvements, including the addition of the genmsgs module, ibc-go fee middleware, updating the cosmos-sdk,wasmd and ibc-gol versions.
- **Proposal**: https://testnet.mintscan.io/archway-testnet/proposals/11
Expand All @@ -115,7 +125,7 @@ In this section, you can get information regarding past network upgrades.


- **Version**: v0.5.2
- **Type**: Hard Fork
<!--- **Type**: Hard Fork-->
- **Time**: 2023-05-12
- **Motivation**: Changed decimal precision to 10^18.
- **Release**: https://github.com/archway-network/archway/releases/tag/v0.5.2
Expand All @@ -127,7 +137,7 @@ In this section, you can get information regarding past network upgrades.


- **Version**: v0.4.0
- **Type**: Network Upgrade
<!--- **Type**: Network Upgrade-->
- **Block height**: 1492500
- **Time**: 2023-04-20
- **Motivation**: Fixed issue where contract premium was not completely being sent to the rewards address.
Expand All @@ -142,7 +152,7 @@ In this section, you can get information regarding past network upgrades.

- **Version**: v0.3.0
- **Time**: 2023-04-03
- **Type**: Hard Fork
<!--- **Type**: Hard Fork-->
- **Motivation**: This release introduces contract premiums, which allow smart contract developers to apply flat fees for interacting with the contract.
- **Release**: https://github.com/archway-network/archway/releases/tag/v0.3.0
- **Changelog**: https://github.com/archway-network/archway/blob/v0.3.0/CHANGELOG.md
Expand All @@ -154,7 +164,7 @@ In this section, you can get information regarding past network upgrades.
- **Version**: v0.2.0
- **Block height**: 187340
- **Time**: 2023-02-03
- **Type**: Network Upgrade
<!--- **Type**: Network Upgrade-->
- **Motivation**: This release includes CosmWasm bindings to interact with the governance module.
- **Release**: https://github.com/archway-network/archway/releases/tag/v0.2.0
- **Changelog**: https://github.com/archway-network/archway/blob/v0.2.0/CHANGELOG.md
Expand Down
4 changes: 2 additions & 2 deletions content/5.resources/1.networks.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Archway's mainnet, the value-capture chain.


- Chain ID: `archway-1`
- Release: https://github.com/archway-network/archway/releases/tag/v4.0.2
- Release: https://github.com/archway-network/archway/releases/tag/v4.0.3
- RPC: https://rpc.mainnet.archway.io:443
- GRPC: https://grpc.mainnet.archway.io:443
- GRPC-Web: https://grpc-web.mainnet.archway.io:443
Expand All @@ -32,7 +32,7 @@ Archway's mainnet, the value-capture chain.
Stable testing network for dapp developers building dApps.

- Chain ID: `constantine-3`
- Release: https://github.com/archway-network/archway/releases/tag/v4.0.2
- Release: https://github.com/archway-network/archway/releases/tag/v4.0.3
- RPC: https://rpc.constantine.archway.io:443
- GRPC: `grpc.constantine.archway.io:443`
- Faucet: https://faucet.constantine.archway.io
Expand Down

0 comments on commit 32d66c0

Please sign in to comment.