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: migrate guide/transactions snippets #3343

Merged
merged 21 commits into from
Oct 24, 2024

Conversation

Torres-ssf
Copy link
Contributor

@Torres-ssf Torres-ssf commented Oct 17, 2024

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)

@Torres-ssf Torres-ssf added the docs Requests pertinent to documentation label Oct 17, 2024
@Torres-ssf Torres-ssf self-assigned this Oct 17, 2024
Copy link

vercel bot commented Oct 17, 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 23, 2024 1:00pm
ts-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 23, 2024 1:00pm
ts-docs-api ❌ Failed (Inspect) Oct 23, 2024 1:00pm

Copy link

codspeed-hq bot commented Oct 17, 2024

CodSpeed Performance Report

Merging #3343 will improve performances by 27.02%

Comparing st/docs/migrate-transactions-snippets (6b6bcf1) with master (88d7535)

Summary

⚡ 1 improvements
✅ 17 untouched benchmarks

Benchmarks breakdown

Benchmark master st/docs/migrate-transactions-snippets Change
should successfully conduct a custom transfer between wallets (x20 times) 62.4 ms 49.2 ms +27.02%

Copy link
Contributor

Coverage Report:

Lines Branches Functions Statements
72.87%(-0.7%) 70.2%(-0.04%) 74.63%(-0.03%) 73.13%(-0.68%)
Changed Files:
Ok File (✨=New File) Lines Branches Functions Statements
🔴 ✨ apps/docs-snippets2/src/transactions/transaction.ts 0%
(+0%)
100%
(+100%)
100%
(+100%)
0%
(+0%)
🔴 ✨ apps/docs-snippets2/src/transactions/transaction-policies/policies-from-response.ts 0%
(+0%)
100%
(+100%)
100%
(+100%)
0%
(+0%)
🔴 ✨ apps/docs-snippets2/src/transactions/transaction-policies/setting-policies.ts 0%
(+0%)
100%
(+100%)
100%
(+100%)
0%
(+0%)
🔴 ✨ apps/docs-snippets2/src/transactions/transaction-request/add-predicate.ts 0%
(+0%)
100%
(+100%)
100%
(+100%)
0%
(+0%)
🔴 ✨ apps/docs-snippets2/src/transactions/transaction-request/add-witness.ts 0%
(+0%)
100%
(+100%)
100%
(+100%)
0%
(+0%)
🔴 ✨ apps/docs-snippets2/src/transactions/transaction-request/create-request.ts 0%
(+0%)
100%
(+100%)
100%
(+100%)
0%
(+0%)
🔴 ✨ apps/docs-snippets2/src/transactions/transaction-request/fund-request.ts 0%
(+0%)
100%
(+100%)
100%
(+100%)
0%
(+0%)
🔴 ✨ apps/docs-snippets2/src/transactions/transaction-response/contract-call.ts 0%
(+0%)
100%
(+100%)
100%
(+100%)
0%
(+0%)
🔴 ✨ apps/docs-snippets2/src/transactions/transaction-response/from-submitted-request.ts 0%
(+0%)
100%
(+100%)
100%
(+100%)
0%
(+0%)
🔴 ✨ apps/docs-snippets2/src/typegend/predicates/SimplePredicate.ts 80%
(+80%)
100%
(+100%)
0%
(+0%)
80%
(+80%)
🔴 packages/account/src/providers/transaction-request/transaction-request.ts 88.57%
(+0%)
76.71%
(-1.37%)
84%
(+0%)
88.81%
(+0%)

@arboleya arboleya merged commit 5ca1d8e into master Oct 24, 2024
24 of 25 checks passed
@arboleya arboleya deleted the st/docs/migrate-transactions-snippets branch October 24, 2024 09:01
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.

Migrate snippets from guide/transactions
4 participants