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

docs: add docs for splitting UTXOs, maxOutputs and maxInputs #3435

Merged
merged 33 commits into from
Dec 10, 2024

Conversation

maschad
Copy link
Member

@maschad maschad commented Nov 30, 2024

Release notes

In this release, we:

  • Improve documentation for cookbook/combining-utxos
  • Added documentation for cookbook/splitting-utxos

Summary

I've added a section about maxOutputs to the Combining UTXOs docs as well as added a new docs on how to split 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)

Copy link

vercel bot commented Nov 30, 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 Dec 10, 2024 3:27pm
ts-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 10, 2024 3:27pm
ts-docs-api ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 10, 2024 3:27pm

@github-actions github-actions bot added the docs Requests pertinent to documentation label Nov 30, 2024
Copy link

codspeed-hq bot commented Nov 30, 2024

CodSpeed Performance Report

Merging #3435 will improve performances by 75.73%

Comparing mc/docs/add-docs-around-utxo-splitting (113eb45) with master (896bf5b)

Summary

⚡ 1 improvements
✅ 17 untouched benchmarks

Benchmarks breakdown

Benchmark master mc/docs/add-docs-around-utxo-splitting Change
should successfully transfer a single asset between wallets (x20 times) 103.2 ms 58.7 ms +75.73%

Copy link
Contributor

Coverage Report:

Lines Branches Functions Statements
76.34%(-0.08%) 69.86%(-0.02%) 74.3%(-0.16%) 76.37%(-0.08%)
Changed Files:
Ok File (✨=New File) Lines Branches Functions Statements
🔴 packages/account/src/providers/transaction-request/transaction-request.ts 88.57%
(+0%)
78.08%
(+1.37%)
84%
(+0%)
88.81%
(+0%)
🔴 ✨ packages/utils/src/test-utils/vitest.matchers.ts 10%
(+10%)
0%
(+0%)
0%
(+0%)
10%
(+10%)

@maschad maschad merged commit a8af330 into master Dec 10, 2024
25 checks passed
@maschad maschad deleted the mc/docs/add-docs-around-utxo-splitting branch December 10, 2024 16:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Requests pertinent to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add docs around UTXO dismantling/consolidation
7 participants