mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-28 07:36:44 +00:00
This commit fixes several missing interface-checks, where the code did not properly verify a Hook before calling it. It also fixes an error where the tracer was not set in the vmconfig during t8n initialization. It also adds a testcase which verifies the tracing-output during t8n executio. The testcase currently only checks the jsonlogger, but can be extended. This change also removes a spurious 'null' output in the tracing, when tracing result is null.
16 lines
No EOL
323 B
JSON
16 lines
No EOL
323 B
JSON
{
|
|
"0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
|
|
"balance" : "0x016345785d8a0000",
|
|
"code" : "0x",
|
|
"nonce" : "0x00",
|
|
"storage" : {
|
|
}
|
|
},
|
|
"0x1111111111111111111111111111111111111111" : {
|
|
"balance" : "0x1",
|
|
"code" : "0x604060406040604000",
|
|
"nonce" : "0x00",
|
|
"storage" : {
|
|
}
|
|
}
|
|
} |