forked from dashpay/dash
-
Notifications
You must be signed in to change notification settings - Fork 718
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge #2609: [RPC] Shield address setlabel/getaddressesbylabel
db68b90 [RPC] Shield address setlabel/getaddressesbylabel (Fuzzbawls) Pull request description: This adds shield address support to the `setlabel` and `getaddressesbylabel` RPC commands. `setlabel` now accepts and validates shield address input argument, where `getaddressesbylabel` now returns shield addresses with a label matching the input argument. Companion to #2600 that allows CLI users to set a label for shield addresses after-the-fact, as well as see shield addresses with an assigned label in the response of `getaddressesbylabel` Also added relevant release notes for the changes in #2600. Regression tests added as well to cover the `setlabel` command. ACKs for top commit: random-zebra: ACK db68b90 furszy: code ACK db68b90, merging.. Tree-SHA512: 3344849a612c36eddd00ff30110b7cf48b044976dc1312c8b2769c8df33d8ffd971e5a4142424cbaabd90ea8632b4c9da83a001f90cce044b487a477fe8870c2
- Loading branch information
Showing
3 changed files
with
30 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters