Skip to content

update parsec x firstset validators identities#867

Open
gluckzhang wants to merge 1 commit intomonad-developers:mainfrom
Firstset:update-parsec-validator
Open

update parsec x firstset validators identities#867
gluckzhang wants to merge 1 commit intomonad-developers:mainfrom
Firstset:update-parsec-validator

Conversation

@gluckzhang
Copy link
Contributor

No description provided.

Signed-off-by: Long Zhang <gluckzhang@gmail.com>
@gluckzhang gluckzhang requested a review from a team as a code owner March 19, 2026 11:07
@greptile-apps
Copy link

greptile-apps bot commented Mar 19, 2026

Greptile Summary

This PR updates the validator identity records for the Firstset validator (previously branded as "Parsec x Firstset") across both mainnet and testnet, reflecting a rebranding where Parsec is no longer a co-owner of the validator. All required fields are present and structurally valid; the immutable cryptographic keys (secp, bls) and numeric ids are correctly left unchanged.

Key changes:

  • name: "Parsec X Firstset" / "Parsec x Firstset Community Validator" → "Firstset" (consistent across both environments)
  • website: https://x.com/parsec_financehttps://firstset.xyz (corrects the prior unconventional use of an X.com profile as the website URL)
  • description: Updated from a joint-entity description to Firstset's own tagline
  • logo: parsec.pnglogo.png on www.firstset.xyz
  • x: https://x.com/parsec_financehttps://x.com/firstset_

No logic, schema, or structural issues found — the changes are clean, consistent, and well-scoped.

Confidence Score: 5/5

  • This PR is safe to merge — it is a straightforward metadata update with no code logic involved.
  • Both files are valid JSON that conform to the repository's schema (all required fields present, correct types), the immutable cryptographic keys are untouched, and the changes are fully consistent between mainnet and testnet. There are no logic, security, or structural issues.
  • No files require special attention.

Important Files Changed

Filename Overview
mainnet/03c9c18a64fbc3908b4a49b74dea1cd2c0363943c88fa70a32ab12facd80db4f79.json Rebrands the Parsec x Firstset mainnet validator to "Firstset" only, updating name, website, description, logo, and X handle to Firstset's own properties while preserving unchanged cryptographic keys and ID.
testnet/035894f6ab3cf70823277071e72e735ae061b0ec429bcc8b89903a16481be534a4.json Mirrors the mainnet rebranding for the Firstset testnet validator entry — name, website, description, logo, and X handle all updated consistently; id, secp, and bls keys are unchanged.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[Validator Identity Update] --> B{Environment}
    B --> C[mainnet entry - id 71]
    B --> D[testnet entry - id 123]

    C --> E[Unchanged: secp, bls, id]
    C --> F[Updated: name, website, description, logo, x]

    D --> G[Unchanged: secp, bls, id]
    D --> H[Updated: name, website, description, logo, x]

    F --> I[Rebranded from Parsec x Firstset to Firstset]
    H --> I
Loading

Last reviewed commit: "update parsec x firs..."

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.

1 participant