refactor: source forc-crypto from forc monorepo#205
Merged
Conversation
PR SummaryRoute
Written by Cursor Bugbot for commit ea1c64f. This will update automatically on new commits. Configure here. |
forc-crypto migrated from FuelLabs/sway to FuelLabs/forc monorepo
at v0.71.0. Add version-based repository routing using the same
legacy_repo/legacy_before pattern established for forc-wallet:
- Versions < 0.71.0: sway repo with v{version} tags
- Versions >= 0.71.0: forc monorepo with forc-crypto-{version} tags
785c0b0 to
a92638b
Compare
zees-dev
approved these changes
Dec 8, 2025
5 tasks
JoshuaBatty
added a commit
that referenced
this pull request
Jan 13, 2026
Migrate forc-node from sway repo to forc monorepo, following the same pattern as forc-crypto (PR #205): - Versions < 0.71.0 source from sway with v{version} tags - Versions >= 0.71.0 source from forc with forc-node-{version} tags Adds clang/rocksdb dependencies required for fuel-core bindings.
JoshuaBatty
added a commit
that referenced
this pull request
Jan 15, 2026
## Summary Migrates `forc-node` package support from the `sway` repository to the `forc` monorepo, effective from version 0.71.0 onwards. This follows the same pattern established in #205 for `forc-crypto`. ## Changes - **refresh-manifests.sh**: Added `pkg_forc_node` with legacy repo routing (sway < 0.71.0, forc >= 0.71.0) - **patches.nix**: - Added `forc-node` to `forc-plugins` list for openssl dependencies - Added `buildAndTestSubdir` patch for forc monorepo builds - Added clang/rocksdb dependencies required for fuel-core bindings - **packages.md**: Added forc-node to documentation ## Related PRs - forc: [FuelLabs/forc#130](FuelLabs/forc#130) - Migrate forc-node from sway repo - fuelup: [FuelLabs/fuelup#819](FuelLabs/fuelup#819) - Migrate forc-node from sway to forc monorepo - sway-nightly-binaries: [FuelLabs/sway-nightly-binaries#81](FuelLabs/sway-nightly-binaries#81) - Migrate forc-node nightly builds ## RFC [FuelLabs/sway-rfcs#49](FuelLabs/sway-rfcs#49) - Tooling Monorepo RFC --------- Co-authored-by: GitHub Action <action@github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
FuelLabs/swaytoFuelLabs/forcmonorepo at v0.71.0legacy_repo/legacy_beforepattern established for forc-wallet in feat: enable forc-wallet migration from standalone repo to forc monorepo #204buildAndTestSubdirpatch for forc-crypto when built from forc monorepoChanges
refresh-manifests.sh:
v{version}tagsforc-crypto-{version}tagspatches.nix:
buildAndTestSubdir = "forc-crypto"when built from forc monorepopackages.md:
Context
forc-tracing&forc-cryptoover from theswayrepo. forc#119