Skip to content
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 a parse() function #2

Open
pacu opened this issue Sep 28, 2021 · 0 comments
Open

Implement a parse() function #2

pacu opened this issue Sep 28, 2021 · 0 comments
Labels
good first issue Good for newcomers

Comments

@pacu
Copy link
Contributor

pacu commented Sep 28, 2021

namespace zcash_address_util {
    [Throws=AddressError]
    Address parse(string address_text);

implement a function that given a text encoded address returns an Address Opaque type representing that address

requirements:

  • it should fail if the address type is invalid

  • must include tests for at least one FFI platform
    extra points:

  • FFI tests that cover Javascript

  • FFI tests that cover Python

  • FFI tests that cover Ruby

  • FFI tests that cover Java/Kotlin

  • FFI tests that cover Swift

@pacu pacu added the good first issue Good for newcomers label Sep 28, 2021
@pacu pacu changed the title Implemente a parse() function Implement a parse() function Sep 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant