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
This commit is contained in:
Federico Kunze
2020-04-07 22:33:30 +00:00
committed by GitHub
parent 7b21c54359
commit 7325692550
13 changed files with 80 additions and 23 deletions
+3 -3
View File
@@ -51,7 +51,7 @@ jobs:
with:
path: ~/go/bin
key: ${{ runner.os }}-go-runsim-binary
- name: test nondeterminism
- name: test-sim-nondeterminism
run: |
make test-sim-nondeterminism
@@ -97,9 +97,9 @@ jobs:
with:
path: ~/go/bin
key: ${{ runner.os }}-go-runsim-binary
- name: test after import
- name: test-sim-after-import
run: |
make test-sim-import-export
make test-sim-after-import
test-sim-multi-seed-short:
runs-on: ubuntu-latest