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

Add restricted and implicit address types #1229

Merged
merged 46 commits into from
Oct 10, 2023
Merged

Conversation

DaughterOfMars
Copy link

Description of change

Adds the new address types from TIP 50.

Links to any relevant issues

Closes #1220

Open Questions

There are still some todo's where we match on address, not sure what to do.

@DaughterOfMars DaughterOfMars linked an issue Sep 20, 2023 that may be closed by this pull request
@DaughterOfMars
Copy link
Author

Could add type defs for the various Restricted variants for shorter names

@thibault-martinez
Copy link
Member

Could add type defs for the various Restricted variants for shorter names

Tbh I personally prefer explicit names, even if rather long

@DaughterOfMars
Copy link
Author

They could still be pretty explicit, and would technically be more correct, like RestrictedEd25519Address

sdk/src/client/utils.rs Outdated Show resolved Hide resolved
Copy link
Member

@thibault-martinez thibault-martinez left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Common feature set failing

@thibault-martinez thibault-martinez merged commit 9fb7b8c into 2.0 Oct 10, 2023
28 of 31 checks passed
@thibault-martinez thibault-martinez deleted the feat/address-types branch October 10, 2023 14:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add new address types - Rust
5 participants