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

Message rejection when timestamps are equal #26

Closed
realbigsean opened this issue May 28, 2022 · 1 comment · Fixed by #27
Closed

Message rejection when timestamps are equal #26

realbigsean opened this issue May 28, 2022 · 1 comment · Fixed by #27

Comments

@realbigsean
Copy link

must error. Requests with `timestamp` less than or equal to the previous

The above validation results in duplicates of valid messages returning: {"code":400,"message":"invalid timestamp"}

I was under the impression registrations needed to be re-signed infrequently, and the once per epoch registration we are sending would be a duplicate.

This timestamp requirement also creates a re-signing once per epoch requirement (or however frequently we re send registrations), which could add a lot of load for a client running a lot of validators.

@ralexstokes
Copy link
Member

also #24

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 a pull request may close this issue.

2 participants