Skip to content

Commit 92e706a

Browse files
committed
[DDW-1110] Use Vasil-supported cardano-wallet
1 parent e4e2dea commit 92e706a

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.34.1",
3+
"branch": "tags/1.35.0-rc2",
44
"description": null,
55
"homepage": null,
66
"owner": "input-output-hk",
77
"repo": "cardano-node",
8-
"rev": "73f9a746362695dc2cb63ba757fbcabb81733d23",
9-
"sha256": "1hh53whcj5y9kw4qpkiza7rmkniz18r493vv4dzl1a8r5fy3b2bv",
8+
"rev": "95c3692cfbd4cdb82071495d771b23e51840fb0e",
9+
"sha256": "1s4jjksz185dg4lp36ldha7vccxh0rk8zlvqms00zhg8kla21kr5",
1010
"type": "tarball",
11-
"url": "https://github.com/input-output-hk/cardano-node/archive/73f9a746362695dc2cb63ba757fbcabb81733d23.tar.gz",
11+
"url": "https://github.com/input-output-hk/cardano-node/archive/95c3692cfbd4cdb82071495d771b23e51840fb0e.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": "hkm/enable-aarch64-darwin",
27+
"branch": "anviking/ADP-1744/node-1.35",
2828
"description": "Official Wallet Backend & API for Cardano decentralized",
2929
"homepage": null,
3030
"owner": "input-output-hk",
3131
"repo": "cardano-wallet",
32-
"rev": "a0f5096828105085e57c11bb208ae058e1060795",
33-
"sha256": "0143drwghi2k29imfh554j6k59l5dqy2w70sv5m0q5w640dbk7d9",
32+
"rev": "135f18cdbfe021f85261d10ba1c988b2aef7857d",
33+
"sha256": "1lnmmxa6ffzn47rr7prm28m7ym5sfw35yxgfzsfn4199ysfpnaxc",
3434
"type": "tarball",
35-
"url": "https://github.com/input-output-hk/cardano-wallet/archive/a0f5096828105085e57c11bb208ae058e1060795.tar.gz",
35+
"url": "https://github.com/input-output-hk/cardano-wallet/archive/135f18cdbfe021f85261d10ba1c988b2aef7857d.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.34.1'; // TODO: pick up this value from process.env
48+
const NODE_VERSION = '1.35.0-rc2'; // 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)