Skip to content

Commit 2d942c9

Browse files
[automated] Update Lotus version in API tests (#6619)
Co-authored-by: leshyatwork[bot] <217592034+leshyatwork[bot]@users.noreply.github.com>
1 parent 87ce310 commit 2d942c9

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

scripts/devnet/.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
LOTUS_IMAGE=filecoin/lotus-all-in-one:v1.34.4-2k
1+
LOTUS_IMAGE=filecoin/lotus-all-in-one:v1.35.0-2k
22
FOREST_DATA_DIR=/forest_data
33
LOTUS_DATA_DIR=/lotus_data
44
FIL_PROOFS_PARAMETER_CACHE=/var/tmp/filecoin-proof-parameters

scripts/tests/api_compare/.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Note: this should be a `fat` image so that it contains the pre-downloaded filecoin proof parameters
22
FOREST_IMAGE=ghcr.io/chainsafe/forest:edge-fat
3-
LOTUS_IMAGE=filecoin/lotus-all-in-one:9a3b79788-calibnet
3+
LOTUS_IMAGE=filecoin/lotus-all-in-one:v1.35.0-calibnet
44
FIL_PROOFS_PARAMETER_CACHE=/var/tmp/filecoin-proof-parameters
55
LOTUS_RPC_PORT=1234
66
FOREST_RPC_PORT=2345

scripts/tests/bootstrapper/.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Note: this should be a `fat` image so that it contains the pre-downloaded filecoin proof parameters
2-
LOTUS_IMAGE=filecoin/lotus-all-in-one:v1.34.4-calibnet
2+
LOTUS_IMAGE=filecoin/lotus-all-in-one:v1.35.0-calibnet
33
FIL_PROOFS_PARAMETER_CACHE=/var/tmp/filecoin-proof-parameters
44
LOTUS_RPC_PORT=1234
55
FOREST_RPC_PORT=2345

scripts/tests/snapshot_parity/.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
LOTUS_IMAGE=filecoin/lotus-all-in-one:v1.34.4-calibnet
1+
LOTUS_IMAGE=filecoin/lotus-all-in-one:v1.35.0-calibnet
22
FIL_PROOFS_PARAMETER_CACHE=/var/tmp/filecoin-proof-parameters
33
LOTUS_RPC_PORT=1234
44
FOREST_RPC_PORT=2345

0 commit comments

Comments
 (0)