Split bot dashboards and bound log recovery - #748
Merged
Conversation
…s-and-scans # Conflicts: # bots/liquidator/src/execution/recovery.ts
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.
Summary
Runtime safety
Initial connectivity setup now persists immediately but keeps the active network, market chain, and RPC pool unchanged until one scan boundary applies them atomically. Source and lookback changes clear incompatible market evidence and report scan state before evaluation resumes.
Screenshots
Arbitrager overview
Arbitrager markets
Manual QA also covered arbitrager and liquidator operations/settings routes at 1440x900 and 390x844, including liquidator log-sync and staged-recovery states.
Validation
bun run tscbun run ensure-contract-artifacts && bun run check:shared-dependencies && bun run test:run -- --bail=1— 2,942 passed, 16 intentional external/mainnet-fork skips, 0 failedbun run format:checkbun run checkbun run check:changedbun run knipbun run check:generated-cleangit diff --checkThe full suite had one transient Bun
EEXIST: epoll_ctlloader error on its first post-sync run. The affected installer file passed 3/3 in isolation, and the complete rerun passed with the totals above.Review
The branch is current with
origin/main.