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

feat: UTXO consolidation #3717

Draft
wants to merge 25 commits into
base: master
Choose a base branch
from
Draft

feat: UTXO consolidation #3717

wants to merge 25 commits into from

Conversation

nedsalk
Copy link
Contributor

@nedsalk nedsalk commented Feb 18, 2025

Release notes

In this release, we:

  • Added a new account.consolidateCoins() utility for UTXO consolidation

Summary

TODO — refer to this comment.

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)

@nedsalk nedsalk added the feat Issue is a feature label Feb 18, 2025
@nedsalk nedsalk self-assigned this Feb 18, 2025
Copy link

vercel bot commented Feb 18, 2025

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 Mar 26, 2025 4:09pm
ts-docs ❌ Failed (Inspect) Mar 26, 2025 4:09pm
ts-docs-api ❌ Failed (Inspect) Mar 26, 2025 4:09pm

Copy link
Contributor

Coverage Report:

Lines Branches Functions Statements
76.67%(-0.48%) 70.43%(-0.26%) 74.89%(-0.41%) 76.67%(-0.48%)
Changed Files:
Ok File (✨=New File) Lines Branches Functions Statements
🔴 ✨ packages/abi-coder/src/utils/scriptData.ts 0%
(+0%)
0%
(+0%)
0%
(+0%)
0%
(+0%)
🔴 packages/account/src/account.ts 64.5%
(-16.08%)
59.34%
(-11.89%)
70.83%
(-11.67%)
63.98%
(-16.36%)
🔴 packages/account/src/connectors/fuel-connector.ts 30%
(+1.43%)
100%
(+0%)
4.54%
(-0.22%)
30%
(+1.43%)
🔴 packages/account/src/connectors/fuel.ts 96.75%
(+0.02%)
90.66%
(+0%)
93.33%
(+0%)
96.87%
(+0.02%)
🔴 packages/account/src/predicate/predicate.ts 23.52%
(-1.09%)
24.24%
(+0%)
9.09%
(-0.91%)
22.22%
(-0.96%)
🔴 packages/account/src/providers/provider.ts 67.53%
(+0.58%)
59.8%
(+2.73%)
68.04%
(+0%)
67.29%
(+0.56%)
🔴 packages/errors/src/test-utils/expect-to-throw-fuel-error.ts 91.66%
(-0.34%)
88.88%
(+0%)
100%
(+0%)
91.66%
(-0.34%)

@arboleya arboleya changed the title feat: base asset UTXO consolidation feat: UTXO consolidation Feb 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat Issue is a feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

UTXO Consolidation Helpers
2 participants