-
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-1706] Uses decoder new version #40
Conversation
PR Description updated to latest commit (56fd7bb) |
PR Review
Code feedback:
✨ Review tool usage guide:Overview: The tool can be triggered automatically every time a new PR is opened, or can be invoked manually by commenting on any PR.
See the review usage page for a comprehensive guide on using this tool. |
PR Code Suggestions
✨ Improve tool usage guide:Overview:
See the improve usage page for a comprehensive guide on using this tool. |
Tests are failing |
Type
enhancement, bug_fix
Description
AccountRemoved
,CallDispatched
,FreezeStateMutated
,FuelTankDestroyed
,FuelTankMutated
,MutateFreezeStateScheduled
,RuleSetRemoved
) to include an optionalModel $transaction
parameter in their constructors for enhanced functionality.FuelTankSubstrateEvent
and its implementations (AccountAdded
,AccountRemoved
) for better clarity and added transaction-related enhancements.rebing/graphql-laravel
dependency version to^9.0
.canary
network.Changes walkthrough
10 files
AccountRemoved.php
Enhance AccountRemoved Event with Optional Transaction Model
src/Events/Substrate/FuelTanks/AccountRemoved.php
Model $transaction
parameter to the constructor.CallDispatched.php
Enhance CallDispatched Event with Optional Transaction Model
src/Events/Substrate/FuelTanks/CallDispatched.php
Model $transaction
parameter to the constructor.FreezeStateMutated.php
Enhance FreezeStateMutated Event with Optional Transaction Model
src/Events/Substrate/FuelTanks/FreezeStateMutated.php
Model $transaction
parameter to the constructor.FuelTankDestroyed.php
Enhance FuelTankDestroyed Event with Optional Transaction Model
src/Events/Substrate/FuelTanks/FuelTankDestroyed.php
Model $transaction
parameter to the constructor.FuelTankMutated.php
Enhance FuelTankMutated Event with Optional Transaction Model
src/Events/Substrate/FuelTanks/FuelTankMutated.php
Model $transaction
parameter to the constructor.MutateFreezeStateScheduled.php
Enhance MutateFreezeStateScheduled Event with Optional Transaction
Model
src/Events/Substrate/FuelTanks/MutateFreezeStateScheduled.php
Model $transaction
parameter to the constructor.RuleSetRemoved.php
Enhance RuleSetRemoved Event with Optional Transaction Model
src/Events/Substrate/FuelTanks/RuleSetRemoved.php
Model $transaction
parameter to the constructor.FuelTankSubstrateEvent.php
Refactor FuelTankSubstrateEvent for Enhanced Clarity and Functionality
src/Services/Processor/Substrate/Events/FuelTankSubstrateEvent.php
FuelTankSubstrateEvent
.getFuelTank
.AccountAdded.php
Refactor AccountAdded Event Processing with Enhanced Logging
src/Services/Processor/Substrate/Events/Implementations/FuelTanks/AccountAdded.php
FuelTankSubstrateEvent
.AccountRemoved.php
Refactor AccountRemoved Event Processing with Enhanced Logging
src/Services/Processor/Substrate/Events/Implementations/FuelTanks/AccountRemoved.php
FuelTankSubstrateEvent
.1 files
composer.json
Update GraphQL Laravel Dependency Version
composer.json
rebing/graphql-laravel
version from^9.0.0-rc1
to^9.0
.1 files
testbench.yaml
Update Testbench Configuration for Canary Network
testbench.yaml
NETWORK
value fromenjin
tocanary
.