-
Notifications
You must be signed in to change notification settings - Fork 784
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
replace instant with web-time #5800
Conversation
f5ebefe
to
8cca644
Compare
8cca644
to
90fc417
Compare
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.
LGTM!
@Mergifyio queue |
🛑 The pull request has been removed from the queue
|
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.
Just noting here that web-time
simply re-exports std::time
for non wasm targets so we aren't using any specialized implementations of Instant
in Lighthouse, so no heartbeat issues can arise from this.
@Mergifyio queue |
🛑 The pull request has been removed from the queue
|
# Conflicts: # Cargo.lock # beacon_node/lighthouse_network/Cargo.toml
@mergify queue |
✅ The pull request has been merged automaticallyThe pull request has been merged automatically at bbe9242 |
instant
has been abandoned, see sebcrozet/instant#52 (comment)