-
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!: upgrading forc
to 0.55.0
#2045
Conversation
@maschad I'm afraid we can't do that. We are already on a tight schedule. However, if I may guess where your question is coming from, I think @Dhaiwat10 suggested a temporary fix for it. |
Thanks for the clarification. I created #2160 as a follow-up. |
The base branch was changed.
Coverage Report:
Changed Files:Coverage values did not change👌. |
forc
to0.55.0
#2042Breaking Changes
1)
AssetId
&EvmAddress
Property
value
was renamed tobits
.Before:
fuels-ts/packages/interfaces/src/index.ts
Lines 23 to 35 in 498cffe
After:
fuels-ts/packages/interfaces/src/index.ts
Lines 23 to 35 in 574e682
2)
Vector
Method encapsulation.
Before:
fuels-ts/packages/fuel-gauge/test/fixtures/forc-projects/script-with-vector/src/main.sw
Line 15 in 67f8002
After:
fuels-ts/packages/fuel-gauge/test/fixtures/forc-projects/script-with-vector/src/main.sw
Line 15 in e26dc07