From 8549223fae9bbc8fa81d9091b78b2d592f6931c1 Mon Sep 17 00:00:00 2001 From: goldsquid Date: Fri, 3 Oct 2025 19:37:12 +0700 Subject: [PATCH] update --- bsc/reth/bsc-mainnet-reth-archive-trace.yml | 5 +++-- bsc/reth/bsc-mainnet-reth-pruned-trace.yml | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/bsc/reth/bsc-mainnet-reth-archive-trace.yml b/bsc/reth/bsc-mainnet-reth-archive-trace.yml index 3676e49f..849a4a9f 100644 --- a/bsc/reth/bsc-mainnet-reth-archive-trace.yml +++ b/bsc/reth/bsc-mainnet-reth-archive-trace.yml @@ -49,8 +49,8 @@ services: args: LLVM_IMAGE: ${LLVM_IMAGE:-snowstep/llvm} LLVM_VERSION: ${LLVM_VERSION:-20250912105042} - RETH_VERSION: ${BSC_MAINNET_RETH_VERSION:-6c209e1ca94673e039c84df3575d5e4366af7d4a} - RETH_REPO: ${BSC_MAINNET_RETH_REPO:-https://github.com/loocapro/reth-bsc.git} + RETH_VERSION: ${BSC_MAINNET_RETH_VERSION:-v0.0.3} + RETH_REPO: ${BSC_MAINNET_RETH_REPO:-https://github.com/bnb-chain/reth-bsc.git} ARCH_TARGET: ${ARCH_TARGET:-native} PROFILE: ${RETH_BUILD_PROFILE:-maxperf} BUILD_BSC_RETH: true @@ -85,6 +85,7 @@ services: - --discovery.port=13454 - --engine.cross-block-cache-size=${BSC_MAINNET_RETH_STATE_CACHE:-4096} - --engine.memory-block-buffer-target=0 + - --engine.parallel-sparse-trie - --engine.persistence-threshold=0 - --http - --http.addr=0.0.0.0 diff --git a/bsc/reth/bsc-mainnet-reth-pruned-trace.yml b/bsc/reth/bsc-mainnet-reth-pruned-trace.yml index 3686b4b0..c54b843a 100644 --- a/bsc/reth/bsc-mainnet-reth-pruned-trace.yml +++ b/bsc/reth/bsc-mainnet-reth-pruned-trace.yml @@ -49,8 +49,8 @@ services: args: LLVM_IMAGE: ${LLVM_IMAGE:-snowstep/llvm} LLVM_VERSION: ${LLVM_VERSION:-20250912105042} - RETH_VERSION: ${BSC_MAINNET_RETH_VERSION:-6c209e1ca94673e039c84df3575d5e4366af7d4a} - RETH_REPO: ${BSC_MAINNET_RETH_REPO:-https://github.com/loocapro/reth-bsc.git} + RETH_VERSION: ${BSC_MAINNET_RETH_VERSION:-v0.0.3} + RETH_REPO: ${BSC_MAINNET_RETH_REPO:-https://github.com/bnb-chain/reth-bsc.git} ARCH_TARGET: ${ARCH_TARGET:-native} PROFILE: ${RETH_BUILD_PROFILE:-maxperf} BUILD_BSC_RETH: true @@ -84,6 +84,7 @@ services: - --discovery.port=12863 - --engine.cross-block-cache-size=${BSC_MAINNET_RETH_STATE_CACHE:-4096} - --engine.memory-block-buffer-target=0 + - --engine.parallel-sparse-trie - --engine.persistence-threshold=0 - --full - --http