Skip to content

Commit 4afc990

Browse files
mchappelldanielmainszymonmaslowskithedanhellerrenanvalentin
authored
Merge Release/4.8.0 into Develop (#2862)
Co-authored-by: Daniel Main <[email protected]> Co-authored-by: Szymon Masłowski <[email protected]> Co-authored-by: Danilo Prates <[email protected]> Co-authored-by: Renan Valentin <[email protected]> Co-authored-by: Marcin Mazurek <[email protected]>
1 parent 1cb7177 commit 4afc990

File tree

59 files changed

+1605
-2889
lines changed

Some content is hidden

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

59 files changed

+1605
-2889
lines changed

.eslintrc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,9 @@
9797
},
9898
"settings": {
9999
"import/resolver": {
100-
"node": { "extensions": [".js", ".jsx", ".ts", ".tsx"] }
100+
"node": {
101+
"extensions": [".js", ".jsx", ".ts", ".tsx"]
102+
}
101103
}
102104
}
103105
}

CHANGELOG.md

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

3-
## vNext
3+
## 4.8.0
44

55
### Features
66

@@ -23,12 +23,18 @@
2323
### Features
2424

2525
- 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))
26+
- 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))
27+
- 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))
2728

2829
### Chores
2930

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

34+
### Fixes
35+
36+
- Fixed blockain verification progress text ([PR 2840](https://github.com/input-output-hk/daedalus/pull/2840))
37+
3238
## 4.7.0
3339

3440
### Features

0 commit comments

Comments
 (0)