rust-bitcoin / rust-bitcoincore-rpc

Rust RPC client library for the Bitcoin Core JSON-RPC API.
343 stars 258 forks source link

Bitcoin Core >v21 support #297

Open antonilol opened 1 year ago

antonilol commented 1 year ago

currently the newest supported version is v21 which is almost 2 years old

i already saw this pr but v24 is not (yet) included in there and it is still a draft pr

antonilol commented 1 year ago

v25 is almost 5 months old, in one month v26 releases, any plans on supporting newer bitcoin core versions?

lukasdll commented 1 year ago

This is a relevant topic. Someone should fork and take over.

antonilol commented 7 months ago

v27 just released, and less and less people are still on supported versions of this library (source: https://bitnodes.io/dashboard/#user-agents). shouldnt it be doable to have this crate mostly autogenerated from the rpc methods of bitcoin core?