-
Notifications
You must be signed in to change notification settings - Fork 542
Handle default extensions #6497
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
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
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. |
size-limit report 📦
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #6497 +/- ##
==========================================
+ Coverage 54.92% 55.01% +0.08%
==========================================
Files 881 881
Lines 55179 55304 +125
Branches 3768 3785 +17
==========================================
+ Hits 30309 30424 +115
- Misses 24775 24785 +10
Partials 95 95
🚀 New features to boost your workflow:
|
Merge activity
|
<!-- ## title your PR with this format: "[SDK/Dashboard/Portal] Feature/Fix: Concise title for the changes" If you did not copy the branch name from Linear, paste the issue tag here (format is TEAM-0000): ## Notes for the reviewer Anything important to call out? Be sure to also clarify these in your comments. ## How to test Unit tests, playground, etc. --> <!-- start pr-codex --> --- ## PR-Codex overview This PR focuses on enhancing the deployment and transaction management of dynamic contracts within the `thirdweb` framework, adding support for extensions and improving the handling of contract metadata. ### Detailed summary - Improved return formatting in `bootstrap.ts`. - Updated `platformFeeBps` handling in `custom-contract.tsx`. - Added tests for dynamic contract transactions in `get-required-transactions.test.ts`. - Enhanced logic for deploying extensions in `deploy-published.ts`. - Introduced new functions for managing dynamic contract extensions in `get-required-transactions.ts`. - Updated `deploy-marketplace.ts` to include dynamic extensions in marketplace contracts. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
0f26f93
to
88c213b
Compare
PR-Codex overview
This PR focuses on enhancing the deployment and management of dynamic contracts within the thirdweb framework. It introduces new functionalities for handling extensions and improves transaction counts for dynamic contracts.
Detailed summary
bootstrap.ts
.custom-contract.tsx
to useDEFAULT_FEE_BPS_NEW
.get-required-transactions.test.ts
.deploy-published.ts
.deployContractfromDeployMetadata
function to includedefaultExtensions
.deploy-dynamic.test.ts
.get-required-transactions.ts
.get-required-transactions.ts
.deploy-marketplace.ts
to handle dynamic extensions and their functions.