feat(store/v2): add WorkingHash (#20706)

This commit is contained in:
cool-developer
2024-06-27 17:50:58 +00:00
committed by GitHub
parent 5f2bcfc416
commit be0e2eef0c
9 changed files with 146 additions and 39 deletions
-3
View File
@@ -23,9 +23,6 @@ jq '.app_state.gov.voting_params.voting_period = "600s"' genesis.json > temp.jso
# to change the inflation
jq '.app_state.mint.minter.inflation = "0.300000000000000000"' genesis.json > temp.json && mv temp.json genesis.json
# change the initial height to 2 to work around store/v2 and iavl limitations with a genesis block
jq '.initial_height = 2' genesis.json > temp.json && mv temp.json genesis.json
$SIMD config set client chain-id simapp-v2-chain
$SIMD keys add test_validator --indiscreet
VALIDATOR_ADDRESS=$($SIMD keys show test_validator -a --keyring-backend test)