-
Notifications
You must be signed in to change notification settings - Fork 116
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement validateaddress RPC #5722
Comments
We should implement these, however since they are not strictly mining RPCs they don't fall within the scope of the MVP. |
Some mining pools won't be able to use Zebra until we implement these RPCs. |
I added |
Note that the |
Since that change hasn't been released yet, we might use both names until miners update. |
Hey team! Please add your planning poker estimate with Zenhub @arya2 @conradoplg @dconnolly @oxarbitrage @teor2345 @upbqdn |
@arya can you please update the estimate here, if necessary, after splitting off the original issue |
Motivation
Some mining pools use this RPC to check addresses.
Specifications
https://zcash.github.io/rpc/validateaddress.html
Designs
We can call the
zcash_address
crate to validate shielded and unified addresses. (Zebra also has its own transparent address parsing, but we'd be better to just be consistent and usezcash_address
for everything.)We just need to implement these fields:
Transparent:
Related Work
The text was updated successfully, but these errors were encountered: