Skip to content

Commit

Permalink
feat: introduces hulunbeier-patch upgrade (#380)
Browse files Browse the repository at this point in the history
* introduces hulunbeier-patch upgrade

* add CHANGELOG.md
  • Loading branch information
alexgao001 authored Jan 2, 2024
1 parent b47fd23 commit 5517b65
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## v1.3.0
This release introduces the Hulunbeier upgrade.

Features:
* [#368](https://github.com/bnb-chain/greenfield-cosmos-sdk/pull/368) feat: introduce the Hulunbeier upgrade
* [#376](https://github.com/bnb-chain/greenfield-cosmos-sdk/pull/376) feat: introduces hulunbeierPatch upgrade

## v1.2.1
This release changes the Manchurian upgrade height of testnet.

Expand Down
2 changes: 2 additions & 0 deletions types/upgrade.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,6 @@ const (

// Hulunbeier is the upgrade name for Hulunbeier upgrade
Hulunbeier = "Hulunbeier"

HulunbeierPatch = "HulunbeierPatch"
)
4 changes: 3 additions & 1 deletion x/upgrade/types/upgrade_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ const (
Manchurian = types.Manchurian

// Hulunbeier is the upgrade name for Hulunbeier upgrade
Hulunbeier = "Hulunbeier"
Hulunbeier = types.Hulunbeier

HulunbeierPatch = types.HulunbeierPatch
)

// The default upgrade config for networks
Expand Down

0 comments on commit 5517b65

Please sign in to comment.