Update BlindedBlobsBundle SSZ list max length and update builder tests #4710
Update BlindedBlobsBundle SSZ list max length and update builder tests #4710jimmygchen merged 10 commits intosigp:deneb-free-blobsfrom
BlindedBlobsBundle SSZ list max length and update builder tests #4710Conversation
320cb67 to
d3c38a8
Compare
BlindedBlobsBundle SSZ list max length and update builder tests
e6ce74f to
d5de9fb
Compare
d5de9fb to
0192a8e
Compare
|
I haven't got mock builder fully working with mock relay yet, but I think these changes are good to go. I think we need a modified |
afc83f7 to
64cf0bf
Compare
|
I think our local testing with Tested using this version of |
Co-authored-by: realbigsean <seananderson33@GMAIL.com>
Issue Addressed
Addresses #4665
Proposed Changes
MAX_BLOB_COMMITMENTS_PER_BLOCKas max length forBlindedBlobsBundleSSZ lists. This removes theBuilderKzgCommitmentstype and replace its usage withBlockBodyKzgCommitmentseverywhere, and renamingBlockBodyKzgCommitmentsback to justKzgCommitments. Builder spec PR:MAX_BLOB_COMMITMENTS_PER_BLOCKas max length for BlindedBlobsBundle SSZ lists ethereum/builder-specs#87mev-rsandethereum-consensusdependencies to support latest deneb spec.mock_builder::open_bidto convert response tomev-rsExecutionPayloadtype correctlyIssues
There's an issue with proposer prep that's currently being fixed in #4703, and the fix is required before continuing with testing.