As I've been working on bitcoindevkit/bdk#1826, where I use the v28 of electrsd/corepc-node_28_1 feature of electrsd, I faced an error:
JsonRpc(Json(Error("missing field `account`", line: 1, column: 576))).
As I understand it's caused by the account field being deprecated from the RPC listunspent method, but the newer versions of clients in corepc still use the v17 macro.
It's a bug, right, and it should be updated to use the v18 onward versions of the macro, right ?
Please let me know if I'm missing something.