-
Notifications
You must be signed in to change notification settings - Fork 473
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
ledger refactoring: Ordered resource deltas - part 1 #3292
ledger refactoring: Ordered resource deltas - part 1 #3292
Conversation
MergeInMatchingAccounts requires addresses per resource but storing addresses there makes the code much slower. Lets see if MergeInMatchingAccounts can be eliminated altogether on the schema switch
Codecov Report
@@ Coverage Diff @@
## feature/unlimited-assets #3292 +/- ##
=============================================================
- Coverage 46.92% 36.24% -10.69%
=============================================================
Files 371 369 -2
Lines 61511 61603 +92
=============================================================
- Hits 28865 22327 -6538
- Misses 29245 36320 +7075
+ Partials 3401 2956 -445
Continue to review full report at Codecov.
|
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.
Looks good - two tiny requests. I suppose it will render bigger changes to my PR before merging.
## Summary This is follow up PR for #3292 ## Test Plan This is mostly existing tests modification
Summary
MergeInMatchingAccounts requires addresses per resource but storing addresses there makes the code much slower.
Lets see if MergeInMatchingAccounts can be eliminated altogether on the schema switch.
Test Plan
Added new test for triggering missed base account data in StateDelta for some application resources modification.