mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 23:26: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.
14 lines
312 B
JSON
14 lines
312 B
JSON
[
|
|
{
|
|
"gas": "0x186a0",
|
|
"gasPrice": "0x600",
|
|
"input": "0x",
|
|
"nonce": "0x0",
|
|
"to": "0x1111111111111111111111111111111111111111",
|
|
"value": "0x1",
|
|
"v" : "0x0",
|
|
"r" : "0x0",
|
|
"s" : "0x0",
|
|
"secretKey" : "0x45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8"
|
|
}
|
|
]
|