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

Update blsagg service hash fn to return error #257

Merged
merged 3 commits into from
May 30, 2024

Conversation

samlaf
Copy link
Collaborator

@samlaf samlaf commented May 30, 2024

the hashfn type in blsagg was not returning error, which was forcing implementations to panic.

What Changed?

Updated to also return error so client can decide what to do on error

Reviewer Checklist

  • Code is well-documented
  • Code adheres to Go naming conventions
  • Code deprecates any old functionality before removing it

@samlaf samlaf requested review from afkbyte and shrimalmadhur May 30, 2024 07:54
@samlaf samlaf force-pushed the update-blsagg-service-hash-fn branch from 546d91d to 354b2c1 Compare May 30, 2024 15:19
@samlaf samlaf merged commit 4bd13c6 into master May 30, 2024
3 checks passed
@samlaf samlaf deleted the update-blsagg-service-hash-fn branch May 30, 2024 15:29
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