Jimmy Chen
Jimmy Chen
This feature makes the `proposer-only` mode less useful than it was. I'm inclined to see whether decentralized blob building #6268 formally make it into the spec before deciding to merge...
This PR was closed because the source branch was delete. With `getBlobsV1` being included in the spec, I think we can close this anyway.
Raised issue for the flaky test https://github.com/sigp/lighthouse/issues/6319
@kevaundray I had a chat with @michaelsproul and he suggested that it might not be a good idea to have two versions of `c-kzg` - we had some issues with...
Some early testing results: - Proposers withholding all blobs propose blocks with blobs with 100% success rate - No outbound bandwidth spike for the full nodes with limited upload Bandwidth-limited...
This was originally intended experimental but it's been pretty stable, 800 epochs on devnet and 100% participation, and I think we can merge this. I'll address the review comments, thanks...
> Bring the attack to prod 🙈 Trying to not mention the flag I use for testing. Luckily `git blame` on that line shows someone else's name haha Just realized...
> @jimmygchen Any issues with the kzg libraries? Nope all good so far! I was just flagging the potential challenges that I could imagine when we increase blob count, but...
`engine_getBlobsV1` now implemented in - Nethermind : https://github.com/NethermindEth/nethermind/pull/7322 (merged) - Reth: https://github.com/paradigmxyz/reth/pull/9723 (open)