Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* update primitives * remove legacy blocks * update download script * scroll gate * refactor * add witness struct * add kv and trie crate * add trie implementation * naming * prepare for mainnet mode * new database * prepare for mainnet mode * add chainspec crate * add revm_spec * use auto_impl * support revm-primitives Bytes * re-export and gate scroll * bump alloy dep to 0.8 * re-export * remove genesis replaced by chainspec * remove DatabaseError * update builder * update executor * gate * remove zktrie_delete metric * upgrade to alloy v0.8 * minor fix * rename utils to helpers * add command line utils * fix storage * add withdrawal * update util * log details * load nodes * add withdrawal * update bin * update * fix * bump reth version * impl BlockHeader trait * minimal sample * refactor * refactor * fix * convert header to alloy Header * impl FillTxEnv for TypedTransaction * add EvmConfig and NodePrimitives * clean up * clean up x2 * clean up x3 * fix trie * patch reth for MSRV 1.81 * also manually drop * disable default features * exact size * add B256HashMap * add SmallMap * add NoHashMap * generalize * hashbrown * fix * fix * zkvm do not support fold hash * update database.rs * Update Cargo.toml * fix chunk related * remove * add fixme * add continuous block test data * recover chunk feature * remove legacy * add BLOCKHASH support * fix kv * add cli utils * dump new witness * recover chunk mode * remove run rpc * update readme * add parallel and concurrent limit * reproducible and deterministic witness file * add fixme * update reth rev * update reth rev * fix parallel * enable map-fxhash in alloy-primitives * track more * missing features * add chunk builder * pick fix * use FxBuildHasher * update * track more trie cycles * remove * clippy * disable clippy all * fix test * fix test --------- Co-authored-by: Zhang Zhuo <[email protected]>
- Loading branch information