Merge pull request #2156 from ppratscher/add_replay_tx

core/vm, rpc/api: added debug_replayTransaction RPC call
This commit is contained in:
Péter Szilágyi
2016-02-03 10:34:52 +02:00
4 changed files with 147 additions and 1 deletions

View File

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