Skip to content

Commit

Permalink
Revert BaseAccount back to cosmos-sdk (#588)
Browse files Browse the repository at this point in the history
* revert BaseAccount.PubKey fields, Marshal/UnmarshalJSONPB/JSON, and test cases
  • Loading branch information
torao committed Jul 12, 2022
1 parent 6ee4f5c commit 728aea5
Show file tree
Hide file tree
Showing 25 changed files with 320 additions and 1,028 deletions.
2 changes: 1 addition & 1 deletion baseapp/block_gas_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ func TestBaseApp_BlockGas(t *testing.T) {
require.Equal(t, []byte("ok"), okValue)
}
// check block gas is always consumed
baseGas := uint64(35030) // baseGas is the gas consumed before tx msg
baseGas := uint64(40043) // baseGas is the gas consumed before tx msg
expGasConsumed := addUint64Saturating(tc.gasToConsume, baseGas)
if expGasConsumed > txtypes.MaxGasWanted {
// capped by gasLimit
Expand Down
Loading

0 comments on commit 728aea5

Please sign in to comment.