Skip to content

Commit c612fbb

Browse files
authored
added maxUsedGas field in eth_simulateV1 (#528)
1 parent abd445f commit c612fbb

14 files changed

Lines changed: 19 additions & 0 deletions

File tree

integration/mainnet/eth_simulateV1/test_01.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@
5454
"transactionIndex": "0x0"
5555
}
5656
],
57+
"maxUsedGas": "0x5208",
5758
"returnData": "0x",
5859
"status": "0x1"
5960
}

integration/mainnet/eth_simulateV1/test_02.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
},
4444
"gasUsed": "0xe89d",
4545
"logs": [],
46+
"maxUsedGas": "0xe89d",
4647
"returnData": "0x",
4748
"status": "0x0"
4849
}

integration/mainnet/eth_simulateV1/test_03.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
},
4747
"gasUsed": "0xe89d",
4848
"logs": [],
49+
"maxUsedGas": "0xe89d",
4950
"returnData": "0x",
5051
"status": "0x0"
5152
}

integration/mainnet/eth_simulateV1/test_08.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
{
4747
"gasUsed": "0x5a4e",
4848
"logs": [],
49+
"maxUsedGas": "0x5a4e",
4950
"returnData": "0x00000000000000000000000000000000000000000000000000000000deadbeef",
5051
"status": "0x1"
5152
}

integration/mainnet/eth_simulateV1/test_09.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
},
4646
"gasUsed": "0x520e",
4747
"logs": [],
48+
"maxUsedGas": "0x520e",
4849
"returnData": "0x",
4950
"status": "0x0"
5051
}

integration/mainnet/eth_simulateV1/test_10.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,14 @@
4646
{
4747
"gasUsed": "0x5208",
4848
"logs": [],
49+
"maxUsedGas": "0x5208",
4950
"returnData": "0x",
5051
"status": "0x1"
5152
},
5253
{
5354
"gasUsed": "0x5208",
5455
"logs": [],
56+
"maxUsedGas": "0x5208",
5557
"returnData": "0x",
5658
"status": "0x1"
5759
}

integration/mainnet/eth_simulateV1/test_11.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
{
4444
"gasUsed": "0x5208",
4545
"logs": [],
46+
"maxUsedGas": "0x5208",
4647
"returnData": "0x",
4748
"status": "0x1"
4849
}

integration/mainnet/eth_simulateV1/test_17.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
{
4444
"gasUsed": "0x5219",
4545
"logs": [],
46+
"maxUsedGas": "0x5219",
4647
"returnData": "0x000000000000000000000000cccccccccccccccccccccccccccccccccccccccc",
4748
"status": "0x1"
4849
}

integration/mainnet/eth_simulateV1/test_19.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@
5858
{
5959
"gasUsed": "0x521a",
6060
"logs": [],
61+
"maxUsedGas": "0x521a",
6162
"returnData": "0x0000000000000000000000000000000000000000000000000000000000000539",
6263
"status": "0x1"
6364
}

integration/mainnet/eth_simulateV1/test_21.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@
7777
"transactionIndex": "0x0"
7878
}
7979
],
80+
"maxUsedGas": "0x5208",
8081
"returnData": "0x",
8182
"status": "0x1"
8283
}
@@ -154,6 +155,7 @@
154155
"transactionIndex": "0x0"
155156
}
156157
],
158+
"maxUsedGas": "0x5208",
157159
"returnData": "0x",
158160
"status": "0x1"
159161
}

0 commit comments

Comments
 (0)