rust-bitcoin / rust-bitcoincore-rpc

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

Support multiple warnings in RPC responses #356

Closed romanz closed 1 month ago

romanz commented 1 month ago

Following https://github.com/rust-bitcoin/rust-bitcoincore-rpc/pull/352 & https://github.com/rust-bitcoin/rust-bitcoincore-rpc/pull/353.

Tested on latest bitcoind (https://github.com/bitcoin/bitcoin/commit/2cedb42a928fbf3a1e0e8715e918497cbe64af0d) with latest electrs (https://github.com/romanz/electrs/commit/7773c266d108463202bb4bc271dedfbc0b80673a).

romanz commented 1 month ago

@tcharding would it please be possible to include #353 & #356 in the upcoming release PR?