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

feat: add stake integration schema #38

Merged
merged 10 commits into from
Aug 8, 2024
Merged

Conversation

parodyBit
Copy link
Collaborator

No description provided.

@parodyBit parodyBit marked this pull request as draft December 12, 2023 03:49
@parodyBit parodyBit force-pushed the stake_schema branch 2 times, most recently from 6469a6e to 7eb2ab8 Compare December 12, 2023 14:30
@parodyBit parodyBit marked this pull request as ready for review May 17, 2024 13:07
@parodyBit parodyBit changed the title wip: add stake integration schema feat: add stake integration schema Jun 3, 2024
return publicKey;
}
}
throw ArgumentError('Could not calculate recovery ID');
Copy link
Member

Choose a reason for hiding this comment

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

If we are at this points, it means the signature is invalid. What do you think about adding that information to the error?

Suggested change
throw ArgumentError('Could not calculate recovery ID');
throw ArgumentError('Could not calculate recovery ID. Invalid signature');

@gabaldon gabaldon changed the base branch from main to wit/2 August 8, 2024 12:52
@parodyBit parodyBit merged commit 2e8f99a into witnet:wit/2 Aug 8, 2024
1 check 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.

2 participants