Skip to content

fix: consistently serialize signer#334

Merged
ed255 merged 1 commit intomainfrom
feat/consistent-signer-serialization
Jul 10, 2025
Merged

fix: consistently serialize signer#334
ed255 merged 1 commit intomainfrom
feat/consistent-signer-serialization

Conversation

@ed255
Copy link
Collaborator

@ed255 ed255 commented Jul 9, 2025

  • serialize the signer in base58 both as Value and as the signer embedded in the SignedPod json data field.
  • Implement serialization/deserialization for Signature

Resolve #333

- serialize the signer in base58 both as Value and as the signer embedded
in the SignedPod json data field.
- Implement serialization/deserialization for Signature
@ed255 ed255 requested a review from arnaucube July 9, 2025 14:02
Copy link
Collaborator

@arnaucube arnaucube left a comment

Choose a reason for hiding this comment

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

LGTM!

@ed255 ed255 merged commit aeedf55 into main Jul 10, 2025
6 checks passed
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.

signer is serialized in two different ways

2 participants