Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
ae62b6c
1.3.1 preparation: update rand and rustls-webpki; updade changelogs, …
ImplOfAnImpl Jun 1, 2026
f290cd1
Appease clippy 1.95
ImplOfAnImpl May 6, 2026
7a5f03b
Appease clippy 1.96
ImplOfAnImpl Jun 1, 2026
346bc50
Bump version to 1.3.1
ImplOfAnImpl Jun 2, 2026
902c07f
Update checkpoints
ImplOfAnImpl Jun 2, 2026
67f019e
Bump min rust version to 1.91 (wasm-pack v0.15 needs it)
ImplOfAnImpl May 15, 2026
363b52b
Always use input commitments v1 in cold wallet mode
ImplOfAnImpl Jun 1, 2026
e61a4e5
Fix wallet in cold mode spamming error log messages about mempool bei…
ImplOfAnImpl Jun 1, 2026
5b012df
Update changelog for 1.3.1
ImplOfAnImpl Jun 1, 2026
b44e801
Merge pull request #2073 from mintlayer/prepare-release-v1.3.1
ImplOfAnImpl Jun 2, 2026
ec9ccb9
Merge pull request #2074 from mintlayer/fix_cold_wallet_signing
ImplOfAnImpl Jun 2, 2026
5751a8d
Run CI jobs on push to release branches too. Fix a typo
ImplOfAnImpl Apr 23, 2026
1467752
fix handling of conflicting order transactions in the wallet
OBorce Apr 23, 2026
984659b
fix comments
OBorce Apr 23, 2026
8f15314
Update the changelog, moving the fix for #2043 to [1.3.1] and re-word…
ImplOfAnImpl Jun 2, 2026
1313542
Merge pull request #2076 from mintlayer/enable_ci_release_run_for_1.3.1
ImplOfAnImpl Jun 3, 2026
144c281
Merge pull request #2075 from mintlayer/wallet-conflicting-orders-fix…
ImplOfAnImpl Jun 3, 2026
e68a333
Merge branch 'master' into merge-from-1.3.1-to-master
ImplOfAnImpl Jun 4, 2026
f1a8152
Build fix and cleanup after merge
ImplOfAnImpl Jun 4, 2026
125b333
Update changelogs - specify release date for 1.3.1
ImplOfAnImpl Jun 4, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,16 @@ The format is loosely based on [Keep a Changelog](https://keepachangelog.com/en/
of a cluster that exceeds the limits. The default cluster limits are: max 64 transactions, max 100'000 bytes
in total.

## [1.3.1] - 2026-06-03

### Fixed
- Wallet:
- Fixed handling of confirmed and unconfirmed conflicting order transactions in the wallet.
- Fixed wallet handling of V1 order command conflicts, allowing confirmed ConcludeOrder and FreezeOrder transactions
to replace conflicting unconfirmed order transactions correctly.
- Fixed an issue where the wallet in cold mode would always use input commitments v0, thus producing signatures
that may no longer be valid at the current height.
- Fixed an issue where the wallet in cold mode would still try to access the mempool, which would cause `wallet-cli`
to print lots of error messages like "Method is not available in cold wallet mode".

## [1.3.0] - 2026-04-09

Expand Down
Loading
Loading