Skip to content

Commit

Permalink
chore: release v7.0.0-rc0 (FunctionX#152)
Browse files Browse the repository at this point in the history
  • Loading branch information
zakir-code committed Feb 22, 2024
1 parent a0ca810 commit e941c12
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,12 @@ Ref: https://keepachangelog.com/en/1.0.0/

# Change log

## [v7.0.0-rc0]

### Features

* Supports bridge call to fxCore evm contract

## [v6.0.0]

### Features
Expand Down
2 changes: 2 additions & 0 deletions cmd/doctor.go
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,8 @@ func checkBlockchainData(bc blockchain, genesisId, privValidatorKeyFile string)
fmt.Printf("%sVersion: V4.2\n", SPACE)
} else if blockHeight < fxtypes.TestnetBlockHeightV6 {
fmt.Printf("%sVersion: V5.0\n", SPACE)
} else if blockHeight < fxtypes.TestnetBlockHeightV71 {
fmt.Printf("%sVersion: V6.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 @@ -33,6 +33,7 @@ const (
TestnetBlockHeightV42 = 8_481_000
TestnetBlockHeightV5 = 9_773_000
TestnetBlockHeightV6 = 11_701_000
TestnetBlockHeightV71 = 12_961_500
)

var (
Expand Down

0 comments on commit e941c12

Please sign in to comment.