Skip to content

Commit

Permalink
Bumps CWB and CN
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolaglumac committed Sep 30, 2021
1 parent 6961c65 commit c958276
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@

### Chores

- Updated `cardano-wallet` to version `2021-09-29` which includes `cardano-node` 1.30.1
- Updated `trezor-connect` dependency to version `8.2.0` ([PR 2675](https://github.com/input-output-hk/daedalus/pull/2675))

## 4.3.1
Expand Down
6 changes: 3 additions & 3 deletions nix/sources.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@
"homepage": null,
"owner": "input-output-hk",
"repo": "cardano-wallet",
"rev": "011a258c1b5ba57ca70f13346109ce3074820032",
"sha256": "14l6fyjp7pxpjc7ga33bakg19fqy8dna6hmmrzp2f73hw27xg4dj",
"rev": "6626489542ce442a8451fb46fb5339346e62b4ee",
"sha256": "0n1vgbz3m73v33462ifg3qas9djwlpcvi1m0qxc7j15l3w5qhlw5",
"type": "tarball",
"url": "https://github.com/input-output-hk/cardano-wallet/archive/011a258c1b5ba57ca70f13346109ce3074820032.tar.gz",
"url": "https://github.com/input-output-hk/cardano-wallet/archive/6626489542ce442a8451fb46fb5339346e62b4ee.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
},
"gitignore": {
Expand Down
2 changes: 1 addition & 1 deletion source/main/environment.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const isDevelopment = checkIsDevelopment(NETWORK);
const isWatchMode = process.env.IS_WATCH_MODE;
const keepLocalClusterRunning = process.env.KEEP_LOCAL_CLUSTER_RUNNING;
const API_VERSION = process.env.API_VERSION || 'dev';
const NODE_VERSION = '1.29.0'; // TODO: pick up this value from process.env
const NODE_VERSION = '1.30.1'; // TODO: pick up this value from process.env

This comment has been minimized.

Copy link
@ahaxu

ahaxu Oct 11, 2021

why not get the version fro process.env as TODO

// TODO: pick up this value from process.env
const mainProcessID = get(process, 'ppid', '-');
const rendererProcessID = process.pid;
const PLATFORM = os.platform();
Expand Down

0 comments on commit c958276

Please sign in to comment.