Patch for concurrent iterator & others (onto v1.11.6) #386

Closed
roysc wants to merge 1565 commits from v1.11.6-statediff-v5 into master
Showing only changes of commit 1325fef102 - Show all commits

View File

@ -600,6 +600,11 @@ web3._extend({
call: 'eth_getLogs',
params: 1,
}),
new web3._extend.Method({
name: 'call',
call: 'eth_call',
params: 3,
}),
],
properties: [
new web3._extend.Property({