-
Notifications
You must be signed in to change notification settings - Fork 7
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
[PLA-2034] Support version 2 changes #106
Conversation
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
PR Type
Enhancement, Tests
Description
TokensDoNotExistInBeam
to use updated token cap type constants.Changes walkthrough 📝
BatchProcess.php
Update batch processing logic for token handling
src/Commands/BatchProcess.php
comparison.
TokensDoNotExistInBeam.php
Modify token existence rule with updated cap types
src/Rules/TokensDoNotExistInBeam.php
UpdateBeamTest.php
Update test for token cap type changes
tests/Feature/GraphQL/Mutations/UpdateBeamTest.php
CreateCollectionData.php
Adjust collection data creation for new cap types
tests/Feature/Traits/CreateCollectionData.php
EventTest.php
Revise event tests for updated data structures
tests/Unit/EventTest.php
IDs.