Skip to content

Commit a98dfca

Browse files
[DDW-891] update cardano-node to 1.33.0 (#2822)
Co-authored-by: Daniel Main <[email protected]>
1 parent edaf6c8 commit a98dfca

File tree

3 files changed

+15
-9
lines changed

3 files changed

+15
-9
lines changed

CHANGELOG.md

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

3+
## vNext
4+
5+
### Chores
6+
7+
- Updated CWB and Cardano Node ([PR 2822](https://github.com/input-output-hk/daedalus/pull/2822))
8+
39
## 4.7.0
410

511
### Features

nix/sources.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"cardano-node": {
3-
"branch": "tags/1.32.1",
3+
"branch": "tags/1.33.0",
44
"description": null,
55
"homepage": null,
66
"owner": "input-output-hk",
77
"repo": "cardano-node",
8-
"rev": "4f65fb9a27aa7e3a1873ab4211e412af780a3648",
9-
"sha256": "00k9fqrm0gphjji23x0nc9z6bqh8bqrncgivn3mi3csacjzicrrx",
8+
"rev": "814df2c146f5d56f8c35a681fe75e85b905aed5d",
9+
"sha256": "1hr00wqzmcyc3x0kp2hyw78rfmimf6z4zd4vv85b9zv3nqbjgrik",
1010
"type": "tarball",
11-
"url": "https://github.com/input-output-hk/cardano-node/archive/4f65fb9a27aa7e3a1873ab4211e412af780a3648.tar.gz",
11+
"url": "https://github.com/input-output-hk/cardano-node/archive/814df2c146f5d56f8c35a681fe75e85b905aed5d.tar.gz",
1212
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
1313
},
1414
"cardano-shell": {
@@ -24,15 +24,15 @@
2424
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
2525
},
2626
"cardano-wallet": {
27-
"branch": "anviking/ADP-1081/node-alonzo-rc",
27+
"branch": "master",
2828
"description": "Official Wallet Backend & API for Cardano decentralized",
2929
"homepage": null,
3030
"owner": "input-output-hk",
3131
"repo": "cardano-wallet",
32-
"rev": "760140e238a5fbca61d1b286d7a80ece058dc729",
33-
"sha256": "014njpddrlqm9bbab636h2gf58zkm0bx04i1jsn07vh5j3k0gri6",
32+
"rev": "a5085acbd2670c24251cf8d76a4e83c77a2679ba",
33+
"sha256": "1apzfy7qdgf6l0lb3icqz3rvaq2w3a53xq6wvhqnbfi8i7cacy03",
3434
"type": "tarball",
35-
"url": "https://github.com/input-output-hk/cardano-wallet/archive/760140e238a5fbca61d1b286d7a80ece058dc729.tar.gz",
35+
"url": "https://github.com/input-output-hk/cardano-wallet/archive/a5085acbd2670c24251cf8d76a4e83c77a2679ba.tar.gz",
3636
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
3737
},
3838
"gitignore": {

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.32.1'; // TODO: pick up this value from process.env
44+
const NODE_VERSION = '1.33.0'; // TODO: pick up this value from process.env
4545
const mainProcessID = get(process, 'ppid', '-');
4646
const rendererProcessID = process.pid;
4747
const PLATFORM = os.platform();

0 commit comments

Comments
 (0)