Ted Yeh

Results 3 issues of Ted Yeh

Hi, I would like eth_getProof to be part of the supported JSON-RPC methods (https://hardhat.org/hardhat-network/docs/reference#json-rpc-methods-support). I am doing something where I am using merkle proofs, which can be found via that...

status:blocked
type:feature
blocked-reason:needs-edr
effort:difficult

https://github.com/nilsmagnus/wsdl2java/blob/master/plugin/src/main/groovy/no/nils/wsdl2java/Wsdl2JavaTask.groovy#L70 The `.add(position, element)` method inserts the element _before_ the existing item at that position. See the line `list.add(1, 3) //add 3 just before index 1` in the accepted answer:...