Skip to content

Commit 036cf07

Browse files
[DDW-155] Persist "Blank screen fix" / "--safe-mode" flag between Daedalus restarts (#1979)
* fix persisting safemode by updating shell * [DDW-155] Adds CHANGELOG Co-authored-by: Nikola Glumac <niglumac@gmail.com>
1 parent 8a660b4 commit 036cf07

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ Changelog
55

66
### Fixes
77

8+
- Persist "Blank screen fix" / "--safe-mode" flag between Daedalus restarts ([PR 1979](https://github.com/input-output-hk/daedalus/pull/1979))
89
- Track `cardano-node` / `jormungandr` PID and use it for safe shutdowns and improve cardano-launcher error handling ([PR 1972](https://github.com/input-output-hk/daedalus/pull/1972))
910
- Fixed "Wallet import" UI/UX issues ([PR 1968](https://github.com/input-output-hk/daedalus/pull/1968))
1011

nix/sources.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@
1212
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
1313
},
1414
"cardano-shell": {
15-
"branch": "master",
15+
"branch": "persist-safemode",
1616
"description": "Node shell, a thin layer for running the node and it's modules.",
1717
"homepage": null,
1818
"owner": "input-output-hk",
1919
"repo": "cardano-shell",
20-
"rev": "a85014d780cf3fa0ba5fabc3309c31e7ea6a3cfa",
21-
"sha256": "035smmhb0xmxpr41ss3x86j5a78vy2zscxmd3wk73ps6hm6q4p0k",
20+
"rev": "c6e46875900a44cbe4c2e738913af4f0436179c1",
21+
"sha256": "0jharg7xxsfxqvay6r44frknwr6w8mq2llkacx00arjqsjf1n2h7",
2222
"type": "tarball",
23-
"url": "https://github.com/input-output-hk/cardano-shell/archive/a85014d780cf3fa0ba5fabc3309c31e7ea6a3cfa.tar.gz",
23+
"url": "https://github.com/input-output-hk/cardano-shell/archive/c6e46875900a44cbe4c2e738913af4f0436179c1.tar.gz",
2424
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
2525
},
2626
"cardano-sl": {

0 commit comments

Comments
 (0)