Skip to content

Commit edaf6c8

Browse files
danielmainLucasjbgi
authored
Update develop with release 4.7.0 (#2819)
Co-authored-by: Daniel Main <daniel.main.cernhoff@icloud.com> Co-authored-by: Lucas <lucas.araujo@iohk.io> Co-authored-by: Jean-Baptiste Giraudeau <jean-baptiste.giraudeau@iohk.io>
1 parent 7ec4afd commit edaf6c8

File tree

4 files changed

+11
-5
lines changed

4 files changed

+11
-5
lines changed

CHANGELOG.md

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

3-
## vNext
3+
## 4.7.0
4+
5+
### Features
6+
7+
- Updated Catalyst dates ([PR 2812](https://github.com/input-output-hk/daedalus/pull/2812))
48

59
### Fixes
610

installers/common/MacInstaller.hs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,8 @@ sign_cmd "$ABS_PATH/Contents/Resources/app/build/HID.node"
152152
sign_cmd "$ABS_PATH/Contents/Resources/app/node_modules/keccak/bin/darwin-x64-"*"/keccak.node"
153153
sign_cmd "$ABS_PATH/Contents/Resources/app/node_modules/keccak/build/Release/addon.node"
154154
sign_cmd "$ABS_PATH/Contents/Resources/app/node_modules/keccak/prebuilds/darwin-x64/node.napi.node"
155+
sign_cmd "$ABS_PATH/Contents/Resources/app/node_modules/blake-hash/prebuilds/darwin-x64/node.napi.node"
156+
sign_cmd "$ABS_PATH/Contents/Resources/app/node_modules/tiny-secp256k1/build/Release/secp256k1.node"
155157

156158
# Sign the whole component deeply
157159
sign_cmd "$ABS_PATH"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "daedalus",
33
"productName": "Daedalus",
4-
"version": "4.6.0",
4+
"version": "4.7.0",
55
"description": "Cryptocurrency Wallet",
66
"main": "./dist/main/index.js",
77
"scripts": {

source/renderer/app/config/votingConfig.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ export const VOTING_REGISTRATION_MIN_TRANSACTION_CONFIRMATIONS = isDev ? 2 : 10;
1010
export const VOTING_REGISTRATION_TRANSACTION_POLLING_INTERVAL = 1000; // 1 second | unit: milliseconds
1111
export const VOTING_PHASE_CHECK_INTERVAL = 60000; // 60 seconds | unit: milliseconds
1212
export const VOTING_SNAPSHOT_DATE = new Date('Jan 6, 2022, 11:00 UTC');
13-
export const VOTING_CAST_START_DATE = new Date('Jan 13, 2022, 11:00 UTC');
14-
export const VOTING_CAST_END_DATE = new Date('Jan 27, 2022, 11:00 UTC');
15-
export const VOTING_RESULTS_DATE = new Date('Feb 3, 2022');
13+
export const VOTING_CAST_START_DATE = new Date('Jan 20, 2022, 11:00 UTC');
14+
export const VOTING_CAST_END_DATE = new Date('Feb 3, 2022, 11:00 UTC');
15+
export const VOTING_RESULTS_DATE = new Date('Feb 10, 2022');
1616
export const VOTING_NEW_SNAPSHOT_DATE = new Date('Apr 7, 2022, 11:00 UTC');
1717
export const VOTING_REWARD = 1040000; // 1,040,000 USD | Unit: dollar

0 commit comments

Comments
 (0)