s/foundry-rs/paradigmxyz

This commit is contained in:
Georgios Konstantopoulos
2022-12-07 00:00:45 -08:00
parent dbd7375a1c
commit 4d718bbf33
37 changed files with 76 additions and 76 deletions

View File

@@ -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."

View File

@@ -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);