From 175208d0558550cc7f7dc9d580d73ac288b4451f Mon Sep 17 00:00:00 2001 From: Prathamesh Musale Date: Tue, 4 Jun 2024 19:18:58 +0530 Subject: [PATCH] Maintain transactions index for all blocks --- stack-orchestrator/config/docker-entrypoint.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/stack-orchestrator/config/docker-entrypoint.sh b/stack-orchestrator/config/docker-entrypoint.sh index 6d40fbc..606b840 100755 --- a/stack-orchestrator/config/docker-entrypoint.sh +++ b/stack-orchestrator/config/docker-entrypoint.sh @@ -61,6 +61,7 @@ exec "geth" \ --config="${BSC_CONFIG}" \ --datadir="${DATA_DIR}" \ --rpc.allow-unprotected-txs \ + --history.transactions 0 \ --http \ --http.addr="0.0.0.0" \ --http.port 8545 \