diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ee197ed..0e9726d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ - **When upgrading to this version of hsd you must pass `--chain-migrate=1 --wallet-migrate=1` when you run it for the first time** -### Wallet changes +### Wallet API changes - New RPC methods: - `signmessagewithname`: Like `signmessage` but uses a name instead of an address. The owner's address will be used to sign the message. @@ -23,6 +23,9 @@ when users need to call `rpc importnonce` to repair unknown blinds. The complete `rpc getbids name (own) (unrevealed)` so for example a wallet-recovering user would execute `rpc getbids null true true`. +- Wallet RPC `getnames` (and HTTP endpoint `/wallet/:id/name`) now accept a +boolean parameter "own" (default: `false`) that filters out names the wallet does not own. + ## v2.4.0 ### Chain & Consensus changes