Skip to content

Commit

Permalink
pkg: update CHANGELOG.
Browse files Browse the repository at this point in the history
  • Loading branch information
nodech committed Jul 2, 2024
1 parent d566bb2 commit 14019d1
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion 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 @@ -68,6 +68,18 @@ process and allows parallel rescans.
- All transaction sending endpoints now fundlock/queue tx creation. (no more
conflicting transactions)
- Add options to `getNames` for passing `own`.
- 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 14019d1

Please sign in to comment.