cosmos-sdk/x/staking
Federico Kunze 7325692550
x/staking: skip HistoricalInfo in simulations (#5949)
* x/staking: import and export HistoricalInfo

* staking/types: add HistoricalInfo to GenesisState

* changelog

* add staking module to app BeginBlockers

* remove JSON files

* address comments from review

* add HistoricalInfoKey to skipped prefixes

* fix DiffKVStores

* rm JSON
2020-04-07 22:33:30 +00:00
..
client Merge PR #5915: Tx Client Migration: x/staking 2020-04-03 16:06:37 -04:00
exported Merge PR #5421: Refactor Error Handling 2019-12-27 12:57:54 -05:00
keeper x/staking: skip HistoricalInfo in simulations (#5949) 2020-04-07 22:33:30 +00:00
legacy Merge PR #5495: Replace Redundant Bech32 PubKey Functions 2020-01-09 09:04:28 -05:00
simulation x/staking: skip HistoricalInfo in simulations (#5949) 2020-04-07 22:33:30 +00:00
spec Update docs website (#5827) 2020-03-24 16:20:30 +00:00
types x/staking: skip HistoricalInfo in simulations (#5949) 2020-04-07 22:33:30 +00:00
abci.go Merge PR #5527: Bump Tendermint Version to v0.33.0 2020-01-16 13:46:51 -08:00
alias.go x/staking: skip HistoricalInfo in simulations (#5949) 2020-04-07 22:33:30 +00:00
app_test.go lint: various linting fixs (#5825) 2020-03-20 19:24:18 +00:00
common_test.go Update imports 2020-03-05 09:40:43 -05:00
genesis_test.go fix based on PR comments 2020-02-26 16:05:12 +01:00
genesis.go x/staking: skip HistoricalInfo in simulations (#5949) 2020-04-07 22:33:30 +00:00
handler_test.go fix based on PR comments 2020-02-26 16:05:12 +01:00
handler.go JSON Proto changes 2020-03-26 12:46:10 -04:00
module_test.go create module account on init for FeeCollectorName and tests for other module accounts 2020-03-05 22:11:05 +01:00
module.go Remove dependency of types/module package on x/simulation (#5835) 2020-03-23 12:55:44 +01:00