rust-web3 icon indicating copy to clipboard operation
rust-web3 copied to clipboard

Implement missing standard APIs

Open tomusdrw opened this issue 8 years ago • 5 comments

Have a look at the list in README

tomusdrw avatar Jan 03 '17 10:01 tomusdrw

Will shh also be supported eventually?

jellelicht avatar Jun 28 '17 14:06 jellelicht

@jellelicht While the whisper API is far from standard, work on implementing it is in-progress.

rphmeier avatar Jun 28 '17 15:06 rphmeier

Sure, feel free to update the Readme or submit a PR with the code. Also note that you can implement your own namespace and use generic web3.api() method: https://tomusdrw.github.io/rust-web3/web3/api/struct.Web3Main.html#method.api to instantiate your custom methods.

tomusdrw avatar Jun 28 '17 15:06 tomusdrw

Hi! I want to try implement personal_signTransaction, but it's not in the RPC spec. Will you accept such PR?

folex avatar Jan 06 '19 19:01 folex

@folex yes, should be fine.

tomusdrw avatar Jan 07 '19 07:01 tomusdrw