-
Notifications
You must be signed in to change notification settings - Fork 285
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
feat(core-state): in-memory storage for last N blocks and transactions #2492
Conversation
The ci/circleci: test-node11-unit job is failing as of ef6a7476d74886ac472603ea8248333a145f9b3f. Please review the logs for more information. Once you've pushed the fixes, the build will automatically re-run. Thanks! |
2c1d882
to
487e133
Compare
42b179f
to
03ddb47
Compare
Codecov Report
@@ Coverage Diff @@
## develop #2492 +/- ##
===========================================
- Coverage 67.76% 67.76% -0.01%
===========================================
Files 386 390 +4
Lines 8399 8457 +58
Branches 439 402 -37
===========================================
+ Hits 5692 5731 +39
- Misses 2654 2673 +19
Partials 53 53
Continue to review full report at Codecov.
|
…e is no last block
…remove-insertion-order * ArkEcosystem/core/develop: feat(core-state): in-memory storage for last N blocks and transactions (#2492)
Summary
Implements a map that is capped in size and keeps records in insertion order.
First half of https://github.com/ArkEcosystem/core/issues/2114.
What kind of change does this PR introduce?
Does this PR introduce a breaking change?
Does this PR release a new version?
Checklist