From aa1ba9eefd506d35e3ea12a4cc7ccb4e72699060 Mon Sep 17 00:00:00 2001 From: Mike Carson Date: Wed, 12 Aug 2020 09:15:23 -0400 Subject: [PATCH] pkg: update changelog --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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