Skip to content

Commit

Permalink
#1751 case where no contract is called
Browse files Browse the repository at this point in the history
  • Loading branch information
kladkogex committed Jan 16, 2024
1 parent bce8a66 commit 6c8d897
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"0x0000000000000000000000000000000000000000": {
"balance": "0x37382a5"
"balance": "0x3a7099f"
},
"Tracer.address": {
"balance": "0x0",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"from": "0x907cd0881e50d359bb9fd120b1a5a143b1c97de6",
"gas": "0x5208",
"gasUsed": "0x5208",
"to": "0x357f46ec7aeedf63232ec38b6a5e84fdb0974b62",
"input": "0x",
"value": "0x16345785d8a0000",
"type": "CALL"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"gas": 21000,
"failed": false,
"returnValue": "",
"structLogs": []
}
1 change: 0 additions & 1 deletion test/historicstate/hardhat/scripts/trace.ts
Original file line number Diff line number Diff line change
Expand Up @@ -581,7 +581,6 @@ async function main(): Promise<void> {
const transferHash : string = await callTestContractRun(deployedContract);

await getAndPrintCommittedTransactionTrace(transferHash, CALL_TRACER, TEST_TRANSFER_CALLTRACER_FILE_NAME);
await sleep(1000000);
await getAndPrintCommittedTransactionTrace(transferHash, DEFAULT_TRACER, TEST_TRANSFER_DEFAULTTRACER_FILE_NAME);


Expand Down

0 comments on commit 6c8d897

Please sign in to comment.