Skip to content

Commit f391084

Browse files
committed
Update test failures due to EVM.dryRun buffer gas removal
1 parent 3bd6b75 commit f391084

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/web3js/debug_traces_test.js

+4-4
Original file line numberDiff line numberDiff line change
@@ -283,15 +283,15 @@ it('should retrieve transaction traces', async () => {
283283
txTrace,
284284
{
285285
from: conf.eoa.address.toLowerCase(),
286-
gas: '0xbf57',
286+
gas: '0xb50d',
287287
gasUsed: '0x6147',
288288
to: contractAddress.toLowerCase(),
289289
input: '0xc550f90f',
290290
output: '0x0000000000000000000000000000000000000000000000000000000000000007',
291291
calls: [
292292
{
293293
from: contractAddress.toLowerCase(),
294-
gas: '0x5f01',
294+
gas: '0x54e1',
295295
gasUsed: '0x2',
296296
to: '0x0000000000000000000000010000000000000001',
297297
input: '0x53e87d66',
@@ -585,15 +585,15 @@ it('should retrieve call traces', async () => {
585585
{
586586
from: conf.eoa.address.toLowerCase(),
587587
gas: '0xcdd4',
588-
gasUsed: '0xbdd4',
588+
gasUsed: '0xb38f',
589589
to: contractAddress.toLowerCase(),
590590
input: '0xc550f90f',
591591
output: '0x0000000000000000000000000000000000000000000000000000000000000008',
592592
calls: [
593593
{
594594
from: contractAddress.toLowerCase(),
595595
gas: '0x6d44',
596-
gasUsed: '0x5c8f',
596+
gasUsed: '0x524a',
597597
to: '0x0000000000000000000000010000000000000001',
598598
input: '0x53e87d66',
599599
output: '0x0000000000000000000000000000000000000000000000000000000000000008',

0 commit comments

Comments
 (0)