Skip to content

Releases: ethereum/builder-specs

Sophon

19 Jan 17:28
5839886
Compare
Choose a tag to compare

v0.4.0 introduces the changes required for the Deneb fork, along with some groundwork to support spec testing.

What's Changed

New Contributors

Full Changelog: v0.3.0...v0.4.0

Trisolaris

15 Feb 21:45
58e2c66
Compare
Choose a tag to compare

v0.3.0 introduces support for the capella upgrade, along with a few clarifications and corrections.

What's Changed

New Contributors

Full Changelog: v0.2.0...v0.3.0

Dead Man's Switch

29 Jun 07:19
Compare
Choose a tag to compare

v0.2.0 is a release of the builder specification with backwards incompatible changes and clarifications.

Summary

A few particularly important changes to be aware of:

Full Changelog

Full Changelog: https://github.com/ethereum/builder-specs/commits/v0.2.0

Reappearance factor

23 May 22:12
d995b55
Compare
Choose a tag to compare

v0.1.0 is a release of the Builder API with backwards incompatible changes and clarifications.

Change Log

  • beacon-apis dependency bumped to v2.3.0 which allows us to drop some type definitions from this repo #6. The definitions are the exact same though.
  • issues with the signing machinery were resolved, specifically how to compute the domain and incorporate it into the signing root, by @ralexstokes in #15 closing #14.
  • support for batches of validator registrations by @metachris in #10.

Full Changelog: https://github.com/ethereum/builder-specs/commits/v0.1.0

Planetary Defense

10 May 22:06
748feb0
Compare
Choose a tag to compare

v0.0.0 is the first release of the Builder API.

What's Changed

Well, everything!

The majority of changes can be found in #2, but the beacon-apis reference was also bumped in #6.

This release introduces the Builder API, which consists of 4 endpoints:

  • /eth/v1/builder/status
  • /eth/v1/builder/validators
  • /eth/v1/builder/header/{slot}/{parent_hash}/{pubkey}
  • /eth/v1/builder/blinded_blocks

See the rendered spec for more information: https://ethereum.github.io/builder-specs/