Monitoring - #181
Open
vzotova wants to merge 11 commits into
Open
Conversation
mimaklas
approved these changes
Aug 11, 2026
…nces differ on resubmits
…ted too far to compare
… we did not track
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.
manage.py monitor— nightly probe of every chain that keeps one GitHub issue in sync: opens on a prod deviation, comments when it changes, closes when clean. No secrets; it uses thepublic_rpc_urleach deployment file already records.--bytecode --from-commit— recompiles each contract from the commit it was deployed at, matching ~264 contracts byte-for-byte (without--from-commit, 12 chains report every row uncomparable).manage.py verify— submits sources to Etherscan v2 (vyper-json), falling back to Blockscout for chains it doesn't list; 397 of 502 verifiable contracts are now verified, up from 155.manage.py site— renders the registry as one searchable page and publishes it to Pages on each deploy (needs Pages enabled, source = GitHub Actions).pre-commit/actionin CI — replaces hand-pinnedblack/isortso CI and the local hook can't drift;contracts/is excluded fromend-of-file-fixerbecause vyper hashes the source into the deploy bytecode.Findings
devnet/monadanddevnet/etherlinkrecord 42 addresses that hold no code, confirmed four ways.devnet/etherlinkanddevnet/plumepublishpublic_rpc_urlvalues that don't work.