Archive legacy status docs and canonicalize genesis entrypoints
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env python3
|
||||
"""
|
||||
Generate IBFT 2.0 Genesis with Validator Addresses
|
||||
Generate QBFT Genesis with Validator Addresses
|
||||
This script extracts validator addresses from keys and creates proper genesis.json
|
||||
"""
|
||||
|
||||
@@ -40,7 +40,7 @@ def extract_address_from_key(key_path):
|
||||
|
||||
def generate_extra_data(validator_addresses):
|
||||
"""
|
||||
Generate IBFT 2.0 extraData
|
||||
Generate QBFT extraData
|
||||
Format: RLP([32 bytes Vanity, [][20 bytes]Validators, 65 bytes Signature])
|
||||
This is a placeholder - proper encoding requires RLP library
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user