You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Chainhook relies on an RPC library that is outdated (https://github.com/rust-bitcoin/rust-bitcoincore-rpc/tree/v0.18.0). This library does not support newer Bitcoin versions (the latest being v0.21.0), and, consequently, Chainhook is also locked to older Bitcoin versions.
Issue identified when trying to use Chainhook with Bitcoin v28.1:
Starting in Bitcoin 28.0, the RPC call to getblockchaininfo returns warnings as an array of strings. However, the RPC library version in use tries to deserialize warnings into a string type.
The text was updated successfully, but these errors were encountered:
Chainhook relies on an RPC library that is outdated (https://github.com/rust-bitcoin/rust-bitcoincore-rpc/tree/v0.18.0). This library does not support newer Bitcoin versions (the latest being v0.21.0), and, consequently, Chainhook is also locked to older Bitcoin versions.
Issue identified when trying to use Chainhook with Bitcoin v28.1:
getblockchaininfo
returns warnings as an array of strings. However, the RPC library version in use tries to deserialize warnings into a string type.The text was updated successfully, but these errors were encountered: