EspressoSystems / HotShot

http://hotshot.docs.espressosys.com/
101 stars 25 forks source link

Remove VID precomputation from builder API #3365

Open QuentinI opened 1 week ago

QuentinI commented 1 week ago

Closes #3364 Closes #3183 as no longer relevant

This PR:

This PR does not:

Key places to review:

The most critical place is crates/types/src/traits/signature_key.rs, as it changes how the fee is signed. Everything else should be pretty straightforward.