Skip to content
This repository was archived by the owner on Feb 25, 2026. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
87 changes: 85 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions components/bitcoind/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ lazy_static = "1.4.0"
schemars = { version = "0.8.16", git = "https://github.com/hirosystems/schemars.git", branch = "feat-chainhook-fixes" }
strum = { version = "0.23.0", features = ["derive"] }
dhat = { version = "0.3.3", optional = true }
redis = { version = "0.32.5", features = ["aio", "tokio-comp", "cluster-async", "sentinel"] }
futures = "0.3"

[dev-dependencies]
assert-json-diff = "2.0.2"
Expand Down
1 change: 1 addition & 0 deletions components/bitcoind/src/utils/mod.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
pub mod bitcoind;
pub mod redis_notifier;

use std::{
collections::{BTreeSet, VecDeque},
Expand Down
Loading
Loading