Add InfraSingularity validator info for testnet#812
Merged
silviugae merged 1 commit intomonad-developers:mainfrom Feb 4, 2026
Merged
Add InfraSingularity validator info for testnet#812silviugae merged 1 commit intomonad-developers:mainfrom
silviugae merged 1 commit intomonad-developers:mainfrom
Conversation
Greptile OverviewGreptile SummaryAdded a new validator configuration file for InfraSingularity (validator ID 198) to the testnet directory. The PR adds a properly formatted JSON file containing:
The file follows the required schema structure defined in the example file, with all required fields present and properly typed. The filename correctly matches the SECP key format, and key lengths are correct (66 chars for SECP, 96 chars for BLS). The automated validation workflow will verify the keys match on-chain data and that the logo URL is accessible. Confidence Score: 5/5
Important Files Changed
Sequence DiagramsequenceDiagram
participant Dev as Developer
participant GH as GitHub PR
participant CI as CI/CD Pipeline
participant Val as Validation Script
participant RPC as Monad RPC Node
participant Repo as Validator Registry
Dev->>Repo: Fork repository
Dev->>Dev: Create JSON file with validator info
Note over Dev: Filename: {SECP_KEY}.json<br/>Contains: id, name, keys, URLs
Dev->>GH: Open Pull Request
GH->>CI: Trigger validation workflow
CI->>Val: Run validate.py on changed file
Val->>Val: Check JSON is valid
Val->>Val: Verify schema matches example
Val->>Val: Validate name is not empty
Val->>Val: Check logo URL is accessible
Val->>RPC: Query validator keys by ID
RPC-->>Val: Return on-chain SECP & BLS keys
Val->>Val: Compare local keys with chain keys
Val->>Val: Verify filename matches SECP key
alt Validation passes
Val-->>CI: ✅ All checks passed
CI-->>GH: ✅ CI check successful
GH-->>Dev: Ready for review
else Validation fails
Val-->>CI: ❌ Validation errors
CI-->>GH: ❌ CI check failed
GH-->>Dev: Fix required
end
|
silviugae
approved these changes
Feb 4, 2026
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.
No description provided.