cmd/evm, core/vm, eth: implement api methods to do stdjson dump to local filesystem
This commit is contained in:
committed by
Péter Szilágyi
parent
09d588e0da
commit
42a914a84f
@ -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',
|
||||
|
Reference in New Issue
Block a user