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
+3
View File
@@ -68,6 +68,9 @@ features = [
"rpc-types",
"signer-local",
"std",
"network",
"serde",
"rpc-types-eth",
]
[profile.bench]