diff --git a/Cargo.lock b/Cargo.lock index bd263806d..7620bfe82 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -472,7 +472,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "chainhook" -version = "1.5.1" +version = "1.6.0" dependencies = [ "ansi_term", "atty", diff --git a/components/chainhook-cli/Cargo.toml b/components/chainhook-cli/Cargo.toml index cb28dcd3b..d684056e0 100644 --- a/components/chainhook-cli/Cargo.toml +++ b/components/chainhook-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chainhook" -version = "1.5.1" +version = "1.6.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/components/chainhook-sdk/src/indexer/bitcoin/mod.rs b/components/chainhook-sdk/src/indexer/bitcoin/mod.rs index 69c88e425..65889dbbf 100644 --- a/components/chainhook-sdk/src/indexer/bitcoin/mod.rs +++ b/components/chainhook-sdk/src/indexer/bitcoin/mod.rs @@ -513,7 +513,7 @@ fn try_parse_stacks_operation( ctx.try_log(|logger| { slog::debug!( logger, - "Stacks operation parsing - opcode unknown {}", + "Stacks operation parsing - opcode {} is not a stacks operation; skipping transaction", op_return_output[5] ) }); diff --git a/docs/chainhook-openapi.json b/docs/chainhook-openapi.json index 9a5b76ded..1ad29ab88 100644 --- a/docs/chainhook-openapi.json +++ b/docs/chainhook-openapi.json @@ -2,7 +2,7 @@ "openapi": "3.0.0", "info": { "title": "chainhook", - "version": "1.5.1" + "version": "1.6.0" }, "paths": { "/ping": {