Skip to content

Commit 878b11a

Browse files
committed
[DDW-1110] Update to 1.35.0-rc3
1 parent 2b9ec7e commit 878b11a

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

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.35.0-rc2",
3+
"branch": "tags/1.35.0-rc3",
44
"description": null,
55
"homepage": null,
66
"owner": "input-output-hk",
77
"repo": "cardano-node",
8-
"rev": "95c3692cfbd4cdb82071495d771b23e51840fb0e",
9-
"sha256": "1s4jjksz185dg4lp36ldha7vccxh0rk8zlvqms00zhg8kla21kr5",
8+
"rev": "6471c31f8b61798df57a9f3345548703295cac9e",
9+
"sha256": "1xq2m40wgl6aw9zygzkvzcxxakcwd3p62q9j671r99i4c4x36z8g",
1010
"type": "tarball",
11-
"url": "https://github.com/input-output-hk/cardano-node/archive/95c3692cfbd4cdb82071495d771b23e51840fb0e.tar.gz",
11+
"url": "https://github.com/input-output-hk/cardano-node/archive/6471c31f8b61798df57a9f3345548703295cac9e.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-1744/node-1.35",
27+
"branch": "node-1.35-rc3",
2828
"description": "Official Wallet Backend & API for Cardano decentralized",
2929
"homepage": null,
3030
"owner": "input-output-hk",
3131
"repo": "cardano-wallet",
32-
"rev": "135f18cdbfe021f85261d10ba1c988b2aef7857d",
33-
"sha256": "1lnmmxa6ffzn47rr7prm28m7ym5sfw35yxgfzsfn4199ysfpnaxc",
32+
"rev": "700bf4bf28111c5c3a4a18a3be0379f80117ab90",
33+
"sha256": "109j5nh8plmim8d2qagh5l77n8ii1w0z94s7dlgs1rxm38l0blv3",
3434
"type": "tarball",
35-
"url": "https://github.com/input-output-hk/cardano-wallet/archive/135f18cdbfe021f85261d10ba1c988b2aef7857d.tar.gz",
35+
"url": "https://github.com/input-output-hk/cardano-wallet/archive/700bf4bf28111c5c3a4a18a3be0379f80117ab90.tar.gz",
3636
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
3737
},
3838
"flake-compat": {

source/main/environment.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ const isDevelopment = checkIsDevelopment(NETWORK);
4545
const isWatchMode = process.env.IS_WATCH_MODE;
4646
const keepLocalClusterRunning = process.env.KEEP_LOCAL_CLUSTER_RUNNING;
4747
const API_VERSION = process.env.API_VERSION || 'dev';
48-
const NODE_VERSION = '1.35.0-rc2'; // TODO: pick up this value from process.env
48+
const NODE_VERSION = '1.35.0-rc3'; // TODO: pick up this value from process.env
4949

5050
const mainProcessID = get(process, 'ppid', '-');
5151
const rendererProcessID = process.pid;

0 commit comments

Comments
 (0)