pkg: update changelog
This commit is contained in:
parent
eb9cbdbf96
commit
aa1ba9eefd
1 changed files with 4 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue