-
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-1826] Change beam events broadcast #73
Conversation
PR Review 🔍
Code feedback:
|
PR Code Suggestions ✨
|
b9bb6be
to
1e16e26
Compare
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.
I think we need to do similar for multi-tenants to update the event test part
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.
clarification
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.
improvement
Signed-off-by: Leonardo Custodio <[email protected]>
Signed-off-by: Leonardo Custodio <[email protected]>
Signed-off-by: Leonardo Custodio <[email protected]>
1174ad5
to
76aed8f
Compare
PR Type
enhancement, dependencies, tests
Description
safeBroadcast
method in multiple files.php-cs-fixer
withlaravel/pint
.Changes walkthrough 📝
1 files
.php-cs-fixer.php
Remove PHP CS Fixer configuration file
.php-cs-fixer.php
14 files
BatchProcess.php
Update event broadcasting and conditional spacing
src/Commands/BatchProcess.php
safeBroadcast
method.BeamBatchTransactionCreated.php
Update BeamBatchTransactionCreated event structure
src/Events/BeamBatchTransactionCreated.php
BeamClaimPending.php
Update BeamClaimPending event structure
src/Events/BeamClaimPending.php
BeamCreated.php
Update BeamCreated event structure
src/Events/BeamCreated.php
CreateBeamClaimsCompleted.php
Update CreateBeamClaimsCompleted event structure
src/Events/CreateBeamClaimsCompleted.php
TokensAdded.php
Update TokensAdded event structure
src/Events/TokensAdded.php
AddTokensMutation.php
Adjust conditional checks in AddTokensMutation
src/GraphQL/Mutations/AddTokensMutation.php
ClaimBeamMutation.php
Reorder traits in ClaimBeamMutation
src/GraphQL/Mutations/ClaimBeamMutation.php
CreateBeamMutation.php
Adjust conditional checks in CreateBeamMutation
src/GraphQL/Mutations/CreateBeamMutation.php
UpdateBeamMutation.php
Adjust conditional checks in UpdateBeamMutation
src/GraphQL/Mutations/UpdateBeamMutation.php
BeamClaimType.php
Reorder traits in BeamClaimType
src/GraphQL/Types/BeamClaimType.php
BeamType.php
Adjust conditional checks in BeamType
src/GraphQL/Types/BeamType.php
IntegerRangeStringType.php
Reorder traits and adjust conditionals in IntegerRangeStringType
src/GraphQL/Types/Input/IntegerRangeStringType.php
ClaimBeam.php
Adjust exception handling in ClaimBeam job
src/Jobs/ClaimBeam.php