Commit Graph

2 Commits

Author SHA1 Message Date
Arya ae18728bad
change(rpc): Update `getaddressbalance` RPC to return `received` field (#9295)
* adds a `received` field to the `getaddressbalance` RPC output, and allows for calling the address RPCs with a single address as a parameter instead of only accepting a list of addresses

* Reverts a change to the param type for `getaddressbalance` RPC and updates serialization tests for its return type.

* Applies suggestion from code review

* fix test_get_address_balance test

---------

Co-authored-by: Conrado Gouvea <conrado@zfnd.org>
2025-06-11 10:45:23 +00:00
Conrado Gouvea f748d3781c
rpc: add deserialization tests (#9550)
* rpc: add deserialization tests

* move vectors to files; address misc comments
2025-06-03 20:49:57 +00:00