Skip to content

Commit

Permalink
Merge pull request #2499 from input-output-hk/release-with-develop
Browse files Browse the repository at this point in the history
Merge release/4.0.4 into develop
  • Loading branch information
nikolaglumac committed Apr 2, 2021
2 parents b6270c3 + 15de4bd commit 5fea82d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,16 @@ Changelog
- Updates Catalyst Fund4 dates ([PR 2495](https://github.com/input-output-hk/daedalus/pull/2495))
- Updated `cardano-wallet` to revision `7df30796` ([PR 2495](https://github.com/input-output-hk/daedalus/pull/2495))

## 4.0.4

### Features

- Added wallet rewards address display on the "Rewards" screen ([PR 2475](https://github.com/input-output-hk/daedalus/pull/2475))

## 4.0.3

### Features

- Added rewards address in Rewards Delegation Screen ([PR 2475](https://github.com/input-output-hk/daedalus/pull/2475))
- Added absolute slot number to Catalyst voting registration transaction metadata ([PR 2476](https://github.com/input-output-hk/daedalus/pull/2476))
- Improved the transactions and rewards CSV export contents ([PR 2451](https://github.com/input-output-hk/daedalus/pull/2451))
- Implement Trezor passphrase handling ([PR 2284](https://github.com/input-output-hk/daedalus/pull/2284))
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "daedalus",
"productName": "Daedalus",
"version": "4.0.3",
"version": "4.0.4",
"description": "Cryptocurrency Wallet",
"main": "./dist/main/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion source/renderer/app/config/stakingConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ export const DELEGATION_ACTIONS: {
QUIT: 'quit',
};

export const IS_GRID_REWARDS_VIEW_AVAILABLE = !isFlight || !isMainnet;
export const IS_GRID_REWARDS_VIEW_AVAILABLE = !isMainnet && !isFlight;
export const IS_RANKING_DATA_AVAILABLE = true;
export const IS_SATURATION_DATA_AVAILABLE = true;

Expand Down

0 comments on commit 5fea82d

Please sign in to comment.