Add Pumpkin's Pool to testnet validator set#818
Open
bartenbach wants to merge 1 commit intomonad-developers:mainfrom
Open
Add Pumpkin's Pool to testnet validator set#818bartenbach wants to merge 1 commit intomonad-developers:mainfrom
bartenbach wants to merge 1 commit intomonad-developers:mainfrom
Conversation
Greptile OverviewGreptile SummaryAdded new testnet validator entry for Pumpkin's Pool with ID 208, following the standard JSON schema format.
Confidence Score: 4/5
Important Files Changed
Sequence DiagramsequenceDiagram
participant Dev as Developer
participant Repo as validator-info Repository
participant Val as Validation Script
participant Chain as Monad Testnet
Dev->>Repo: Create new JSON file with SECP filename
Dev->>Repo: Add validator info (id: 208, name, keys, URLs)
Repo->>Val: Trigger validation script
Val->>Val: Check JSON schema
Val->>Val: Verify required fields
Val->>Val: Validate logo URL accessibility
Val->>Chain: Query on-chain validator data by ID
Chain-->>Val: Return SECP & BLS keys
Val->>Val: Compare local keys with on-chain keys
Val->>Val: Verify filename matches SECP key
Val-->>Repo: Validation result
Repo-->>Dev: PR checks status
|
| "description": "Pumpkin’s Pool runs high-performance bare metal Monad infrastructure with production-grade monitoring and fast response, and donates a portion of rewards to animal welfare.", | ||
| "logo": "https://raw.githubusercontent.com/bartenbach/pumpkins_pool/refs/heads/main/assets/iPhone.png", | ||
| "x": "https://x.com/pumpkinspool" | ||
| } No newline at end of file |
There was a problem hiding this comment.
Missing newline at end of file (POSIX standard requires files to end with newline)
Suggested change
| } | |
| } |
Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!
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.