Implement missing standard APIs
Have a look at the list in README
Will shh also be supported eventually?
@jellelicht While the whisper API is far from standard, work on implementing it is in-progress.
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.
Hi! I want to try implement personal_signTransaction, but it's not in the RPC spec. Will you accept such PR?
@folex yes, should be fine.