Skip to content
This repository was archived by the owner on May 30, 2025. It is now read-only.

Releases: rollkit/go-execution-evm

v0.1.1

15 Apr 21:02
fcf087c
Compare
Choose a tag to compare
v0.1.1 Pre-release
Pre-release

What's Changed

  • feat: Enhance txpool settings and improve test scalability by @tzdybal in #37
  • chore(deps): bump golang.org/x/net from 0.34.0 to 0.36.0 in the go_modules group across 1 directory by @dependabot in #33

Full Changelog: v0.1.0...v0.1.1

v0.1.0

26 Mar 08:23
8fac1be
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

This is the first beta release of go-execution-evm, an Engine API-based execution client for Rollkit.

Features

  • PureEngineClient Implementation: A fully Engine API compatible implementation of the execution.Executor interface that connects Rollkit to Ethereum execution clients
  • Engine API Integration: Seamless interaction with Ethereum execution clients via Engine API and standard Ethereum JSON-RPC API
  • Genesis Compatibility: Properly handles EVM genesis block (height 0) and ensures synchronization with Rollkit block heights

This initial beta release provides the foundation for using EVM-compatible execution with Rollkit, enabling blockchain developers to leverage the Ethereum Virtual Machine in their rollups.