Skip to content

Commit

Permalink
pkg: CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
HDardenne committed Feb 2, 2021
1 parent 2f41023 commit ee8aa43
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# HSD Release Notes & Changelog

## unreleased

- Adds new wallet HTTP endpoint `/wallet/:id/auction` based on `POST /wallet/:id/bid`.
It requires an additional parameter `broadcastBid` set to either true or false.
This action returns a bid and its corresponding reveal, the reveal being prepared in advance.
The bid will be broadcaster either during the creation (`broadcastBid=true`) or at a later time
(`broadcastBid=false`).
The reveal will have to be broadcasted at a later time, during the REVEAL phase.
The lockup must include a blind big enough to ensure the BID will be the only input of the REVEAL
transaction.

## v2.3.0

### Node changes
Expand Down

0 comments on commit ee8aa43

Please sign in to comment.