fix(stages): add commit threshold to merkle stage v2 (#1656)

Co-authored-by: Georgios Konstantopoulos <me@gakonst.com>
This commit is contained in:
joshieDo
2023-03-14 12:47:16 +08:00
committed by GitHub
parent c5cd236e1a
commit 5b90cbc411
12 changed files with 476 additions and 180 deletions

View File

@ -34,6 +34,7 @@ mod withdrawal;
/// Helper function for calculating Merkle proofs and hashes
pub mod proofs;
pub use proofs::ProofCheckpoint;
pub use account::{Account, Bytecode};
pub use bits::H512;