[Buildroot] [PATCH 1/1] support/testing: package: bitcoin: replace deprecated wallet rpc calls
Julien Olivain
ju.o at free.fr
Sun Oct 26 16:22:54 UTC 2025
On 26/10/2025 14:35, Julien Olivain via buildroot wrote:
> The getunconfirmedbalance rpc call was marked as deprecated
> in [1] (included in v0.19.0, released on 2019-11-08) and removed
> in [2] (included in v30.0, released on 2025-10-09).
>
> This commit replaces the old getbalance/getunconfirmedbalance rpc
> calls with the new call getbalances (plural) returning a json
> object containing all the data.
>
> This commit is needed before updating bitcoin to v30.0.
>
> [1]
> https://github.com/bitcoin/bitcoin/commit/facfb4111d14a3b06c46690a2cca7ca91cea8a96
> [2]
> https://github.com/bitcoin/bitcoin/commit/c3fe85e2d6dd4f251a62a99fd891b0fa370f9712
>
> Cc: Bernd Kuhls <bernd at kuhls.net>
> Signed-off-by: Julien Olivain <ju.o at free.fr>
Applied to master.
More information about the buildroot
mailing list