Aere Network public source. Everything here can be checked against the live chain (chain id 2800, https://rpc.aere.network). Scope note, stated up front rather than buried: consensus on chain 2800 is classical secp256k1 ECDSA QBFT. The post-quantum work in this repository is at the signature, precompile, account and transport layers. Nothing here makes the consensus post-quantum, and no document in it should be read as claiming so.
14 lines
1.6 KiB
JSON
14 lines
1.6 KiB
JSON
{
|
|
"source": "go-ethereum core/vm/testdata/precompiles/pointEvaluation.json (official EIP-4844 precompile known-answer test, name pointEvaluation1)",
|
|
"note": "input = versioned_hash(32) | z(32) | y(32) | commitment(48) | proof(48); expected = uint256(FIELD_ELEMENTS_PER_BLOB=4096) | uint256(BLS_MODULUS). Confirmed live against AERE chain 2800 precompile 0x0A via eth_call on 2026-07-10 (identical 64-byte return; corrupted proof and bad versioned hash both raise a Besu precompile error).",
|
|
"input": "0x01e798154708fe7789429634053cbf9f99b619f9f084048927333fce637f549b564c0a11a0f704f4fc3e8acfe0f8245f0ad1347b378fbf96e206da11a5d3630624d25032e67a7e6a4910df5834b8fe70e6bcfeeac0352434196bdf4b2485d5a18f59a8d2a1a625a17f3fea0fe5eb8c896db3764f3185481bc22f91b4aaffcca25f26936857bc3a7c2539ea8ec3a952b7873033e038326e87ed3e1276fd140253fa08e9fc25fb2d9a98527fc22a2c9612fbeafdad446cbc7bcdbdcd780af2c16a",
|
|
"expected": "0x000000000000000000000000000000000000000000000000000000000000100073eda753299d7d483339d80809a1d80553bda402fffe5bfeffffffff00000001",
|
|
"versionedHash": "0x01e798154708fe7789429634053cbf9f99b619f9f084048927333fce637f549b",
|
|
"z": "0x564c0a11a0f704f4fc3e8acfe0f8245f0ad1347b378fbf96e206da11a5d36306",
|
|
"y": "0x24d25032e67a7e6a4910df5834b8fe70e6bcfeeac0352434196bdf4b2485d5a1",
|
|
"commitment": "0x8f59a8d2a1a625a17f3fea0fe5eb8c896db3764f3185481bc22f91b4aaffcca25f26936857bc3a7c2539ea8ec3a952b7",
|
|
"proof": "0x873033e038326e87ed3e1276fd140253fa08e9fc25fb2d9a98527fc22a2c9612fbeafdad446cbc7bcdbdcd780af2c16a",
|
|
"precompileGas": 50000,
|
|
"aereChain2800EstimateGasFullTx": 74949
|
|
}
|