Skip to content

Releases: giwa-io/node

v0.4.0

27 Apr 02:41
6ad17f7

Choose a tag to compare

Summary

Important

As op-geth official support ends on May 31, 2026, this release migrates the default execution client from op-geth to op-reth.
See: https://docs.giwa.io/notices

Key Details

  • Default Execution Client
    • Changed default from op-geth to op-reth
    • op-geth remains available by setting CLIENT=geth
  • Bootnodes
    • Added reth bootnodes for Sepolia network
  • Build
    • Migrated op-reth build source from paradigmxyz/reth to ethereum-optimism/optimism monorepo
    • Optimized Docker builds with git clone --branch --single-branch
    • Fixed x509 certificate errors by installing ca-certificates in op-node image
  • Node Versions

What's Changed

  • migrate default execution client from op-geth to op-reth by @ihooni in #28

Full Changelog: v0.3.2...v0.4.0

v0.3.2

16 Mar 04:41
79b20c0

Choose a tag to compare

Summary

This release upgrades execution and consensus client versions to the latest stable releases.

Key Details

What's Changed

  • add snapshot section to readme by @ihooni in #24
  • Upgrade execution and consensus client versions by @ihooni in #26

Full Changelog: v0.3.1...v0.3.2

v0.3.1

22 Dec 04:41
2ffd3e1

Choose a tag to compare

Summary

Important

This release is required for GIWA Sepolia node operators to support the Jovian hardfork, which is scheduled for December 30th, 2025, at 05:00:00 UTC (unixtimestamp 1767070800).

Key Details

  • Node Versions
    • op-geth: v1.101603.5
    • op-node: v1.16.3
    • reth: v1.9.3

What's Changed

Full Changelog: v0.3.0...v0.3.1

v0.3.0

19 Dec 09:07
5101aa1

Choose a tag to compare

v0.3.0 Pre-release
Pre-release

Warning

DO NOT USE THIS RELEASE.

Summary

Important

This release is required for GIWA Sepolia node operators to support the Jovian hardfork, which is scheduled for December 30th, 2025, at 05:00:00 UTC (unixtimestamp 1767070800).

Key Details

  • Node Versions
    • op-geth: v1.101603.5
    • op-node: v1.16.3
    • reth: v1.9.3

What's Changed

Full Changelog: v0.2.1...v0.3.0

v0.2.1

17 Dec 09:54
c957ba8

Choose a tag to compare

Summary

This release switches reth client to paradigmxyz/reth.

Key Details

What's Changed

  • switch reth client from base/node-reth to paradigmxyz/reth by @ihooni in #18

Full Changelog: v0.2.0...v0.2.1

v0.2.0

09 Dec 04:13
5d80a28

Choose a tag to compare

Summary

This release adds reth execution client support, enables Flahsblock mode, and improves monitoring capabilities for GIWA Testnet node operators.

Key Details

  • Execution Client
    • Added support for reth alongside geth
    • Execution client is now configurable through the CLIENT env variable
  • Flashblocks
    • Introduced optional Flashblock mode
    • Can be enabled by configuring FLASHBLOCKS_WEBSOCKET_URL when using reth
  • Monitoring
    • Enabled Prometheus metrics endpoint for execution client
  • Node Versions

What's Changed

  • feat(monitoring): Enable Geth Prometheus Metrics Endpoint by @sconeman in #8
  • feat: add support reth, configurable execution client by @diesel-dunamu in #14
  • support flashblock mode by @ihooni in #16

New Contributors

Full Changelog: v0.1.0...v0.2.0

v0.1.0

13 Oct 09:21
d94aa9d

Choose a tag to compare

Summary

Important

This release is required for GIWA Sepolia node operators to support Ethereum Sepolia Fusaka hardfork, which is scheduled for October 14th, 2025, at 07:36:00 UTC (unixtimestamp 1760427360).

Key Details

  • Beacon Client Requirement
    • When Fusaka activates, the L1 beacon client passed with --l1.beacon flag must retain all blob data.
    • Example: Lighthouse has introduced --supernode flag for it.
  • Node Versions