Add Skyneticlabs testnet validator info (ID 230)#855
Merged
johnmarcou merged 3 commits intomonad-developers:mainfrom Mar 3, 2026
Merged
Add Skyneticlabs testnet validator info (ID 230)#855johnmarcou merged 3 commits intomonad-developers:mainfrom
johnmarcou merged 3 commits intomonad-developers:mainfrom
Conversation
Add Skyneticlabs testnet validator info (ID 230)
Skyneticlabs testnet validator info (ID 230)
Greptile SummaryThis PR adds a single JSON file registering Skyneticlabs as a testnet validator (ID 230), following the standard directory format used by all other validators in this repository.
Confidence Score: 5/5
Sequence DiagramsequenceDiagram
participant Author as Skyneticlabs (Author)
participant PR as Pull Request
participant CI as GitHub Actions (check.yaml)
participant Script as validate.py
participant Chain as Monad Testnet RPC
participant Logo as raw.githubusercontent.com
Author->>PR: Add testnet/034799...4e.json
PR->>CI: Trigger on pull_request (testnet/*.json changed)
CI->>Script: python scripts/validate.py testnet/034799...4e.json
Script->>Script: Check JSON is valid ✓
Script->>Script: Check schema fields match example ✓
Script->>Script: Check name is non-empty ✓
Script->>Logo: GET https://raw.githubusercontent.com/.../Skyneticlabs.jpg
Logo-->>Script: 200 OK, Content-Type: image/jpeg
Script->>Chain: call_getter(w3, "get_validator", contract, id=230)
Chain-->>Script: secp=034799...4e, bls=892211...e8
Script->>Script: Assert local secp == chain secp ✓
Script->>Script: Assert local bls == chain bls ✓
Script->>Script: Assert filename == secp + ".json" ✓
Script-->>CI: 🎉 Validation successful!
CI-->>PR: Checks pass → ready to merge
Last reviewed commit: 6363f1e |
johnmarcou
approved these changes
Mar 3, 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.
Add Skyneticlabs testnet validator info (ID 230)