Skip to content

Commit

Permalink
pkg: update CHANGELOG.
Browse files Browse the repository at this point in the history
  • Loading branch information
nodech committed Aug 28, 2024
1 parent fb7ae46 commit 3ae2296
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Unreleased

**When upgrading to this version of hsd, you must pass `--wallet-migrate=3` when
**When upgrading to this version of hsd, you must pass `--wallet-migrate=4` when
you run it for the first time.**

### Primitives
Expand Down Expand Up @@ -72,7 +72,18 @@ process and allows parallel rescans.
conflicting transactions)
- Add options to `getNames` for passing `own`.
- Rename `createAuctionTxs` to `createAuctionTXs`.

- All `bid` serializations will include `height` of the bid. (`-1` if
it was migrated not-owned bid)
- `GET /wallet/:id/auction` (`getAuctions`)
- `GET /wallet/:id/auction/:name` (`getAuctionByName`)
- `GET /wallet/:id/bid` (`getBids`)
- `GET /wallet/:id/bid/:name` (`getBidsByName`)
- All `reveal` serializations will include `bidPrevout` of the bid. (`null` if
it was migrated not-owned reveal)
- `GET /wallet/:id/auction` (`getAuctions`)
- `GET /wallet/:id/auction/:name` (`getAuctionByName`)
- `GET /wallet/:id/reveal` (`getReveals`)
- `GET /wallet/:id/reveal/:name` (`getRevealsByName`)

## v6.0.0

Expand Down

0 comments on commit 3ae2296

Please sign in to comment.