-
Notifications
You must be signed in to change notification settings - Fork 523
catchpoint: actualize limit constants and fix txtail table init #4703
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
catchpoint: actualize limit constants and fix txtail table init #4703
Conversation
Codecov Report
@@ Coverage Diff @@
## master #4703 +/- ##
=======================================
Coverage 54.37% 54.37%
=======================================
Files 414 414
Lines 53504 53504
=======================================
Hits 29095 29095
Misses 22002 22002
Partials 2407 2407 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
ledger/catchpointwriter.go
Outdated
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.
removed MaxEncodedAccountDataSize as not used in msgp
cc66f01 to
34e8346
Compare
data/basics/userBalance_test.go
Outdated
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.
partially re-used in a similar test in accountdb_test for base account data and resource data max size checks
ledger/accountdb.go
Outdated
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.
this is a fix for the MT recreation after catchpoint apply
ledger/accountdb.go
Outdated
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.
this is a fix for block seed opcode in the replay range after applying a catchpoint
f748190 to
78ca730
Compare
|
rebased |
98baaa2 to
8f03faf
Compare
344ed12 to
4e0fb23
Compare
4e0fb23 to
5b04db7
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.
LGTM — it's funny, the changes in this PR only impact catchpoint readers, but the listing of files being changed would make you think the catchpoint writers were changing I forgot you are changing ResourcesPerCatchpointFileChunk to 100k for writers now
Summary
Test Plan