Skip to content

Commit

Permalink
chore: upgrade chainhook dependency (#1488)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugocaillard committed Jun 28, 2024
1 parent 3365470 commit 262f7bf
Show file tree
Hide file tree
Showing 3 changed files with 81 additions and 15 deletions.
91 changes: 78 additions & 13 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ default-members = ["components/clarinet-cli"]
version = "2.6.0"

[patch.crates-io]
chainhook-sdk = { git = "https://github.com/hirosystems/chainhook.git", branch = "feat/update-pox-default-settings" }
chainhook-types = { git = "https://github.com/hirosystems/chainhook.git", branch = "feat/update-pox-default-settings" }
chainhook-sdk = { git = "https://github.com/hirosystems/chainhook.git" }
chainhook-types = { git = "https://github.com/hirosystems/chainhook.git" }

[patch.'https://github.com/hirosystems/clarinet.git']
stacks-codec = { path = "./components/stacks-codec" }
1 change: 1 addition & 0 deletions components/stacks-network/src/chains_coordinator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -478,6 +478,7 @@ pub async fn start_chains_coordinator(
ObserverEvent::BitcoinPredicateTriggered(_) => {}
ObserverEvent::StacksPredicateTriggered(_) => {}
ObserverEvent::PredicateEnabled(_) => {}
ObserverEvent::PredicateInterrupted(_) => {}
}
}
Ok(())
Expand Down

0 comments on commit 262f7bf

Please sign in to comment.