Fix for "transaction indexing is in progress" (#32)

* Retry getting transaction receipt

* Small fix to logging consistency

* Introduce a custom kitchensink network

* Fix formtting and clippy
This commit is contained in:
Omar
2025-07-14 12:32:57 +03:00
committed by GitHub
parent 772bd217c3
commit 5eb3a0e1b5
7 changed files with 531 additions and 19 deletions
+2
View File
@@ -12,10 +12,12 @@ rust-version.workspace = true
anyhow = { workspace = true }
alloy = { workspace = true }
tracing = { workspace = true }
tokio = { workspace = true }
revive-dt-node-interaction = { workspace = true }
revive-dt-config = { workspace = true }
serde = { workspace = true }
serde_json = { workspace = true }
sp-core = { workspace = true }