Open drskalman opened 1 year ago
Beefy's commitment to validator set's ECDSA keys is in form of merkle root of a tree containig all ECDSA keys. For the BLS aggregated key to be verifiale by APK proofs we need a KZG commitment to the validator set instead.
blocked by https://github.com/w3f/apk-proofs/issues/42
This is mostly done except that type info is not correctly implement.
Beefy's commitment to validator set's ECDSA keys is in form of merkle root of a tree containig all ECDSA keys. For the BLS aggregated key to be verifiale by APK proofs we need a KZG commitment to the validator set instead.