-
Notifications
You must be signed in to change notification settings - Fork 54
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/pubsub validators #58
Conversation
73e20f0
to
458e33a
Compare
# TODO: add timeout to validator | ||
pending = pending.concat(p.validators[topic].mapIt(it(topic, message))) | ||
|
||
await allFutures(pending) # await all futures |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems reasonable.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems reasonable. As with any code, there are possible improvements, et cetera, but it unblocks continued attestation aggregation extended validation.
ebd0166
to
19a0a81
Compare
No description provided.