You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* (x/slashing) [#18016](https://github.com/cosmos/cosmos-sdk/pull/18016) Fixed builder function for missed blocks key (`validatorMissedBlockBitArrayPrefixKey`) in slashing/migration/v4
73
73
* (x/gov) [#17873](https://github.com/cosmos/cosmos-sdk/pull/17873) Fail any inactive and active proposals whose messages cannot be decoded.
74
+
* (simulation) [#17911](https://github.com/cosmos/cosmos-sdk/pull/17911) Fix all problems with executing command `make test-sim-custom-genesis-fast` for simulation test.
Copy file name to clipboardExpand all lines: types/context.go
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -50,6 +50,7 @@ type Context struct {
50
50
blockGasMeter storetypes.GasMeter
51
51
checkTxbool
52
52
recheckTxbool// if recheckTx == true, then checkTx must also be true
53
+
sigverifyTxbool// when run simulation, because the private key corresponding to the account in the genesis.json randomly generated, we must skip the sigverify.
0 commit comments