Skip to content

Commit c28e937

Browse files
authored
Merge pull request #2039 from mintlayer/merge-from-1.3.0-to-master
Merge from 1.3.0 to master
2 parents b899404 + 66e2763 commit c28e937

13 files changed

Lines changed: 231 additions & 95 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,23 +11,32 @@ The format is loosely based on [Keep a Changelog](https://keepachangelog.com/en/
1111

1212
## [Unreleased]
1313

14+
### Added
15+
- Wallet:
16+
- Added support for Ledger hardware wallets (beta).
17+
18+
- Wallet RPC:
19+
- New value `ledger` in the `hardware_wallet` option for `wallet_create`, `wallet_recover` and `wallet_open` methods.
20+
21+
- Wallet CLI:
22+
- `wallet-create`/`wallet-recover`/`wallet-open` support the `ledger` subcommand, in addition to the existing
23+
`software` and `trezor`, which specifies the type of the wallet to operate on.
24+
25+
## [1.3.0] - 2026-04-09
26+
1427
### Added
1528
- Node RPC: new methods added - `chainstate_tokens_info`, `chainstate_orders_info_by_currencies`.
1629

1730
- Wallet RPC:
1831
- new methods added: `node_get_tokens_info`, `order_list_own`, `order_list_all_active`, `utxo_spend`.
19-
- new value `ledger` in the `hardware_wallet` option for `wallet_create`, `wallet_recover` and `wallet_open` methods.
2032

2133
- Wallet CLI:
2234
- the commands `order-create`, `order-fill`, `order-freeze`, `order-conclude`, `htlc-create-transaction` were added,
2335
mirroring their existing RPC counterparts.
2436
- other new commands added: `order-list-own`, `order-list-all-active`, `utxo-spend`, `htlc-generate-secret`,
2537
`htlc-calc-secret-hash`.
26-
- `wallet-create`/`wallet-recover`/`wallet-open` support the `ledger` subcommand, in addition to the existing
27-
`software` and `trezor`, which specifies the type of the wallet to operate on.
2838

2939
- Wallet:
30-
- Added support for Ledger hardware wallets (beta).
3140
- Now the wallet subscribes to events from the Mempool to include not yet confirmed transactions
3241
relevant to this wallet.
3342

0 commit comments

Comments
 (0)