Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with outdated RPC library #702

Open
csgui opened this issue Jan 24, 2025 · 0 comments
Open

Issue with outdated RPC library #702

csgui opened this issue Jan 24, 2025 · 0 comments

Comments

@csgui
Copy link
Contributor

csgui commented Jan 24, 2025

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 🆕 New
Development

No branches or pull requests

1 participant