WIP upgrading local network to support indexing payments#62
Open
RembrandtK wants to merge 4 commits intomainfrom
Open
WIP upgrading local network to support indexing payments#62RembrandtK wants to merge 4 commits intomainfrom
RembrandtK wants to merge 4 commits intomainfrom
Conversation
- Move container dirs into containers/ grouped by domain (core/, indexer/, indexing-payments/, query-payments/, oracles/, ui/) - Remove git submodules and overrides system - Add compose/dev/ overlays with descriptive profiles - Add REO eligibility oracle and real IISA scoring service - Simplify Dockerfiles to wrapper-only model - Default config works out of the box without local builds
- test-baseline-state.sh: Layer 1 state observation - test-baseline-queries.sh: baseline query validation - test-indexer-guide-queries.sh: indexer guide queries - test-reo-eligibility.sh: REO eligibility cycle e2e
Test suites: allocation lifecycle, eligibility, network state, provision management, query fees, REO governance, reward collection, stake management. Includes nextest config for serial execution.
- docs/testing/: test framework, REO test plan and status - docs/eligibility-oracle/: goal and status tracking - docs/explorer/: integration goal - docs/flows/: updated testing flow guides - docs/indexing-payments/: reorganize into safe-based/ subdir - tests/README.md: coverage mapping table
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.
This includes:
I am not yet confident this will not break local-network for other people, although locally in good shape. Some of the newer components have local dev dependencies.