Skip to content

Commit

Permalink
fix: add test and fix miss BeginBlock
Browse files Browse the repository at this point in the history
  • Loading branch information
hoank101 committed May 27, 2024
1 parent 69a6072 commit bb0656d
Show file tree
Hide file tree
Showing 11 changed files with 1,175 additions and 25 deletions.
1 change: 1 addition & 0 deletions scripts/run-node.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ $BINARY gentx $KEY 10030009994127689ppica --keyring-backend $KEYRING --chain-id

update_test_genesis '.app_state["gov"]["params"]["voting_period"]="20s"'
update_test_genesis '.app_state["gov"]["params"]["expedited_voting_period"]="10s"'
update_test_genesis '.app_state["stakingmiddleware"]["params"]["blocks_per_epoch"]="5"'
update_test_genesis '.app_state["mint"]["params"]["mint_denom"]="'$DENOM'"'
update_test_genesis '.app_state["gov"]["params"]["min_deposit"]=[{"denom":"'$DENOM'","amount": "1"}]'
update_test_genesis '.app_state["crisis"]["constant_fee"]={"denom":"'$DENOM'","amount":"1000"}'
Expand Down
Loading

0 comments on commit bb0656d

Please sign in to comment.