Skip to content

Commit

Permalink
Merge pull request #602 from binance-chain/release/0.5.10
Browse files Browse the repository at this point in the history
[R4R] hotfix statesync for paramhub change in breathe block is not loaded
  • Loading branch information
ackratos authored Jun 13, 2019
2 parents b3b14d9 + 34b5309 commit 8983ffb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.5.10
BUG FIXES

* [\#602](https://github.com/binance-chain/node/pull/602) [StateSync] Fix paramhub change in breathe block is not loaded

## 0.5.9

Expand Down
1 change: 1 addition & 0 deletions app/statesync_helper.go
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ func (app *BinanceChain) EndRecovery(height int64) error {

// TODO: sync the breathe block on state sync and just call app.DexKeeper.Init() to recover order book and recentPrices to memory
app.resetDexKeeper(height)
app.initParams()

// init app cache
accountStore := stores.GetKVStore(common.AccountStoreKey)
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ var (
Version string
)

const NodeVersion = "0.5.9"
const NodeVersion = "0.5.10"

func init() {
Version = fmt.Sprintf("Binance Chain Release: %s;", NodeVersion)
Expand Down

0 comments on commit 8983ffb

Please sign in to comment.