Skip to content

Releases: ethereum/execution-apis

v1.0.0-beta.7

v1.0.0-beta.7 Pre-release
Pre-release

Choose a tag to compare

@kclowes kclowes released this 10 Jun 22:01
5aebdfd

What's Changed

Full Changelog: v1.0.0-beta.6...v1.0.0-beta.7

v1.0.0-beta.6

v1.0.0-beta.6 Pre-release
Pre-release

Choose a tag to compare

@kclowes kclowes released this 09 Jun 19:10
713c56d

What's Changed

  • docs: release notes for v1.0.0-beta.5 - update pages to the latest release by @github-actions[bot] in #820
  • Correct versioning on prerelease and release, releases by @zcstarr in #821

New Contributors

  • @github-actions[bot] made their first contribution in #820

Full Changelog: v1.0.0-beta.5...v1.0.0-beta.6

v1.0.0-beta.5

v1.0.0-beta.5 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 08 Jun 17:04
1ad4d25

This is the first release in more than 2 years, so there are too many updates to list individually.

Some highlights:

  • Engine API: Amsterdam fork support, PayloadAttributesV4 with targetGasLimit and slot, engine_getBlobsV3/V4, EIP-7928 block-level access lists
  • ETH methods: eth_simulateV1 (with maxUsedGas), eth_config (EIP-7910), eth_capabilities, eth_getStorageValues, net_version, filter API improvements, blockTimestamp in logs
  • Removed: uncle count methods, totalDifficulty from block schema
  • New testing infrastructure: testing_buildBlockV1, txpool spec, rpctestgen merged in
  • Updated OpenRPC linter, revamped docs site
  • 44 new contributors(!)

Full Changelog: v1.0.0-beta.4...v1.0.0-beta.5

Traction control

Traction control Pre-release
Pre-release

Choose a tag to compare

@lightclient lightclient released this 22 Apr 03:09
7907424

The pre-release v1.0.0-beta.4 is a mammoth of an execution-apis release.

There are far to many changes over the last year to dive deeply into any of them, but a few highlights:

  • Proto-spec for Prague is available for devnet-0 work.
  • The test generation tooling has changed a bit, thanks to the work of @fjl. The testing chain is now created using hivechain.
  • The eth namespace endpoints were updated for Cancun.
  • mining namespace was completely removed.

Full Changelog: v1.0.0-beta.3...v1.0.0-beta.4

Clean Air

Clean Air Pre-release
Pre-release

Choose a tag to compare

@lightclient lightclient released this 27 Mar 16:54

v1.0.0-beta.3 is a pre-release of the Execution APIs.

This release finalizes the changes for the upcoming Shanghai-Capella upgrade. As mentioned in v1.0.0-beta.2, there were indeed a couple minor changes. Most relevant are #380 and #387.

In addition to the changes made to the Engine API, @mkalinin worked hard during the Edelweiss interop to develop the Open RPC schema for the Engine API. It is not currently considered authoritative, but it is a step in that direction. In the meantime, please continue referring to the markdown specifications in the case of any disagreement.

eth Namespace

engine Namespace

New Contributors

Full Changelog: v1.0.0-beta.2...v1.0.0-beta.3

Bollard

Bollard Pre-release
Pre-release

Choose a tag to compare

@lightclient lightclient released this 27 Jan 14:50

v1.0.0-beta.2 is a pre-release of the Execution APIs.

This is the first release of the Execution APIs since the Paris-Bellatrix upgrade. Most of the changes are preparing for the upcoming Shanghai-Capella upgrade. It's possible that some small additional changes will be made before the upgrade occurs, but we anticipate this release to be quite stable. One notable change to the Engine API that we still anticipate for Shanghai is the deprecation of engine_exchangeTransitionConfiguration (#339). Please share any feedback in the outstanding PR.

Beyond support for Shanghai-Capella, a number of housekeeping PRs were merged. @mkalinin designed a new layout for the Engine API specifications based on forks. This will hopefully allow client developers to more easily understand what the API should look like for any given fork. Some early specifications for EIP-4844 were also merged.

In the eth namespace, a new Withdrawal object was defined in #334 and was added to the eth_getBlockBy* methods. A bug fix was provided via #326 and #351, which together added support for querying by block hash anywhere that previously allowed only BlockNumberOrTag. This behavior already existed in clients and was not properly specified here.

Many other small fixes by contributed by various individuals. Danke für die Hilfe!

eth Namespace

engine Namespace

Miscellaneous

New Contributors

Full Changelog: v1.0.0-beta.1...v1.0.0-beta.2

Scrutineering

Scrutineering Pre-release
Pre-release

Choose a tag to compare

@lightclient lightclient released this 22 Aug 14:57

v1.0.0-beta.1 is a pre-release of the Execution APIs.

The is a jam-packed release for execution-apis. First there were several clarifications to the engine methods in preparation for the mainnet merge. The eth namespace spec was converted to YAML for readability and many corrections were made. Some existing functionality was added to the spec scope and some was removed. The debug namespace was officially added. Tests for eth and debug now live in the /tests folder. @s1na has defined the GraphQL interface for eth-style methods. Finally, the documentation has been improved substantially. There is now a guide for making changes to the JSON-RPC. PTAL if you want to understand better how to contribute to this repository.

Now that there is some test coverage and confidence in correctness is building, we're moving out of alpha and into beta. Note that this designation is only due to the instability expected in the eth namespace. The engine namespace should be considered stable and ready for mainnet use.

eth Namespace

debug Namespace

engine Namespace

  • Auth spec shouldn't specify which methods are provided over it by @lightclient in #196
  • Engine API: respond with error if payload attributes are invalid by @mkalinin in #211
  • engine timeouts (redux) by @djrtwo in #216
  • Engine API: adjust error codes with JSON-RPC 2.0 spec by @mkalinin in #214
  • Engine API: return error if forkchoice state is inconsistent by @mkalinin in #213
  • Engine API: remove unauth port and refer to auth spec by @mkalinin in #219
  • Clarify the difference between SYNCING and ACCEPTED by @djrtwo in #215
  • Engine API: replace INVALID_TERMINAL_BLOCK with INVALID + lvh=0x00..00 by @mkalinin in #217
  • Engine API: a few clarifications by @mkalinin in #226
  • Make td optional field on block by @lightclient in #251
  • require JWT keys to be exactly 32 bytes by @tersec in #242
  • Engine API: narrow down fcU skip conditions by @mkalinin in #244
  • Engine API: recommend to retry the call after timeout by @mkalinin in #253
  • Increase JWT issued-at window to 60s by @dapplion in #256

New Contributors

Full Changelog: v1.0.0-alpha.8...v1.0.0-beta.1

Ballast

Ballast Pre-release
Pre-release

Choose a tag to compare

@lightclient lightclient released this 19 May 23:15

v1.0.0-alpha.9 is a pre-release of the Execution API.

In this release, the eth namespace saw some minor changes. The engine namespace was further refined, particularly with respect to edge cases. A new API specification was added to the repository in this release: the GraphQL spec! @s1na added this spec in #199. GraphQL is a great addition; it allows developers to make very fine-grain requests against execution clients.

eth

  • Add BlockNumberOrTag to eth_call, eth_estimateGas #129
  • Add eth_feeHistory summary, description #128

engine

  • Remove references to the interop spec #192
  • Auth spec shouldn't specify which methods are provided over it #196
  • Get rid of eth1.0 leftovers #198
  • Respond with error if payload attributes are invalid #211
  • Engine timeouts (redux) #216
  • Adjust error codes with JSON-RPC 2.0 spec #214
  • Return error if forkchoice state is inconsistent #213
  • Remove unauth port and refer to auth spec #219
  • Add finalized and safe blocks #200
  • Clarify the difference between SYNCING and ACCEPTED #215
  • Replace INVALID_TERMINAL_BLOCK with INVALID + lvh=0x00..00 #217
  • A few clarifications #226

graphql

  • Add GraphQL schema by @s1na in #199
  • graphql: add raw fields to block #220
  • README: add graphql section #221

Miscellaneous

New Contributors

Thank you and welcome to our new contributors! 🙂

Full Changelog: v1.0.0-alpha.8...v1.0.0-alpha.9

Garagiste

Garagiste Pre-release
Pre-release

Choose a tag to compare

@lightclient lightclient released this 10 Mar 12:06
1885894

v1.0.0-alpha.8 is a pre-release of the Execution API.

eth namespace

  • Add eth_chainId method #193
  • Update CI dependencies #194

engine namespace

  • Expose a subset of the eth namespace over the engine #183
  • Add QoS for transition config endpoint #189
  • Clarify terminalBlockNumber field in config ping #179

Full engine specification here.

Zylon

Zylon Pre-release
Pre-release

Choose a tag to compare

@lightclient lightclient released this 23 Feb 18:02

v1.0.0-alpha.7 is a pre-release of the Execution API.

eth Namespace

No updates in this release.

engine Namespace

  • Add engine_exchangeTransitionConfigurationV1 #172
  • Authentication for engine api #167
  • Fix forkchoiceUpdated INVALID response #173
  • Clarify validationError usage #175
  • Rename random to prevRandao #180

--

Full engine specification here.