Skip to content

Commit 66f9ea0

Browse files
Lucasdanielmain
andauthored
[DDW-882] Update cardano-wallet and cardano-node (#2799)
Co-authored-by: Daniel Main <daniel.main.cernhoff@icloud.com>
1 parent b4d87e9 commit 66f9ea0

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010

1111
- Updated `trezor-connect` dependency to version `8.2.4` ([PR 2726](https://github.com/input-output-hk/daedalus/pull/2726))
1212
- Updated vulnerable dependencies ([PR 2769](https://github.com/input-output-hk/daedalus/pull/2769))
13+
- Updated CWB and Cardano Node ([PR 2799](https://github.com/input-output-hk/daedalus/pull/2799))
1314

1415
## 4.6.0
1516

nix/sources.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"cardano-node": {
3-
"branch": "refs/tags/1.29.0-rc2",
3+
"branch": "tags/1.32.1",
44
"description": null,
55
"homepage": null,
66
"owner": "input-output-hk",
77
"repo": "cardano-node",
8-
"rev": "cc78734d263d0eec2b12070380cdfea02a5a8342",
9-
"sha256": "1bqrbgc11c4x5mrcm7shyvfs05fqi4v1pr4y9pw2aprab277czjr",
8+
"rev": "4f65fb9a27aa7e3a1873ab4211e412af780a3648",
9+
"sha256": "00k9fqrm0gphjji23x0nc9z6bqh8bqrncgivn3mi3csacjzicrrx",
1010
"type": "tarball",
11-
"url": "https://github.com/input-output-hk/cardano-node/archive/cc78734d263d0eec2b12070380cdfea02a5a8342.tar.gz",
11+
"url": "https://github.com/input-output-hk/cardano-node/archive/4f65fb9a27aa7e3a1873ab4211e412af780a3648.tar.gz",
1212
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
1313
},
1414
"cardano-shell": {

source/main/environment.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ const isDevelopment = checkIsDevelopment(NETWORK);
4141
const isWatchMode = process.env.IS_WATCH_MODE;
4242
const keepLocalClusterRunning = process.env.KEEP_LOCAL_CLUSTER_RUNNING;
4343
const API_VERSION = process.env.API_VERSION || 'dev';
44-
const NODE_VERSION = '1.30.1'; // TODO: pick up this value from process.env
44+
const NODE_VERSION = '1.32.1'; // TODO: pick up this value from process.env
4545
const mainProcessID = get(process, 'ppid', '-');
4646
const rendererProcessID = process.pid;
4747
const PLATFORM = os.platform();

source/renderer/app/components/status/DaedalusDiagnostics.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -546,7 +546,7 @@ export default class DaedalusDiagnostics extends Component<Props, State> {
546546
<div className={styles.tables}>
547547
<div className={styles.table}>
548548
<div>
549-
{getSectionRow('cardanoNodeStatus')}
549+
{getSectionRow('systemInfo')}
550550
{getRow('platform', platform)}
551551
{getRow('platformVersion', platformVersion)}
552552
{getRow('cpu', <PopOver content={cpu}>{cpu}</PopOver>)}

0 commit comments

Comments
 (0)