Jimmy Chen
Jimmy Chen
The endpoint has been implemented in https://github.com/sigp/lighthouse/pull/4119 The endpoint returns a `SignedVoluntaryExit` object, which can be submitted to the [Beacon API](https://ethereum.github.io/beacon-APIs/?urls.primaryName=dev#/Beacon/submitPoolVoluntaryExit). [API spec here](https://ethereum.github.io/keymanager-APIs/?urls.primaryName=dev#/Voluntary%20Exit/signVoluntaryExit)
> We may even want to consider potentially having some time-lock or password such that if a user leaves their computer in a public space, someone can't come along and...
Completed in #5923 🎉
@mergify queue
Looks like there are still a few more issues - most likely the issue is that we're assuming enr is always available, will look into that tomorrow.
Yep sounds good! Closing this one
I think we have most of those gossip metrics - `gossipsub_topic_msg_recv_bytes_total`: number of bytes received through gossip - `gossipsub_topic_msg_sent_bytes_total`: number of bytes sent through gossip - `gossipsub_topic_msg_recv_counts_unfiltered_total`: number of unfiltered...
@KatyaRyazantseva is helping us with this as part of #6248 🙏
Thanks @kevaundray! Are there any benchmarks for the `peerdas-kzg` crate?
Nice! Thanks a lot for this @kevaundray There are a few things we need to do before merging this, as `das` is the active branch currently being tested on `peerdas-devnet-1`:...