core/vm, rpc/api: renamed to debug.replayTransaction, migrated to new RPC, integrated feedback

Integrated code review suggestions

Integrated last review comments
This commit is contained in:
Peter Pratscher
2016-01-28 19:21:05 +01:00
parent 528dcc3814
commit 15780ead07
4 changed files with 147 additions and 1 deletions

View File

@ -399,6 +399,11 @@ web3._extend({
call: 'debug_writeMemProfile',
params: 1
}),
new web3._extend.Method({
name: 'replayTransaction',
call: 'debug_replayTransaction',
params: 4
})
],
properties:
[