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

Use bytes for Ed25519Signature public key #1818

Merged
merged 8 commits into from
Jan 19, 2024
Merged

Conversation

DaughterOfMars
Copy link

Description of change

Looks like using the PublicKey type here was a mistake, as the validation is not intended to be at the syntactic level. Unfortunately this is a breaking change, and there's no way to avoid that.

Links to any relevant issues

iotaledger/inx-chronicle#1308

Type of change

Choose a type of change, and delete any options that are not relevant.

  • Bug fix (a non-breaking change which fixes an issue)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Copy link
Member

@Thoralf-M Thoralf-M left a comment

Choose a reason for hiding this comment

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

Missing changelog entry and version update or don't you need a new release now?

@DaughterOfMars
Copy link
Author

Yeah, I figured I'd wait until we decide whether this is even happening 😆

@DaughterOfMars DaughterOfMars marked this pull request as draft January 9, 2024 14:42
sdk/CHANGELOG.md Outdated Show resolved Hide resolved
@DaughterOfMars DaughterOfMars marked this pull request as ready for review January 19, 2024 01:53
@DaughterOfMars DaughterOfMars merged commit 348eac1 into develop Jan 19, 2024
34 checks passed
@DaughterOfMars DaughterOfMars deleted the fix/ed25519-pubkey branch January 19, 2024 14:32
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.

4 participants