mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-19 19:30:44 +00:00
add: debug batch storage RPCs
This commit is contained in:
parent
d2f83bd4da
commit
086e2be246
1 changed files with 10 additions and 0 deletions
|
|
@ -415,6 +415,16 @@ web3._extend({
|
|||
call: 'debug_storageRangeAt',
|
||||
params: 5,
|
||||
}),
|
||||
new web3._extend.Method({
|
||||
name: 'batchGetStorageAt',
|
||||
call: 'debug_batchGetStorageAt',
|
||||
params: 3,
|
||||
}),
|
||||
new web3._extend.Method({
|
||||
name: 'batchGetStorage',
|
||||
call: 'debug_batchGetStorage',
|
||||
params: 2,
|
||||
}),
|
||||
new web3._extend.Method({
|
||||
name: 'getModifiedAccountsByNumber',
|
||||
call: 'debug_getModifiedAccountsByNumber',
|
||||
|
|
|
|||
Loading…
Reference in a new issue