Skip to content

Commit

Permalink
chore: update changelog
Browse files Browse the repository at this point in the history
(cherry picked from commit 1ae2e57)
  • Loading branch information
nulnut authored and zakir-code committed Dec 6, 2023
1 parent dd699f9 commit d5c226b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,13 @@ Ref: https://keepachangelog.com/en/1.0.0/

# Change log

## [Unreleased]
## [v6.0.0-rc0]

### Features

* Precompile staking redelegate
* Supports precompile staking redelegate
* Supports Convert one-to-one token to many-to-one
* Supports layer2 cross-chain protocol integration

## [v5.0.0]

Expand Down
2 changes: 2 additions & 0 deletions cmd/doctor.go
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,8 @@ func checkBlockchainData(bc blockchain, genesisId, privValidatorKeyFile string)
fmt.Printf("%sVersion: V4.1\n", SPACE)
} else if blockHeight < fxtypes.TestnetBlockHeightV5 {
fmt.Printf("%sVersion: V4.2\n", SPACE)
} else if blockHeight < fxtypes.TestnetBlockHeightV6 {
fmt.Printf("%sVersion: V5.0\n", SPACE)
}
}
return plan != nil, nil
Expand Down
1 change: 1 addition & 0 deletions types/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ const (
TestnetBlockHeightV41 = 8_376_000
TestnetBlockHeightV42 = 8_481_000
TestnetBlockHeightV5 = 9_773_000
TestnetBlockHeightV6 = 11_701_000
)

var (
Expand Down

0 comments on commit d5c226b

Please sign in to comment.