feat: add validator 187 on mainnet#857
Merged
johnmarcou merged 2 commits intomonad-developers:mainfrom Mar 4, 2026
Merged
Conversation
Greptile SummaryThis PR adds a new mainnet validator entry for Kiln (validator id 187) by submitting a JSON metadata file. The file is mostly well-formed, but it is missing the required The Confidence Score: 2/5
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[PR: Add validator JSON file] --> B[CI: scripts/validate.py]
B --> C{JSON loadable?}
C -- No --> FAIL1[❌ Invalid JSON]
C -- Yes --> D{check_schema\nAll 8 fields present?\nid, name, secp, bls,\nwebsite, description,\nlogo, x}
D -- Missing 'x' field --> FAIL2[❌ Schema check failed\nMissing field: 'x']
D -- Pass --> E{name non-empty?}
E -- Fail --> FAIL3[❌ Invalid name]
E -- Pass --> F{Logo URL valid\nHTTPS + returns image?}
F -- Fail --> FAIL4[❌ Logo check failed]
F -- Pass --> G{On-chain SECP\n& BLS match?}
G -- Mismatch --> FAIL5[❌ Key mismatch]
G -- Match --> H{Filename == secp.json?}
H -- Mismatch --> FAIL6[❌ Filename mismatch]
H -- Match --> SUCCESS[🎉 Validation successful]
style FAIL2 fill:#ff4444,color:#fff
style FAIL1 fill:#ff8888,color:#fff
style FAIL3 fill:#ff8888,color:#fff
style FAIL4 fill:#ff8888,color:#fff
style FAIL5 fill:#ff8888,color:#fff
style FAIL6 fill:#ff8888,color:#fff
style SUCCESS fill:#44bb44,color:#fff
style D fill:#ffcccc
Last reviewed commit: 6de6b02 |
mainnet/0389f4d29ac3ddbd010f2ba6874c29695ec187ce32d9f8941ecf1a01642cadaf52.json
Outdated
Show resolved
Hide resolved
johnmarcou
approved these changes
Mar 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.