w3f / substrate

Fork of parity Substrate to help W3F researchers to contribute to the code.
Apache License 2.0
0 stars 0 forks source link

Add tests for BLS12-381 crypto and fix BEEFY primitives tests #17

Closed drskalman closed 4 months ago

drskalman commented 4 months ago

BLS crypto module only has tests for BLS12-377. We are moving to BLS12-381 so we should have test for BLS12-381 as well. The test in BEEFY primitives also are hardcoded for BLS12-377 and we should recalculate values for BLS12-381. This happening here: https://github.com/paritytech/polkadot-sdk/pull/4931

drskalman commented 4 months ago

https://github.com/paritytech/polkadot-sdk/pull/4931 Merged and Done

drskalman commented 4 months ago

Done as https://github.com/paritytech/polkadot-sdk/pull/4931 was merged