Skip to content

updated error messages #71

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

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open

Conversation

blockchainluffy
Copy link
Contributor

closes #69

also tackles gnosis block time thing from #56

@blockchainluffy blockchainluffy self-assigned this May 26, 2025
@blockchainluffy blockchainluffy requested a review from ulope May 30, 2025 09:08
@blockchainluffy
Copy link
Contributor Author

@ylembachar updated Readme in this same PR.

Copy link
Contributor

@ulope ulope left a comment

Choose a reason for hiding this comment

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

Some text suggestions, otherwise LGTM.

err := httpError.NewHttpError(
fmt.Sprintf("decryption will happen based on gnosis block time, please try again later after %d seconds", registrationData.Timestamp%5),
"",
http.StatusAccepted,
Copy link
Contributor

Choose a reason for hiding this comment

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

This should probably be a 404 instead.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

this was in accordance with what we previously discussed about error code 202 🤔

blockchainluffy and others added 3 commits July 10, 2025 17:30
Co-authored-by: Ulrich Petri <github@ulo.pe>
Co-authored-by: Ulrich Petri <github@ulo.pe>
Co-authored-by: Ulrich Petri <github@ulo.pe>
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.

Update error thrown to users when the fallback keyper is not available
2 participants