diff --git a/UPGRADING.md b/UPGRADING.md index d4fb827f1..caf4c189a 100644 --- a/UPGRADING.md +++ b/UPGRADING.md @@ -138,6 +138,8 @@ A field `State.InitialHeight` has been added to record the initial chain height, (not `0`) if starting from height `1`. This can be configured via the genesis field `initial_height`. +The state package has added a `Store` interface. All functions in [state/store.go](https://github.com/tendermint/tendermint/blob/56911ee35298191c95ef1c7d3d5ec508237aaff4/state/store.go#L42-L42) are now part of the interface. The interface returns errors on all methods and can be used by calling `state.NewStore(dbm.DB)`. + ### Privval All requests are now accompanied by the chainID from the network.