mempool: snapshot

This commit is contained in:
nym21
2025-12-13 16:26:29 +01:00
parent 9c8b9b1a3b
commit c59ac62e45
22 changed files with 1808 additions and 582 deletions
+1
View File
@@ -74,6 +74,7 @@ serde = "1.0.228"
serde_bytes = "0.11.19"
serde_derive = "1.0.228"
serde_json = { version = "1.0.145", features = ["float_roundtrip"] }
smallvec = "1.15.1"
tokio = { version = "1.48.0", features = ["rt-multi-thread"] }
vecdb = { path = "../anydb/crates/vecdb", features = ["derive", "serde_json", "pco"] }
# vecdb = { git = "https://github.com/anydb-rs/anydb", features = ["derive", "serde_json", "pco"] }