-
Notifications
You must be signed in to change notification settings - Fork 212
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
Abstract away DB in AtxBuilder #6356
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## node-split-poc #6356 +/- ##
================================================
- Coverage 81.5% 79.7% -1.9%
================================================
Files 330 330
Lines 36368 43031 +6663
================================================
+ Hits 29664 34311 +4647
- Misses 4769 6774 +2005
- Partials 1935 1946 +11 ☔ View full report in Codecov by Sentry. |
…t-db-in-atx-builder
57daffd
to
11a68ea
Compare
11a68ea
to
378063b
Compare
bors try |
bors cancel |
tryBuild failed: |
bors merge |
👎 Rejected by too few approved reviews |
bors try |
tryBuild failed: |
bors try |
tryBuild failed: |
Motivation
Step 1 of the Activation Service PoC #6354
Description
Abstract away accesses to the state DB in the ATX builder by using a
AtxService
interface, which provides access to:Blobs of the built ATXs are preserved in a new table in the local DB for re-gossipping them later at the re-gossip intervals.
Test Plan
TODO