Skip to content

Commit 0bed0b5

Browse files
committed
cleanup
1 parent f5c9459 commit 0bed0b5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
- [\#774](https://github.com/cosmos/evm/pull/774) Emit proper allowance amount in erc20 event.
2626
- [\#790](https://github.com/cosmos/evm/pull/790) fix panic in historical query due to missing EvmCoinInfo.
2727
- [\#800](https://github.com/cosmos/evm/pull/800) Fix denom exponent validation in virtual fee deduct in vm module.
28+
- [\#812](https://github.com/cosmos/evm/pull/812) Patch evm tx index and log indexes, cleanup EmitTxHashEvent and ResetTransientGasUsed.
2829

2930
## v0.5.0
3031

evmd/tests/integration/balance_handler/balance_handler_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ func (s *BalanceHandlerTestSuite) TestRecursivePrecompileCallsWithDebugPrecompil
9191
s.Require().NoError(err, "callback transaction should succeed")
9292
s.Require().False(res.IsErr(), "callback should not fail: %s", res.Events)
9393

94-
s.Require().Equal(len(res.Events), 15, "callback should have 15 events")
94+
s.Require().Equal(len(res.Events), 14, "callback should have 14 events")
9595
debug_count := 0
9696
for _, event := range res.Events {
9797
if event.Type == "debug_precompile" {

0 commit comments

Comments
 (0)