mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
feat: use alloy genesis now (#6135)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
This commit is contained in:
@ -45,6 +45,7 @@ cfg-if = "1.0.0"
|
||||
[dev-dependencies]
|
||||
# reth
|
||||
reth-payload-builder = { workspace = true, features = ["test-utils"] }
|
||||
reth-primitives = { workspace = true, features = ["test-utils"] }
|
||||
reth-interfaces = { workspace = true, features = ["test-utils"] }
|
||||
reth-stages = { workspace = true, features = ["test-utils"] }
|
||||
reth-blockchain-tree = { workspace = true, features = ["test-utils"] }
|
||||
|
||||
@ -2346,7 +2346,10 @@ mod tests {
|
||||
mod new_payload {
|
||||
use super::*;
|
||||
use reth_interfaces::test_utils::{generators, generators::random_block};
|
||||
use reth_primitives::{Genesis, GenesisAllocator, Hardfork, U256};
|
||||
use reth_primitives::{
|
||||
genesis::{Genesis, GenesisAllocator},
|
||||
Hardfork, U256,
|
||||
};
|
||||
use reth_provider::test_utils::blocks::BlockChainTestData;
|
||||
|
||||
#[tokio::test]
|
||||
|
||||
Reference in New Issue
Block a user