From b89b6270a73a97fd29f91b7f26358f27cc2e5890 Mon Sep 17 00:00:00 2001 From: The MMGen Project Date: Fri, 16 Jan 2026 15:41:44 +0000 Subject: [PATCH] support Reth v1.9.4 --- mmgen/data/version | 2 +- mmgen/proto/eth/daemon.py | 2 +- nix/reth.nix | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/mmgen/data/version b/mmgen/data/version index 507a18c2..0965cd04 100644 --- a/mmgen/data/version +++ b/mmgen/data/version @@ -1 +1 @@ -16.1.dev23 +16.1.dev24 diff --git a/mmgen/proto/eth/daemon.py b/mmgen/proto/eth/daemon.py index dcc93b5e..2d3fc666 100755 --- a/mmgen/proto/eth/daemon.py +++ b/mmgen/proto/eth/daemon.py @@ -130,7 +130,7 @@ class geth_daemon(ethereum_daemon): ) class reth_daemon(geth_daemon): - daemon_data = _dd('Reth', 1009003, '1.9.3') + daemon_data = _dd('Reth', 1009004, '1.9.4') version_pat = r'reth/v(\d+)\.(\d+)\.(\d+)' exec_fn = 'reth' version_info_arg = '--version' diff --git a/nix/reth.nix b/nix/reth.nix index 7bc25aa2..021ce768 100644 --- a/nix/reth.nix +++ b/nix/reth.nix @@ -5,7 +5,7 @@ pkgs.rustPlatform.buildRustPackage rec { pname = "reth"; - version = "1.9.3"; + version = "1.9.4"; src = fetchGit { url = "https://github.com/paradigmxyz/reth"; @@ -14,7 +14,7 @@ pkgs.rustPlatform.buildRustPackage rec { shallow = true; }; - cargoHash = "sha256-WDe75Sg7y4GfH3dSfY48aXrIBe89skj1VW0NcgtLEVU="; + cargoHash = "sha256-etYpgSbHPEdP0u6nywOa/05wda20kDrvOXVLOwcCiW4="; nativeBuildInputs = [ pkgs.clang