aere-research/parallel-executor/endtoend-logs-2026-07-13/01-cargo-test.txt
Aere Network 37f55e4f71 Initial public release
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.
2026-07-20 01:31:55 +03:00

21 lines
693 B
Plaintext

test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
Running unittests src/main.rs (target/release/deps/aere_block_stm-0c381095ca5068c5)
running 5 tests
test tests::keccak_known_answer ... ok
test tests::shared_counter_is_serialized ... ok
test tests::prediction_eliminates_aborts_on_hot_slot ... ok
test tests::parallel_equals_sequential_random ... ok
test tests::predicted_equals_sequential_random ... ok
test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.28s
Doc-tests aere_block_stm
running 0 tests
test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s