-
Notifications
You must be signed in to change notification settings - Fork 619
[SDK] Consolidate ERC1155 Drop tests #5137
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 ↗︎
|
|
Your org has enabled the Graphite merge queue for merging into mainAdd the label “merge-queue” to the PR and Graphite will automatically add it to the merge queue when it’s ready to merge. Or use the label “hotfix” to add to the merge queue as a hot fix. You must have a Graphite account and log in to Graphite in order to use the merge queue. Sign up using this link. |
|
This stack of pull requests is managed by Graphite. Learn more about stacking. |
size-limit report 📦
|
566cd43 to
ac32aee
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5137 +/- ##
==========================================
- Coverage 45.45% 45.44% -0.01%
==========================================
Files 1065 1065
Lines 55122 55122
Branches 3976 3972 -4
==========================================
- Hits 25053 25052 -1
- Misses 29377 29378 +1
Partials 692 692
*This pull request uses carry forward flags. Click here to find out more. |
Merge activity
|
## Problem solved
Short description of the bug fixed or feature added
<!-- start pr-codex -->
---
## PR-Codex overview
This PR primarily focuses on refactoring tests for the `erc1155` extension, updating account references, and adding new test cases for metadata updates and claim conditions.
### Detailed summary
- Deleted `claimTo.test.ts` and `updateMetadata.test.ts`.
- Updated account references from `TEST_ACCOUNT_A` to `TEST_ACCOUNT_C`.
- Added a test case for updating metadata.
- Added a test case to verify claiming without payment for the primary fee recipient.
- Ensured `getActiveClaimCondition` works correctly with new test cases.
> ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}`
<!-- end pr-codex -->
ac32aee to
53e9d8b
Compare

Problem solved
Short description of the bug fixed or feature added
PR-Codex overview
This PR focuses on removing outdated tests and refactoring the
TEST_ACCOUNTreferences in theerc1155test files, while adding new functionality for updating metadata and claiming tokens without payment under certain conditions.Detailed summary
claimTo.test.tsandupdateMetadata.test.ts.getActiveClaimConditiontests ingetActiveClaimCondition.test.ts.TEST_ACCOUNT_AtoTEST_ACCOUNT_Cin multiple tests.getActiveClaimConditionfunctionality.