Josh Pyles
Josh Pyles
So as of right now there's partial support for events. It depends on what sort of events are you looking to get. First, it's possible to look at what types...
No problem. Can you give me more details about what exact functionality you're looking for? Are you looking for all past events, or filtering them? I think we can at...
Got it. Thanks for the clarification!
Hmm, that's a weird one. I'm wondering if somehow the from and to are swapped in the signed raw transaction's RLP. Or perhaps one of the other values are being...
Btw looks like this error code is a generic transaction error from Parity, so we'll just have to go off of the message: https://github.com/paritytech/parity-ethereum/blob/master/rpc/src/v1/helpers/errors.rs#L37
@mrdavey I can look into this at some point. Currently swamped with some other work but i'd like to get to the bottom of this!
My understanding is that providing a '0' value SHOULD work, but it doesn't give you the simple replay protection that passing a chainId would give you (The protection is against...
I was just trying to emulate a natural way to call these so it actually looks like a function. I totally agree that variadics are a pain to work with...
Looks good to me. Have you looked into the failing tests?
I left a couple of thoughts. Looks good in general, just a couple of things to consider for future compatibility.