v0.4.0 introduces the changes required for the Deneb fork, along with some groundwork to support spec testing.
What's Changed
- Fixing path to builder and validator specs by @fredriksvantes in #73
- Update index.html by @ralexstokes in #74
- mirror
beacon-apis
deploy flow by @ralexstokes in #75 - Update getHeader and submitBlindedBlock to support blobs (EIP-4844) by @jimmygchen in #61
- Fix incorrect field name in Deneb
BuilderBid
type by @jimmygchen in #80 - Update block's
blob_kzg_commitments
size limit by @jimmygchen in #79 - Add data_gas_used to Deneb examples by @StefanBratanov in #81
- add validations from API to spec by @jacobkaufmann in #76
- Update maxItems from 4 to 6 in BlobsBundle by @jtraglia in #85
- Rename "data gas" to "blob gas" in deneb examples by @StefanBratanov in #84
- Update beacon api spec to latest changes by @avalonche in #86
- RFC: Use
MAX_BLOB_COMMITMENTS_PER_BLOCK
as max length for BlindedBlobsBundle SSZ lists by @jimmygchen in #87 - Update types to specific aliases in deneb/builder.md by @ralexstokes in #88
- TOC updates from earlier PRs by @ralexstokes in #89
- Repo updates by @ralexstokes in #91
- Drop "blinded blob sidecar" concept after using signed header to authenticate blobs by @ralexstokes in #90
- Update builder.md to replace
SignedBlobSidecar
withBlobSidecar
by @jimmygchen in #93 - Bumped GitHub spellcheck action to latest version: 0.35.0 by @jonasbn in #94
- various clean ups for dencun by @ralexstokes in #96
- add circuit breaker functionality to specs by @ralexstokes in #95
- V0.4.0 by @ralexstokes in #97
New Contributors
- @fredriksvantes made their first contribution in #73
- @StefanBratanov made their first contribution in #81
- @jacobkaufmann made their first contribution in #76
- @avalonche made their first contribution in #86
Full Changelog: v0.3.0...v0.4.0