core/vm, eth: Add support for javascript trace functions

This commit is contained in:
Nick Johnson
2016-08-22 15:03:30 +01:00
parent d8cec35b10
commit 2f99720901
6 changed files with 551 additions and 18 deletions

View File

@ -284,7 +284,8 @@ web3._extend({
new web3._extend.Method({
name: 'traceTransaction',
call: 'debug_traceTransaction',
params: 1
params: 2,
inputFormatter: [null, null]
})
],
properties: []