Merge pull request #14350 from fjl/trie-iterator-skip-2

eth: add debug_storageRangeAt
This commit is contained in:
Péter Szilágyi
2017-04-25 11:10:21 +03:00
committed by GitHub
20 changed files with 497 additions and 323 deletions

View File

@ -345,6 +345,11 @@ web3._extend({
call: 'debug_getBadBlocks',
params: 0,
}),
new web3._extend.Method({
name: 'storageRangeAt',
call: 'debug_storageRangeAt',
params: 5,
}),
],
properties: []
});