Skip to content

Commit

Permalink
chore: update chainhook-sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
Ludo Galabru committed Jul 22, 2023
1 parent c57cdf1 commit 90af1de
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion components/hord-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ redis = "0.21.5"
serde-redis = "0.12.0"
hex = "0.4.3"
rand = "0.8.5"
chainhook-sdk = { version = "=0.7.9", default-features = false, features = ["zeromq"] }
chainhook-sdk = { version = "=0.7.10", default-features = false, features = ["zeromq"] }
# chainhook-sdk = { version = "=0.7.7", path = "../../../chainhook/components/chainhook-sdk", default-features = false, features = ["zeromq"] }
hiro-system-kit = "0.1.0"
clap = { version = "3.2.23", features = ["derive"], optional = true }
Expand Down
2 changes: 1 addition & 1 deletion components/hord-cli/src/service/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ impl Service {
})
.expect("unable to spawn thread");

rebuild_rocks_db(&self.config, 400050, 767420, &self.ctx).await?;
rebuild_rocks_db(&self.config, 420000, 767420, &self.ctx).await?;

while let Some((start_block, end_block)) = should_sync_hord_db(&self.config, &self.ctx)? {
if start_block == 0 {
Expand Down

0 comments on commit 90af1de

Please sign in to comment.