Skip to content

Commit 20329ff

Browse files
author
Marcin Mazurek
committed
Merge remote-tracking branch 'origin/develop' into chore/ddw-940-update-faker
2 parents 86e4887 + e658801 commit 20329ff

File tree

155 files changed

+2883
-3017
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

155 files changed

+2883
-3017
lines changed

.eslintrc

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,18 @@
9797
},
9898
"settings": {
9999
"import/resolver": {
100-
"node": { "extensions": [".js", ".jsx", ".ts", ".tsx"] }
100+
"node": {
101+
"extensions": [".js", ".jsx", ".ts", ".tsx"]
102+
}
101103
}
102-
}
104+
},
105+
"overrides": [
106+
{
107+
"files": "**/*.ts",
108+
"rules": {
109+
"no-useless-constructor": "off",
110+
"@typescript-eslint/no-useless-constructor": "error"
111+
}
112+
}
113+
]
103114
}

.github/workflows/chromatic.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
jobs:
1111
chromatic-deployment:
12-
if: contains(github.event.pull_request.labels.*.name, 'run Chromatic')
12+
if: contains(github.event.pull_request.labels.*.name, 'run Chromatic') || github.ref == 'refs/heads/develop'
1313
runs-on: ubuntu-latest
1414
env:
1515
STORYBOOK_FREEZE_DATE: "true"

CHANGELOG.md

Lines changed: 31 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,31 +4,59 @@
44

55
### Features
66

7+
- Added table view for delegated stake pools list ([PR 2837](https://github.com/input-output-hk/daedalus/pull/2837))
8+
- Removed Discreet mode notification ([PR 2852](https://github.com/input-output-hk/daedalus/pull/2852))
79
- Unified CPU info in diagnostics dialog ([PR 2818](https://github.com/input-output-hk/daedalus/pull/2818))
810
- Implemented wallet sorting on sidebar menu ([PR 2775](https://github.com/input-output-hk/daedalus/pull/2775))
911
- Implemented new token picker ([PR 2787](https://github.com/input-output-hk/daedalus/pull/2787))
10-
- Improved wallet send form ([PR 2791](https://github.com/input-output-hk/daedalus/pull/2791))
12+
- Improved wallet send form ([PR 2791](https://github.com/input-output-hk/daedalus/pull/2791), [PR 2859](https://github.com/input-output-hk/daedalus/pull/2859))
1113

1214
### Fixes
1315

16+
- Fixed behaviour of wallet settings option of the app menu ([PR 2838](https://github.com/input-output-hk/daedalus/pull/2838))
17+
- Fixed styling of ITN rewards feature ([PR 2861](https://github.com/input-output-hk/daedalus/pull/2861))
1418
- Fixed available disk space takes a long time to show ([PR 2849](https://github.com/input-output-hk/daedalus/pull/2849))
15-
19+
1620
### Chores
1721

1822
- Migrated codebase from javascript to typescript ([PR 2843](https://github.com/input-output-hk/daedalus/pull/2843))
1923
- Updated the list of team members ([PR 2805](https://github.com/input-output-hk/daedalus/pull/2805))
2024

25+
## 4.8.0
26+
27+
### Features
28+
29+
- Added dynamic RTS flags setting ([PR 2758](https://github.com/input-output-hk/daedalus/pull/2758/files))
30+
- Improved UI/UX of RTS flags settings ([PR 2842](https://github.com/input-output-hk/daedalus/pull/2842), [PR 2846](https://github.com/input-output-hk/daedalus/pull/2846))
31+
- Updated messages about Cardano node sync on the initial screen ([PR 2827](https://github.com/input-output-hk/daedalus/pull/2827), [PR 2831](https://github.com/input-output-hk/daedalus/pull/2831))
32+
33+
### Chores
34+
35+
- Updated check-disk-space version ([PR 2845](https://github.com/input-output-hk/daedalus/pull/2845))
36+
- Updated CWB and Cardano Node ([PR 2822](https://github.com/input-output-hk/daedalus/pull/2822))
37+
38+
### Fixes
39+
40+
- Fixed blockchain verification progress text ([PR 2840](https://github.com/input-output-hk/daedalus/pull/2840))
41+
2142
## 4.8.0-FC1
2243

2344
### Features
2445

2546
- Added dynamic RTS flags setting ([PR 2758](https://github.com/input-output-hk/daedalus/pull/2758/files))
26-
- Updated messages about Cardano node sync on the initial screen ([PR 2827](https://github.com/input-output-hk/daedalus/pull/2827)) ([PR 2831](https://github.com/input-output-hk/daedalus/pull/2831))
47+
- Improved UI/UX of RTS flags settings ([PR 2842](https://github.com/input-output-hk/daedalus/pull/2842), [PR 2846](https://github.com/input-output-hk/daedalus/pull/2846))
48+
- Updated messages about Cardano node sync on the initial screen ([PR 2827](https://github.com/input-output-hk/daedalus/pull/2827), [PR 2831](https://github.com/input-output-hk/daedalus/pull/2831))
2749

2850
### Chores
2951

52+
- Updated check-disk-space version ([PR 2845](https://github.com/input-output-hk/daedalus/pull/2845))
3053
- Updated CWB and Cardano Node ([PR 2822](https://github.com/input-output-hk/daedalus/pull/2822))
3154

55+
### Fixes
56+
57+
- Fixed styling of the incentivized testnet rewards wallet dropdown ([PR 2816](https://github.com/input-output-hk/daedalus/pull/2816/files))
58+
- Fixed blockchain verification progress text ([PR 2840](https://github.com/input-output-hk/daedalus/pull/2840))
59+
3260
## 4.7.0
3361

3462
### Features

0 commit comments

Comments
 (0)