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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user