w3f / apk-proofs

Apache License 2.0
56 stars 19 forks source link

Recursive validation example improved #38

Closed swasilyev closed 2 years ago

swasilyev commented 2 years ago
  1. fixes https://github.com/w3f/apk-proofs/issues/34
  2. fancy output with profiling
  3. commitment to the validator set is generated once and shared (as it's computation is lengthy and in prod is done by each validator in parallel)
  4. some README

Benchmarks are still not trustworthy because generating 2^16 BLS sigs also takes time. Setting the same keypair for each validator didn't work, no idea why.