Skip to content

Commit

Permalink
Add transient store fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ValarDragon authored and jackzampolin committed Aug 16, 2018
1 parent cdfce4c commit 8bf7e85
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions PENDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,20 @@ BREAKING CHANGES
* Update to tendermint v0.23.0. This involves removing crypto.Pubkey,
maintaining a validator address to pubkey map, and using time.Time instead of int64 for time. [SDK PR](https://github.com/cosmos/cosmos-sdk/pull/1927)

<<<<<<< HEAD
## PENDING
=======
* Gaia REST API (`gaiacli advanced rest-server`)

* Gaia CLI (`gaiacli`)

* Gaia
* Make the transient store key use a distinct store key.

* SDK

* Tendermint
>>>>>>> 0d41026a... Rename transient store key to be a unique key.
BREAKING CHANGES
* API
Expand Down
2 changes: 1 addition & 1 deletion cmd/gaia/app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ func NewGaiaApp(logger log.Logger, db dbm.DB, traceStore io.Writer, baseAppOptio
keyGov: sdk.NewKVStoreKey("gov"),
keyFeeCollection: sdk.NewKVStoreKey("fee"),
keyParams: sdk.NewKVStoreKey("params"),
tkeyParams: sdk.NewTransientStoreKey("params"),
tkeyParams: sdk.NewTransientStoreKey("transient_params"),
}

// define the accountMapper
Expand Down

0 comments on commit 8bf7e85

Please sign in to comment.