support Reth v2.3.0

This commit is contained in:
The MMGen Project 2026-06-18 13:23:54 +00:00
commit 2252ac2cdc
Signed by: mmgen
GPG key ID: 3F8B1861E32B7DA2
3 changed files with 4 additions and 4 deletions

View file

@ -1 +1 @@
16.2.dev2
16.2.dev3

View file

@ -130,7 +130,7 @@ class geth_daemon(ethereum_daemon):
)
class reth_daemon(geth_daemon):
daemon_data = _dd('Reth', 2002000, '2.2.0')
daemon_data = _dd('Reth', 2003000, '2.3.0')
version_pat = r'reth/v(\d+)\.(\d+)\.(\d+)'
exec_fn = 'reth'
version_info_arg = '--version'

View file

@ -5,7 +5,7 @@
pkgs.rustPlatform.buildRustPackage rec {
pname = "reth";
version = "2.2.0";
version = "2.3.0";
src = fetchGit {
url = "https://github.com/paradigmxyz/reth";
@ -14,7 +14,7 @@ pkgs.rustPlatform.buildRustPackage rec {
shallow = true;
};
cargoHash = "sha256-tnFIuC9hKjrLjaUuHJVM/oEUQWls11gdstOtPFkFW8w=";
cargoHash = "sha256-D2DuofmPWXJT1dTRH1iOeJQ6DGbWu8FxOWNcPYMv3go=";
doCheck = false;
doInstallCheck = false;