refactor: Add etl system state command#2894
Closed
kuznetsss wants to merge 36 commits intoXRPLF:developfrom
Closed
refactor: Add etl system state command#2894kuznetsss wants to merge 36 commits intoXRPLF:developfrom
kuznetsss wants to merge 36 commits intoXRPLF:developfrom
Conversation
bd0ffce to
4599a70
Compare
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## develop #2894 +/- ##
===========================================
+ Coverage 81.86% 81.97% +0.11%
===========================================
Files 382 391 +9
Lines 14494 14595 +101
Branches 7951 7989 +38
===========================================
+ Hits 11865 11964 +99
+ Misses 1451 1448 -3
- Partials 1178 1183 +5 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
kuznetsss
commented
Jan 13, 2026
d3fe795 to
0737efc
Compare
690e939 to
d4236b1
Compare
Collaborator
Author
|
Closing in favour of #2830 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
SystemState was using bool flags. This refactoring switches it to use signals making it easier to control writing state from outside of ETL.