Skip to content

Update FP Validated mainnet info#866

Open
brian-fp wants to merge 1 commit intomonad-developers:mainfrom
brian-fp:fpmain-update0
Open

Update FP Validated mainnet info#866
brian-fp wants to merge 1 commit intomonad-developers:mainfrom
brian-fp:fpmain-update0

Conversation

@brian-fp
Copy link
Contributor

update description & logo

@brian-fp brian-fp requested a review from a team as a code owner March 19, 2026 04:51
@greptile-apps
Copy link

greptile-apps bot commented Mar 19, 2026

Greptile Summary

This PR updates the description and logo fields for the FP Validated validator entry (id: 145). The description is expanded from a short tagline to a detailed overview of the validator's background, team, and institutional relationships. The logo URL is changed from a different GitHub repository (fpvalidator/felix) to a new one (brian-fp/fp-validated).

  • The JSON structure is valid, schema-compliant, and matches the example file format.
  • The CI validation script (scripts/validate.py) will automatically verify the logo URL is reachable and serves an image — no manual check is needed.
  • No on-chain keys (secp, bls), id, name, website, or x fields are modified, so there is no risk of breaking validator identity or staking references.
  • The new logo URL references the main branch of a personal GitHub repository, which is a common pattern across entries in this repo but carries a minor long-term availability risk if the repository is renamed, deleted, or the branch is changed.

Confidence Score: 5/5

  • This PR is safe to merge — it only updates metadata fields and does not touch any on-chain keys or validator identity data.
  • The change is limited to two string fields (description and logo) in a single JSON config file. The JSON remains structurally valid, schema-compliant, and all immutable validator identity fields are unchanged. The CI validation pipeline will independently verify the logo URL accessibility before merge.
  • No files require special attention.

Important Files Changed

Filename Overview
mainnet/03b8aea4bde62774f18b0d80de4ce03bcfa55de6e4fc310b0803a0bb7eaffbb562.json Updates description and logo URL for the FP Validated validator; JSON structure remains valid and schema-compliant.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[PR: Update validator JSON] --> B{CI: validate.py}
    B --> C[Check JSON schema]
    B --> D[Fetch logo URL\nbrian-fp/fp-validated\nfp-validated-symbol.png]
    B --> E[Verify on-chain keys\nSECP & BLS unchanged]
    B --> F[Check filename matches secp]
    C --> G{All checks pass?}
    D --> G
    E --> G
    F --> G
    G -- Yes --> H[Merge approved]
    G -- No --> I[CI failure - PR blocked]
Loading

Last reviewed commit: "Update FP Validated ..."

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants