feat(BlockchainTree): ShareableBlockchainTree and pending state (#2007)

This commit is contained in:
rakita
2023-03-29 20:59:24 +02:00
committed by GitHub
parent 2eb4306efe
commit efbaf6474c
33 changed files with 878 additions and 646 deletions

View File

@ -39,7 +39,7 @@ pub mod proofs;
pub use account::{Account, Bytecode};
pub use bits::H512;
pub use block::{
Block, BlockBody, BlockHashOrNumber, BlockId, BlockNumberOrTag, SealedBlock,
Block, BlockBody, BlockHashOrNumber, BlockId, BlockNumHash, BlockNumberOrTag, SealedBlock,
SealedBlockWithSenders,
};
pub use bloom::Bloom;