From de63da54fd31b49e2a8534944dbd81df943accc3 Mon Sep 17 00:00:00 2001 From: "leshyatwork[bot]" <217592034+leshyatwork[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2026 00:26:17 +0000 Subject: [PATCH] Update Lotus dependency --- scripts/devnet-forest-miner/.env | 2 +- scripts/devnet/.env | 2 +- scripts/tests/api_compare/.env | 2 +- scripts/tests/bootstrapper/.env | 2 +- scripts/tests/snapshot_parity/.env | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/scripts/devnet-forest-miner/.env b/scripts/devnet-forest-miner/.env index 0875c8250f9c..fd2ddd4a41dc 100644 --- a/scripts/devnet-forest-miner/.env +++ b/scripts/devnet-forest-miner/.env @@ -1,4 +1,4 @@ -LOTUS_IMAGE=filecoin/lotus-all-in-one:v1.36.2-2k +LOTUS_IMAGE=filecoin/lotus-all-in-one:v1.36.3-2k # Genesis network name. Lotus stamps it into the genesis block; Forest joins the # same network via `--chain ${NETWORK_NAME}`, so the two must agree (this is what # makes the `/fil/blocks/${NETWORK_NAME}` gossip topic line up). diff --git a/scripts/devnet/.env b/scripts/devnet/.env index 0c290ce2808a..2c264210785d 100644 --- a/scripts/devnet/.env +++ b/scripts/devnet/.env @@ -1,4 +1,4 @@ -LOTUS_IMAGE=filecoin/lotus-all-in-one:v1.36.2-2k +LOTUS_IMAGE=filecoin/lotus-all-in-one:v1.36.3-2k # The genesis network name. Lotus stamps it into the genesis block, and both Forest nodes must agree. NETWORK_NAME=devnet FOREST_DATA_DIR=/forest_data diff --git a/scripts/tests/api_compare/.env b/scripts/tests/api_compare/.env index fa45ea7e6cb9..bdda1a9572b0 100644 --- a/scripts/tests/api_compare/.env +++ b/scripts/tests/api_compare/.env @@ -1,6 +1,6 @@ # Note: this should be a `fat` image so that it contains the pre-downloaded filecoin proof parameters FOREST_IMAGE=ghcr.io/chainsafe/forest:edge-fat -LOTUS_IMAGE=filecoin/lotus-all-in-one:v1.36.2-calibnet +LOTUS_IMAGE=filecoin/lotus-all-in-one:v1.36.3-calibnet FIL_PROOFS_PARAMETER_CACHE=/var/tmp/filecoin-proof-parameters LOTUS_RPC_PORT=1234 LOTUS_VIA_GATEWAY_RPC_PORT=4568 diff --git a/scripts/tests/bootstrapper/.env b/scripts/tests/bootstrapper/.env index e0f9f538c44b..2311c5361e5a 100644 --- a/scripts/tests/bootstrapper/.env +++ b/scripts/tests/bootstrapper/.env @@ -1,5 +1,5 @@ # Note: this should be a `fat` image so that it contains the pre-downloaded filecoin proof parameters -LOTUS_IMAGE=filecoin/lotus-all-in-one:v1.36.2-calibnet +LOTUS_IMAGE=filecoin/lotus-all-in-one:v1.36.3-calibnet FIL_PROOFS_PARAMETER_CACHE=/var/tmp/filecoin-proof-parameters LOTUS_RPC_PORT=1234 FOREST_RPC_PORT=2345 diff --git a/scripts/tests/snapshot_parity/.env b/scripts/tests/snapshot_parity/.env index 1bd6d37a7217..e21cfaae60ac 100644 --- a/scripts/tests/snapshot_parity/.env +++ b/scripts/tests/snapshot_parity/.env @@ -1,4 +1,4 @@ -LOTUS_IMAGE=filecoin/lotus-all-in-one:v1.36.2-calibnet +LOTUS_IMAGE=filecoin/lotus-all-in-one:v1.36.3-calibnet FIL_PROOFS_PARAMETER_CACHE=/var/tmp/filecoin-proof-parameters LOTUS_RPC_PORT=1234 FOREST_RPC_PORT=2345