-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Skipped Deployment
|
petertonysmith94
changed the title
Ps/docs/migrate guide provider
docs: migrated Oct 24, 2024
provider
docs snippets
CodSpeed Performance ReportMerging #3357 will not alter performanceComparing Summary
|
maschad
reviewed
Oct 29, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM but left some comments
apps/docs-snippets2/src/provider/functionality-get-message-proof.ts
Outdated
Show resolved
Hide resolved
apps/docs-snippets2/src/provider/functionality-get-transactions.ts
Outdated
Show resolved
Hide resolved
petertonysmith94
dismissed stale reviews from Dhaiwat10 and nedsalk
via
October 29, 2024 16:12
967d76d
Torres-ssf
approved these changes
Oct 29, 2024
maschad
approved these changes
Oct 29, 2024
Dhaiwat10
approved these changes
Oct 30, 2024
Coverage Report:
Changed Files:
|
Dhaiwat10
pushed a commit
that referenced
this pull request
Nov 19, 2024
* docs: moved provider options docs snippets * docs: moved provider instantiation docs snippets * docs: moved provider getBaseAssetId docs snippets * docs: removed un-used provider.test.ts docs snippets * docs: moved provider getCoins docs snippets * docs: removed /guide from snippet imports * docs: moved provider getResourcesToSpend docs snippets * docs: moved provider getBalances docs snippets * docs: moved provider getBlocks docs snippets * docs: moved provider getMessages docs snippets * docs: moved provider getMessageByNonce docs snippets * docs: moved provider getMessageProof docs snippets * docs: moved provider getTransactions docs snippets * feat: export `PageInfo` from `Provider` class * docs: moved provider pagination docs snippets * chore: changeset * docs: finalize the migration of provider snippets * chore: fixing tests * docs: fixed getMessageProof tests * chore: lint
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
guide/provider
#2951Summary
provider
docs snippets.PageInfo
type as an export from theprovider
.Checklist