Issue
The BLS signature testes has been forked and organized in https://github.com/ethereum/bls12-381-tests. The new repo is also a useful test suite for non-CL modules. e.g., EIP-2537
How to fix it
- Ensure that
bls12-381-tests covers all IETF draft v4 API test cases in this repo
- Remove the duplicate tests from this repo
I think after the clean-up, only the "Ethereum extensions" (eth_aggregate_pubkeys and eth_fast_aggregate_verify) tests will live in this repo.
/cc @asanso
Issue
The BLS signature testes has been forked and organized in https://github.com/ethereum/bls12-381-tests. The new repo is also a useful test suite for non-CL modules. e.g., EIP-2537
How to fix it
bls12-381-testscovers all IETF draft v4 API test cases in this repoI think after the clean-up, only the "Ethereum extensions" (
eth_aggregate_pubkeysandeth_fast_aggregate_verify) tests will live in this repo./cc @asanso