-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
refactor: mv ChangedAccount
#10472
refactor: mv ChangedAccount
#10472
Conversation
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.
lgtm
Co-authored-by: Roman Krasiuk <rokrassyuk@gmail.com>
tests are failing somehow, can you take a look? |
@onbjerg Just fixed |
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.
makes sense, interestingly we don't have this particular account type yet
Before the
ChangedAccount
structure was included in the transaction pool crate. However, as it is used mainly with our execution types, it seems more straightforward to move it to our execution type crate as long as thechanged_accounts
method which is now directly implemented forExecutionOutcome
.