cmd/evm, core/vm, eth: implement api methods to do stdjson dump to local filesystem

This commit is contained in:
Martin Holst Swende
2018-10-15 12:28:44 +02:00
committed by Péter Szilágyi
parent 09d588e0da
commit 42a914a84f
5 changed files with 148 additions and 20 deletions

View File

@ -384,6 +384,16 @@ web3._extend({
params: 1,
inputFormatter: [null]
}),
new web3._extend.Method({
name: 'standardTraceBadBlockToFile',
call: 'debug_standardTraceBadBlockToFile',
params: 2,
}),
new web3._extend.Method({
name: 'standardTraceBlockToFile',
call: 'debug_standardTraceBlockToFile',
params: 2,
}),
new web3._extend.Method({
name: 'traceBlockByNumber',
call: 'debug_traceBlockByNumber',