Skip to content

Commit

Permalink
changelog: mention breaking change for nonces
Browse files Browse the repository at this point in the history
  • Loading branch information
rithvikvibhu authored and pinheadmz committed Dec 21, 2022
1 parent 017a0d7 commit c78a7a4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,13 @@ to these calls.
- `createbatch` and `sendbatch` create batch transactions with any number
of outputs with any combination of covenants.

- Updates related to nonces and blinds
- Multisig wallets will compute nonces based on the LOWEST public key in the group.
This makes multiparty bidding and revealing more deteministic. Older versions would
always use the wallet's OWN public key. To preserve compatability with older software:
- RPC method `importnonce` now returns an array of blinds instead of a single blind.
- HTTP endpoint `/wallet/:id/nonce/:name`'s response replaces 2 string fields (`nonce`, `blind`) with arrays of the same type (`nonces`, `blinds`)

## v4.0.0

**When upgrading to this version of hsd you must pass
Expand Down

0 comments on commit c78a7a4

Please sign in to comment.