-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: upgrade forc
and all toolchain versions to testnet
#3267
chore: upgrade forc
and all toolchain versions to testnet
#3267
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
forc
and all toolchain versions to testnet
channel = "testnet" | ||
|
||
[components] | ||
forc = "0.64.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
By removing these components the testnet
toolchain is used to its fullest, without any overriding of its components. Tested it out with @Dhaiwat10
62bdcc1
into
db/chore/upgrade-fuel-core-0.37.1
CodSpeed Performance ReportMerging #3267 will not alter performanceComparing Summary
|
…ns (#3265) * chore: upgrade fuel-core * chore: changeset * chore: upgrade `forc` and all toolchain versions to `testnet` (#3267) update all toolchain versions * chore: changeset update * Update afraid-pets-drive.md * fix builtin versions * fix test * ignore all forc builds, loaders included * chore: update changeset Co-authored-by: Peter Smith <peter@blueoceancomputing.co.uk> --------- Co-authored-by: Nedim Salkić <nedim.salkic@fuel.sh> Co-authored-by: Peter Smith <peter@blueoceancomputing.co.uk>
…ns (#3265) * chore: upgrade fuel-core * chore: changeset * chore: upgrade `forc` and all toolchain versions to `testnet` (#3267) update all toolchain versions * chore: changeset update * Update afraid-pets-drive.md * fix builtin versions * fix test * ignore all forc builds, loaders included * chore: update changeset Co-authored-by: Peter Smith <peter@blueoceancomputing.co.uk> --------- Co-authored-by: Nedim Salkić <nedim.salkic@fuel.sh> Co-authored-by: Peter Smith <peter@blueoceancomputing.co.uk>
Summary
This also updates
forc
as well as makes thecreate-fuels
toolchain files in line withtestnet
.Checklist