ethereum / consensus-spec-tests

Common tests for the Ethereum proof-of-stake consensus layer
MIT License
69 stars 22 forks source link

[Release needed] BLS tests: fast_aggregate_verify inconsistent format v1.0.0-rc0 #22

Closed mratsim closed 3 years ago

mratsim commented 3 years ago

There is one test in fast_aggregate_verify that has an inconsistent format with the rest (fast_aggregate_verify_infinity_pubkey)

It uses messages (plural) instead of message

image

mratsim commented 3 years ago

Fixed by https://github.com/ethereum/eth2.0-specs/pull/2099 but I guess we need a new release for those who uses the tarballs directly.

For now I'll edit manually in my downloaded files

hwwhww commented 3 years ago

fixed in v1.0.0 tests.