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: migrated provider docs snippets #3357

Merged
merged 29 commits into from
Oct 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
381782a
docs: moved provider options docs snippets
petertonysmith94 Oct 24, 2024
7e67611
docs: moved provider instantiation docs snippets
petertonysmith94 Oct 24, 2024
9caeab4
docs: moved provider getBaseAssetId docs snippets
petertonysmith94 Oct 24, 2024
b3bac52
docs: removed un-used provider.test.ts docs snippets
petertonysmith94 Oct 24, 2024
f1ac271
docs: moved provider getCoins docs snippets
petertonysmith94 Oct 24, 2024
e2cfe57
docs: removed /guide from snippet imports
petertonysmith94 Oct 24, 2024
a183f92
docs: moved provider getResourcesToSpend docs snippets
petertonysmith94 Oct 24, 2024
b914fcf
docs: moved provider getBalances docs snippets
petertonysmith94 Oct 24, 2024
d5a69d6
docs: moved provider getBlocks docs snippets
petertonysmith94 Oct 24, 2024
cbd0cf3
docs: moved provider getMessages docs snippets
petertonysmith94 Oct 24, 2024
c4c9cc8
docs: moved provider getMessageByNonce docs snippets
petertonysmith94 Oct 24, 2024
dda2a22
docs: moved provider getMessageProof docs snippets
petertonysmith94 Oct 24, 2024
98ca05d
docs: moved provider getTransactions docs snippets
petertonysmith94 Oct 24, 2024
c305d41
feat: export `PageInfo` from `Provider` class
petertonysmith94 Oct 24, 2024
9a18929
docs: moved provider pagination docs snippets
petertonysmith94 Oct 24, 2024
33e0052
chore: changeset
petertonysmith94 Oct 24, 2024
4c6e18f
Merge branch 'master' into ps/docs/migrate-guide-provider
petertonysmith94 Oct 24, 2024
20ece2c
docs: finalize the migration of provider snippets
petertonysmith94 Oct 24, 2024
4b79dd1
chore: fixing tests
petertonysmith94 Oct 24, 2024
f51b984
docs: fixed getMessageProof tests
petertonysmith94 Oct 24, 2024
2633715
chore: lint
petertonysmith94 Oct 24, 2024
943fd80
Merge branch 'master' into ps/docs/migrate-guide-provider
petertonysmith94 Oct 29, 2024
cb53a68
docs: moved provider functionality doc snippets
petertonysmith94 Oct 29, 2024
7a35699
docs: further separation of the getMessageProof snippets
petertonysmith94 Oct 29, 2024
16b1343
docs: further separation of the getCoins snippets
petertonysmith94 Oct 29, 2024
2f5455b
docs: further separation of the getResourcesToSpend snippets
petertonysmith94 Oct 29, 2024
967d76d
chore: removed redundant `endregion`
petertonysmith94 Oct 29, 2024
07ac7f7
Merge branch 'master' into ps/docs/migrate-guide-provider
maschad Oct 29, 2024
f5a23aa
Merge branch 'master' into ps/docs/migrate-guide-provider
petertonysmith94 Oct 30, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/hip-fans-scream.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@fuel-ts/account": patch
---

docs: migrated `provider` docs snippets
109 changes: 0 additions & 109 deletions apps/docs-snippets/src/guide/provider/pagination.test.ts

This file was deleted.

181 changes: 0 additions & 181 deletions apps/docs-snippets/src/guide/provider/provider.test.ts

This file was deleted.

Loading