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
torao authored Jul 12, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 6ee4f5c commit 728aea5
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
@@ -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
Loading

0 comments on commit 728aea5

Please sign in to comment.