support Reth v1.10.2

This commit is contained in:
The MMGen Project 2026-02-11 13:02:13 +00:00
commit 97bc665247
Signed by: mmgen
GPG key ID: 3F8B1861E32B7DA2
3 changed files with 5 additions and 4 deletions

View file

@ -1 +1 @@
16.1.dev31 16.1.dev32

View file

@ -130,7 +130,7 @@ class geth_daemon(ethereum_daemon):
) )
class reth_daemon(geth_daemon): class reth_daemon(geth_daemon):
daemon_data = _dd('Reth', 1009004, '1.9.4') daemon_data = _dd('Reth', 1010002, '1.10.2')
version_pat = r'reth/v(\d+)\.(\d+)\.(\d+)' version_pat = r'reth/v(\d+)\.(\d+)\.(\d+)'
exec_fn = 'reth' exec_fn = 'reth'
version_info_arg = '--version' version_info_arg = '--version'

View file

@ -5,7 +5,7 @@
pkgs.rustPlatform.buildRustPackage rec { pkgs.rustPlatform.buildRustPackage rec {
pname = "reth"; pname = "reth";
version = "1.9.4"; version = "1.10.2";
src = fetchGit { src = fetchGit {
url = "https://github.com/paradigmxyz/reth"; url = "https://github.com/paradigmxyz/reth";
@ -14,9 +14,10 @@ pkgs.rustPlatform.buildRustPackage rec {
shallow = true; shallow = true;
}; };
cargoHash = "sha256-etYpgSbHPEdP0u6nywOa/05wda20kDrvOXVLOwcCiW4="; cargoHash = "sha256-X3OGsN+JRFW2As9W6r8vEYXaeJA/qpVFOzZxHaEYF3I=";
nativeBuildInputs = [ nativeBuildInputs = [
pkgs.perl
pkgs.clang pkgs.clang
pkgs.libclang pkgs.libclang
pkgs.rustc pkgs.rustc