Skip to content

Commit

Permalink
Merge pull request #423 from alexgao001/pre-v1.6.0
Browse files Browse the repository at this point in the history
feat: set up Serengeti upgrade for Mainnet and Testnet
  • Loading branch information
alexgao001 authored Apr 7, 2024
2 parents d46857c + 7b53aed commit 58e74b7
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## V1.6.0
This release introduces the Serengeti upgrade.

Features:
* [#400](https://github.com/bnb-chain/greenfield-cosmos-sdk/pull/400) feat: add upgrade Serengeti


## V1.5.0
This release introduces the Pawnee upgrade.

Features:
* [#396](https://github.com/bnb-chain/greenfield-cosmos-sdk/pull/396) feat: introduce Pawnee upgrade

BUGFIX
* [#401](https://github.com/bnb-chain/greenfield-cosmos-sdk/pull/401) fix: sync failed from genesis


## V1.4.0
This release introduces the Ural upgrade.

Expand Down
8 changes: 8 additions & 0 deletions x/upgrade/types/upgrade_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,10 @@ var (
Name: Pawnee,
Height: 6239520,
Info: "Pawnee hardfork",
}).SetPlan(&Plan{
Name: Serengeti,
Height: 6863285,
Info: "Serengeti hardfork",
})

TestnetChainID = "greenfield_5600-1"
Expand Down Expand Up @@ -99,6 +103,10 @@ var (
Name: Pawnee,
Height: 6623127,
Info: "Pawnee hardfork",
}).SetPlan(&Plan{
Name: Serengeti,
Height: 7354695,
Info: "Serengeti hardfork",
})
)

Expand Down

0 comments on commit 58e74b7

Please sign in to comment.