pkg: update changelog

This commit is contained in:
Mike Carson 2020-08-12 09:15:23 -04:00 committed by Matthew Zipkin
parent eb9cbdbf96
commit aa1ba9eefd
No known key found for this signature in database
GPG key ID: E7E2984B6289C93A

View file

@ -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