mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-02-16 09:56:17 -05:00
s/foundry-rs/paradigmxyz
This commit is contained in:
@@ -3,7 +3,7 @@ name = "reth-stages"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
license = "MIT OR Apache-2.0"
|
||||
repository = "https://github.com/foundry-rs/reth"
|
||||
repository = "https://github.com/paradigmxyz/reth"
|
||||
readme = "README.md"
|
||||
description = "Staged syncing primitives used in reth."
|
||||
|
||||
|
||||
@@ -427,7 +427,7 @@ mod tests {
|
||||
|
||||
#[tokio::test]
|
||||
async fn sanity_execution_of_block() {
|
||||
// TODO cleanup the setup after https://github.com/foundry-rs/reth/issues/332
|
||||
// TODO cleanup the setup after https://github.com/paradigmxyz/reth/issues/332
|
||||
// is merged as it has similar framework
|
||||
let state_db = create_test_db::<WriteMap>(EnvKind::RW);
|
||||
let mut db = StageDB::new(state_db.as_ref()).unwrap();
|
||||
@@ -511,7 +511,7 @@ mod tests {
|
||||
|
||||
#[tokio::test]
|
||||
async fn sanity_execute_unwind() {
|
||||
// TODO cleanup the setup after https://github.com/foundry-rs/reth/issues/332
|
||||
// TODO cleanup the setup after https://github.com/paradigmxyz/reth/issues/332
|
||||
// is merged as it has similar framework
|
||||
|
||||
let state_db = create_test_db::<WriteMap>(EnvKind::RW);
|
||||
|
||||
Reference in New Issue
Block a user