Skip to content

chore: updated defaults for config.rs #78

Merged
redpanda-f merged 2 commits into
mainfrom
feat/redpanda/update-deps
Mar 9, 2026
Merged

chore: updated defaults for config.rs #78
redpanda-f merged 2 commits into
mainfrom
feat/redpanda/update-deps

Conversation

@redpanda-f
Copy link
Copy Markdown
Contributor

@redpanda-f redpanda-f commented Mar 9, 2026

Updated the default dependencies to latest known today

Copilot AI review requested due to automatic review settings March 9, 2026 04:38
@redpanda-f redpanda-f self-assigned this Mar 9, 2026
@FilOzzy FilOzzy added this to FOC Mar 9, 2026
@github-project-automation github-project-automation Bot moved this to 📌 Triage in FOC Mar 9, 2026
@redpanda-f redpanda-f requested a review from rvagg March 9, 2026 04:38
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the default pinned upstream revisions in Config::default() to newer Lotus/Curio/filecoin-services versions, keeping devnet startup reproducible via Git tags/commits.

Changes:

  • Bump default Lotus version from v1.34.4-rc1 to v1.35.0.
  • Update default pinned Git commits for Curio and filecoin-services.

Copy link
Copy Markdown
Contributor

@rvagg rvagg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sure .. I don't know what we have in filecoin-services HEAD that could be a problem, but 🤞 the other two are good

@github-project-automation github-project-automation Bot moved this from 📌 Triage to ✔️ Approved by reviewer in FOC Mar 9, 2026
@redpanda-f
Copy link
Copy Markdown
Contributor Author

sure .. I don't know what we have in filecoin-services HEAD that could be a problem, but 🤞 the other two are good

Will wait for CI to pass, if it passes, we can say the start is passing, which is done criteria for now. Can calibrate later.

@redpanda-f redpanda-f merged commit d4af45b into main Mar 9, 2026
2 checks passed
@github-project-automation github-project-automation Bot moved this from ✔️ Approved by reviewer to 🎉 Done in FOC Mar 9, 2026
@redpanda-f redpanda-f deleted the feat/redpanda/update-deps branch March 9, 2026 13:19
Copy link
Copy Markdown
Contributor

@BigLep BigLep left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it would be nice to use tags if possible for being able to quickly reason about what's running with visual inspection.

Although I guess we're probably hitting an issue of new tags haven't been issued for a bit.

Comment thread src/config.rs
curio: Location::GitCommit {
url: "https://github.com/filecoin-project/curio.git".to_string(),
commit: "4d53c8017ad345410adfd80794fd7518b49c9128".to_string(),
commit: "60f77a618eee24cd3482be5fea545e01f26052a4".to_string(),
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe easier to reason about / spot check if we tie to a tag: https://github.com/filecoin-project/curio/tree/pdp/v1.2.0 ?

(I'm sure @rjan90 can cut a more recent tag if we want.)

Comment thread src/config.rs
filecoin_services: Location::GitCommit {
url: "https://github.com/FilOzone/filecoin-services.git".to_string(),
commit: "2b247916ddd33e4112dc69fd3ea4fc88a3976f56".to_string(),
commit: "c79e2c6b37372e9b381d3e2b79e787dc132195dc".to_string(),
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: 🎉 Done

Development

Successfully merging this pull request may close these issues.

5 participants