Skip to content

Commit e426b61

Browse files
authored
Update frontier dependencies (#131)
1 parent 9837968 commit e426b61

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/ci_nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
matrix:
3131
include:
3232
- name: stability
33-
init_flags: "--curio latesttag:pdp/v* --filecoin-services latesttag:v*"
33+
init_flags: "--curio gittag:v1.28.2 --filecoin-services latesttag:v*"
3434
issue_label: scenarios-run-stability
3535
issue_title: "FOC Devnet scenarios run report (stability)"
3636
- name: frontier

scenarios/test_multi_copy_upload.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ def run():
246246
"pkg",
247247
"set",
248248
"type=module",
249-
"dependencies.filecoin-pin=0.22.3",
249+
"dependencies.filecoin-pin=1.0.1",
250250
"dependencies.multiformats=13.4.2",
251251
],
252252
label="pin filecoin-pin dependencies",

src/config.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -285,15 +285,15 @@ impl Default for Config {
285285
port_range_count: 100,
286286
lotus: Location::GitTag {
287287
url: "https://github.com/filecoin-project/lotus.git".to_string(),
288-
tag: "v1.35.0".to_string(),
288+
tag: "v1.36.0".to_string(),
289289
},
290-
curio: Location::GitCommit {
290+
curio: Location::GitTag {
291291
url: "https://github.com/filecoin-project/curio.git".to_string(),
292-
commit: "60f77a618eee24cd3482be5fea545e01f26052a4".to_string(),
292+
tag: "v1.28.2".to_string(),
293293
},
294294
filecoin_services: Location::GitTag {
295295
url: "https://github.com/FilOzone/filecoin-services.git".to_string(),
296-
tag: "v1.2.0".to_string(),
296+
tag: "v1.3.0".to_string(),
297297
},
298298
multicall3: Location::GitTag {
299299
url: "https://github.com/mds1/multicall3.git".to_string(),

0 commit comments

Comments
 (0)