feat: add helpers for testing rpc requests with prestate (#19790)

Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
This commit is contained in:
Karl Yu
2025-11-18 22:34:34 +08:00
committed by GitHub
parent 69c219eede
commit 4f94fa240f
7 changed files with 195 additions and 12 deletions

File diff suppressed because one or more lines are too long

View File

@@ -8,8 +8,7 @@
#![cfg_attr(docsrs, feature(doc_cfg))]
#![cfg_attr(not(test), warn(unused_crate_dependencies))]
pub mod generators;
pub mod genesis_allocator;
pub use genesis_allocator::GenesisAllocator;
pub mod generators;