Skip to content

Commit

Permalink
Merge pull request #309 from bnb-chain/develop
Browse files Browse the repository at this point in the history
release: prepare release for v0.2.5
  • Loading branch information
randyahx authored Sep 12, 2023
2 parents 3468b78 + 3edf7eb commit 4927885
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 6 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## v0.2.5

This release includes all the changes in the v0.2.5 alpha versions and 1 new feature.

Features:
* [#306](https://github.com/bnb-chain/greenfield-cosmos-sdk/pull/306) feat: enable Nagqu hardfork to testnet
* [#277](https://github.com/bnb-chain/greenfield-cosmos-sdk/pull/277) feat: restrict token transfers to payment accounts

Chores:
* [#300](https://github.com/bnb-chain/greenfield-cosmos-sdk/pull/300) chore: add hardfork logic for Nagqu

## v0.2.5-alpha.1
This release includes 1 feature and 1 chore.

Expand Down
11 changes: 5 additions & 6 deletions x/upgrade/types/upgrade_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,11 @@ const (
// The default upgrade config for networks
var (
TestnetChainID = "greenfield_5600-1"
TestnetConfig = NewUpgradeConfig()
// .SetPlan(&Plan{
// Name: EnablePublicDelegationUpgrade,
// Height: 100,
// Info: "Enable public delegation",
// })
TestnetConfig = NewUpgradeConfig().SetPlan(&Plan{
Name: Nagqu,
Height: 471350,
Info: "Nagqu hardfork",
})
)

func NewUpgradeConfig() *UpgradeConfig {
Expand Down

0 comments on commit 4927885

Please sign in to comment.