Update JSON file with new ID and BLS key Nodeify#892
Update JSON file with new ID and BLS key Nodeify#892kw1knode wants to merge 1 commit intomonad-developers:mainfrom
Conversation
Greptile SummaryThis PR updates the validator registration entry for Nodeify by replacing the existing secp256k1 identity key, BLS key, and validator ID, and renaming the file accordingly. Key changes:
Confidence Score: 5/5This PR is safe to merge; all field formats are valid and consistent with the rest of the registry. The secp key (66 hex chars, 02 prefix) and BLS key (96 hex chars, b prefix with compression flag) are both correctly formatted and match conventions seen throughout the mainnet/ directory. The filename matches the new secp field. The new ID 201 is unique — no duplicate found across the repo. No other metadata fields were altered. No files require special attention. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A["Old file\n02f2c116...bcbd.json\nid: 173\nsecp: 02f2c116...bcbd\nbls: b6ca1f2e...d171"] -->|"Key rotation\n+ ID update"| B["New file\n02b03c0c...1326.json\nid: 201\nsecp: 02b03c0c...1326\nbls: b24d2ceb...c05"]
B --> C["✓ Filename matches secp field"]
B --> D["✓ secp: 66 hex chars (valid compressed secp256k1)"]
B --> E["✓ bls: 96 hex chars (valid BLS12-381 G1 compressed)"]
B --> F["✓ id: 201 unique across all mainnet/ files"]
Reviews (1): Last reviewed commit: "Update JSON file with new ID and BLS key..." | Re-trigger Greptile |
There was a problem hiding this comment.
Please create a new JSON file instead of updating the current one. The old records should remain for auditing.
No description provided.