Skip to content

Commit

Permalink
doc: update changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
nodech committed Feb 5, 2025
1 parent 3100934 commit 0da3a98
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,16 @@
### Wallet Changes

#### Wallet HTTP API
- `POST /wallet/:id/zap` returned object has a new property: `zapped: number`,
- `POST /wallet/:id/zap` response object has a new property: `zapped: number`,
indicating the number of transactions that were zapped.
- `GET /wallet/:id/name/:name` now accepts an `own` parameter and only returns
the namestate when the wallet owns the name.

#### Wallet/WalletDB API
- Wallet.zap now returns number of transactions zapped instead of hashes.
- `Wallet.zap` now returns the number of transactions zapped instead of their hashes.

#### hs-client Wallet
- `getName` now accepts an `options` object with an `own` property.


## v7.0.0
Expand Down

0 comments on commit 0da3a98

Please sign in to comment.