Skip to content

Commit 47ee582

Browse files
authored
Merge pull request #2668 from input-output-hk/release-with-develop
Merge release/4.3.1 into develop
2 parents d5f98c6 + d66a4bb commit 47ee582

File tree

3 files changed

+20
-6
lines changed

3 files changed

+20
-6
lines changed

CHANGELOG.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,22 @@
11
Changelog
22
=========
33

4+
## vNext
5+
6+
### Fixes
7+
8+
- Fixed some Japanese translations for the external currencies ([PR 2667](https://github.com/input-output-hk/daedalus/pull/2667))
9+
10+
## 4.3.1
11+
12+
### Fixes
13+
14+
- Covered Trezor firmware breaking changes ([PR 2629](https://github.com/input-output-hk/daedalus/pull/2629))
15+
16+
### Chores
17+
18+
- Updated `cardano-wallet` to version `2021-09-09`
19+
420
## 4.3.0
521

622
### Features
@@ -11,14 +27,12 @@ Changelog
1127

1228
### Fixes
1329

14-
- Fixed some Japanese translations for the external currencies ([PR 2667](https://github.com/input-output-hk/daedalus/pull/2667))
1530
- Fixed type issue on Storybook "Wallet Send Confirmation Dialog" story ([PR 2654](https://github.com/input-output-hk/daedalus/pull/2654))
1631
- Fixed ‘Stakepool Metadata Aggregation Server (SMASH)’ link returning 404 error ([PR 2646](https://github.com/input-output-hk/daedalus/pull/2646))
1732
- Enter key not working on send ([PR 2621](https://github.com/input-output-hk/daedalus/pull/2621))
1833

1934
### Chores
2035

21-
- Covered Trezor firmware breaking changes ([PR 2629](https://github.com/input-output-hk/daedalus/pull/2629))
2236
- Updated `cardano-wallet` to revision `9ae2d48b` which enables hardware wallet support in Alonzo era ([PR 2663](https://github.com/input-output-hk/daedalus/issues/2663))
2337
- Updated `cardano-wallet` to version `2021-08-27` which includes `cardano-node` 1.29.0 ([PR 2650](https://github.com/input-output-hk/daedalus/pull/2650))
2438
- Updated `cardano-wallet` to version `2021-08-11` which includes `cardano-node` alonzo-purple-1.0.1 ([PR 2641](https://github.com/input-output-hk/daedalus/pull/2641))

nix/sources.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@
2929
"homepage": null,
3030
"owner": "input-output-hk",
3131
"repo": "cardano-wallet",
32-
"rev": "9ae2d48b9e5b75ebde36d035b3bac5b4c99b067e",
33-
"sha256": "0f5f4wwnyyaz9fwz4gpbbym9gvcckk3rfq20zm070cakdjzbir2w",
32+
"rev": "011a258c1b5ba57ca70f13346109ce3074820032",
33+
"sha256": "14l6fyjp7pxpjc7ga33bakg19fqy8dna6hmmrzp2f73hw27xg4dj",
3434
"type": "tarball",
35-
"url": "https://github.com/input-output-hk/cardano-wallet/archive/9ae2d48b9e5b75ebde36d035b3bac5b4c99b067e.tar.gz",
35+
"url": "https://github.com/input-output-hk/cardano-wallet/archive/011a258c1b5ba57ca70f13346109ce3074820032.tar.gz",
3636
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
3737
},
3838
"gitignore": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "daedalus",
33
"productName": "Daedalus",
4-
"version": "4.3.0",
4+
"version": "4.3.1",
55
"description": "Cryptocurrency Wallet",
66
"main": "./dist/main/index.js",
77
"scripts": {

0 commit comments

Comments
 (0)