Use query not param, anyhow for errors, websocket tx result tracing

This commit is contained in:
2024-12-23 19:22:42 -06:00
parent 61efe6c194
commit b5a5c47ece
4 changed files with 19 additions and 15 deletions

7
Cargo.lock generated
View File

@@ -76,6 +76,12 @@ dependencies = [
"libc",
]
[[package]]
name = "anyhow"
version = "1.0.95"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34ac096ce696dc2fcabef30516bb13c0a68a11d30131d3df6f04711467681b04"
[[package]]
name = "async-trait"
version = "0.1.83"
@@ -313,6 +319,7 @@ dependencies = [
name = "dynamic-preauth"
version = "0.1.0"
dependencies = [
"anyhow",
"chrono",
"futures-util",
"rand",