Expand augurScan protocol operations analytics - #747
Merged
Conversation
KillariDev
marked this pull request as ready for review
August 20, 2026 10:34
…operations-ui # Conflicts: # augurScan/config/manifests/sepolia.json
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
Completes the augurScan Protocol Operations and Analytics expansion and fixes A1–A8 at their shared indexer, database, API, and browser layers. Solidity behavior is unchanged.
Implemented features
Root-cause fixes
0can no longer turneth_getCode(latest)into a false “Deployed at #0” claim. Pre-index state is explicitlyAwaiting indexed evidence.BEGIN/COMMITwarnings.(block_number, log_index, tx_hash), retains visible depth, and rejects stale boundary/network results.Architecture
schema.sqlfor disposable fresh databases; ordered migrations and in-place upgrades are removed.README.md,PLAN.md, andSTATE_MODEL.md.Validation
bun run tsc— passed.cd augurScan && bun test— 242 passed, 2 PostgreSQL-environment skips, 0 failed, 994 expectations.bun run format:check— passed.bun run check— passed.bun run knip— passed.git diff --check— passed. Branch merged with currentorigin/main, preserving thestatoblastrename.UI evidence
Operations overview
Reports and live pagination
Escalations
Auctions — mobile
Risk and approval evidence
System state price, liquidity, and OpenOracle history
Address interactions — mobile
Visual QA used Chrome 151 at 1440×900 and 390×844. It covered delayed pagination with multiple SSE refreshes, cross-network switching, dense exact values, stale and caught-up freshness, responsive wrapping, focus retention, and console/runtime errors (none observed).