-
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 fuel-core
to 0.40.0
#3332
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
CodSpeed Performance ReportMerging #3332 will not alter performanceComparing Summary
|
What's the timeline of have it released to a new version? The old one complains about wrong node version ;) |
@Lukasz2891 Don't worry, the complaint you see is just a harmless warning. The next release should be out soon. |
Yess, I know it's not important, but it uses console and 4 lines. We use other logger and it looks not so elegantly :) |
…/chore/fuel-core-0.40.0
260f25a
Coverage Report:
Changed Files:
|
fuel-core
to0.40.0
#3331Release notes
In this release, we:
fuel-core
tov0.40.0
Summary
This
fuel-core
release introduced a newthrow
scenario where aget_coins_to_spend
query errors when returning more than255
UTXOs. We use this query inAccount.fund()
. The recommended defence to this error is to reduce the number of UTXOs for an account. We have mapped the error to something more helpful than the one thrown by the client, and added a new cookbook for combining UTXOs.Checklist