ethereum / beacon_chain

MIT License
210 stars 65 forks source link

Mock bls sigs for most tests #25

Closed djrtwo closed 6 years ago

djrtwo commented 6 years ago

Issue

BLS signatures really slow down testing. We currently do not have any adversarial testing so we can just assume all signatures verify in the context of blockchain testing.

Proposed Implementation

djrtwo commented 6 years ago

working on this