Skip to content
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

Merged
merged 19 commits into from
Oct 21, 2024
Merged

Conversation

arboleya
Copy link
Member

@arboleya arboleya commented Oct 15, 2024

Release notes

In this release, we:

Summary

This fuel-core release introduced a new throw scenario where a get_coins_to_spend query errors when returning more than 255 UTXOs. We use this query in Account.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

  • All changes are covered by tests (or not applicable)
  • All changes are documented (or not applicable)
  • I reviewed the entire PR myself (preferably, on GH UI)
  • I described all Breaking Changes (or there's none)

@arboleya arboleya added the chore Issue is a chore label Oct 15, 2024
@arboleya arboleya self-assigned this Oct 15, 2024
Copy link

vercel bot commented Oct 15, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
fuels-template ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 21, 2024 1:40pm
ts-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 21, 2024 1:40pm

Copy link

codspeed-hq bot commented Oct 15, 2024

CodSpeed Performance Report

Merging #3332 will not alter performance

Comparing aa/chore/fuel-core-0.40.0 (8031ed4) with master (7843159)

Summary

✅ 18 untouched benchmarks

@danielbate danielbate self-requested a review October 15, 2024 08:10
@danielbate danielbate marked this pull request as ready for review October 15, 2024 08:10
danielbate
danielbate previously approved these changes Oct 17, 2024
nedsalk
nedsalk previously approved these changes Oct 17, 2024
Torres-ssf
Torres-ssf previously approved these changes Oct 17, 2024
@Lukasz2891
Copy link

What's the timeline of have it released to a new version? The old one complains about wrong node version ;)

@arboleya
Copy link
Member Author

@Lukasz2891 Don't worry, the complaint you see is just a harmless warning.

The next release should be out soon.

@Lukasz2891
Copy link

Yess, I know it's not important, but it uses console and 4 lines. We use other logger and it looks not so elegantly :)

Copy link
Contributor

Coverage Report:

Lines Branches Functions Statements
75.98%(-0.13%) 70.07%(+0.01%) 75.09%(+0%) 76.11%(-0.13%)
Changed Files:
Ok File (✨=New File) Lines Branches Functions Statements
🔴 ✨ apps/docs-snippets2/src/cookbook/combining-utxos.ts 0%
(+0%)
100%
(+100%)
100%
(+100%)
0%
(+0%)
🔴 packages/account/src/providers/utils/handle-gql-error-message.ts 87.5%
(+4.17%)
80%
(+5%)
100%
(+0%)
88.88%
(+3.17%)

@Torres-ssf Torres-ssf merged commit 9dba357 into master Oct 21, 2024
24 checks passed
@Torres-ssf Torres-ssf deleted the aa/chore/fuel-core-0.40.0 branch October 21, 2024 14:04
Dhaiwat10 pushed a commit that referenced this pull request Nov 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore Issue is a chore
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Upgrade fuel-core to 0.40.0
7 participants