-
Notifications
You must be signed in to change notification settings - Fork 538
[Docs] .NET 2.10.0+ #5842
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] .NET 2.10.0+ #5842
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Merge activity
|
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5842 +/- ##
=======================================
Coverage 54.53% 54.53%
=======================================
Files 1105 1105
Lines 59332 59332
Branches 4924 4924
=======================================
Hits 32354 32354
Misses 26258 26258
Partials 720 720
*This pull request uses carry forward flags. Click here to find out more. |
size-limit report 📦
|
Closes TOOL-2440 <!-- start pr-codex --> --- ## PR-Codex overview This PR primarily focuses on refactoring the code to streamline interactions with contracts by removing references to `ThirdwebContract` and directly using `contract`. Additionally, it introduces new functionalities for unlinking accounts and enhances documentation across various pages. ### Detailed summary - Refactored contract interactions to use `contract` instead of `ThirdwebContract`. - Added `PurchaseData` object in `getbuywithfiatstatus` and `getbuywithfiatquote`. - Introduced unlinking functionality in in-app and ecosystem wallets. - Updated documentation for `SwitchNetwork` and `SignAuthorization`. - Improved descriptions and metadata for various pages. - Enhanced code examples and clarified usage instructions. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
6bb6b6d
to
7293dfa
Compare
Closes TOOL-2440
PR-Codex overview
This PR focuses on simplifying contract interactions by removing the
ThirdwebContract
prefix in several instances, enhancing the clarity of the code. It also adds new functionalities related to unlinking accounts and introduces new metadata for wallet actions.Detailed summary
ThirdwebContract
prefix from contract method calls in multiple files.PurchaseData
object in various payment-related methods.GetUserAuthDetails
andSignAuthorization
methods.