Skip to content

Commit 1aa4f09

Browse files
committed
Merge branch 'develop' into chore-upgrade-cardano-wallet-and-cardano-node
2 parents 05a2f71 + a3ae400 commit 1aa4f09

File tree

7 files changed

+13
-21
lines changed

7 files changed

+13
-21
lines changed

CHANGELOG.md

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,12 @@
11
# Changelog
22

3-
## 7.1.2
3+
## vNext
44

55
### Chores
66

77
- Update `cardano-node` to 10.2.1 and `cardano-wallet` to v2025-03-31 ([PR 3288](https://github.com/input-output-hk/daedalus/pull/3288))
88

9-
## 7.1.0
10-
11-
### Chores
12-
13-
- Introduced a potential fix for dynamic libraries on earlier macOS versions ([PR 3268](https://github.com/input-output-hk/daedalus/pull/3268))
14-
15-
- Added support of CIP-129 for DRep IDs ([PR 3271](https://github.com/input-output-hk/daedalus/pull/3271))
16-
17-
- Update `cardano-node` to 10.1.4, and `cardano-wallet` to v2025-01-09 ([PR 3270](https://github.com/input-output-hk/daedalus/pull/3270))
18-
19-
9+
- Added the links to app.projectcatalyst.io ([PR 3286](https://github.com/input-output-hk/daedalus/pull/3286))
2010

2111
## 7.1.0
2212

netlify.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,7 @@ command = "yarn && yarn storybook:build"
44
[build.environment]
55
YARN_VERSION = "1.22.19"
66
NODE_VERSION = "18.12.1"
7-
CXXFLAGS = "-I/home/linuxbrew/.linuxbrew/include"
8-
LDFLAGS = "-L/home/linuxbrew/.linuxbrew/lib"
7+
CPPFLAGS = "-I/home/linuxbrew/.linuxbrew/opt/systemd/include -I/home/linuxbrew/.linuxbrew/include"
8+
CXXFLAGS = "-I/home/linuxbrew/.linuxbrew/opt/systemd/include -I/home/linuxbrew/.linuxbrew/include"
9+
LDFLAGS = "-L/home/linuxbrew/.linuxbrew/opt/systemd/lib -L/home/linuxbrew/.linuxbrew/lib"
10+
PKG_CONFIG_PATH = "/home/linuxbrew/.linuxbrew/opt/systemd/lib/pkgconfig:/home/linuxbrew/.linuxbrew/lib/pkgconfig"

source/renderer/app/components/voting/VotingFooterLinks.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export const VotingFooterLinks = injectIntl(
5050
label: intl.formatMessage(messages.community),
5151
},
5252
{
53-
url: 'https://cardano.ideascale.com/',
53+
url: 'https://app.projectcatalyst.io/',
5454
label: intl.formatMessage(messages.projects),
5555
},
5656
];

source/renderer/app/components/voting/voting-info/Headline.messages.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export const messages = defineMessages({
2525
},
2626
learnMoreLinkUrl: {
2727
id: 'voting.info.learnMoreLinkUrl',
28-
defaultMessage: '!!!https://cardano.ideascale.com/a/index',
28+
defaultMessage: '!!!https://app.projectcatalyst.io',
2929
description: 'Learn more link url for registration steps',
3030
},
3131
});

source/renderer/app/components/voting/voting-info/ResultsPhase.messages.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export const messages = defineMessages({
1313
},
1414
viewResultsLinkURL: {
1515
id: 'voting.resultsPhase.viewResultsLinkURL',
16-
defaultMessage: 'https://cardano.ideascale.com/a/pages/results',
16+
defaultMessage: 'https://projectcatalyst.io/funds',
1717
description: 'View results link',
1818
},
1919
});

source/renderer/app/i18n/locales/defaultMessages.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4617,7 +4617,7 @@
46174617
"id": "voting.info.learnMoreLinkLabel"
46184618
},
46194619
{
4620-
"defaultMessage": "!!!https://cardano.ideascale.com/a/index",
4620+
"defaultMessage": "!!!https://app.projectcatalyst.io",
46214621
"description": "Learn more link url for registration steps",
46224622
"id": "voting.info.learnMoreLinkUrl"
46234623
}
@@ -4667,7 +4667,7 @@
46674667
"id": "voting.resultsPhase.viewResultsLinkLabel"
46684668
},
46694669
{
4670-
"defaultMessage": "https://cardano.ideascale.com/a/pages/results",
4670+
"defaultMessage": "https://projectcatalyst.io/funds",
46714671
"description": "View results link",
46724672
"id": "voting.resultsPhase.viewResultsLinkURL"
46734673
}

translations/messages.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4617,7 +4617,7 @@
46174617
"id": "voting.info.learnMoreLinkLabel"
46184618
},
46194619
{
4620-
"defaultMessage": "!!!https://cardano.ideascale.com/a/index",
4620+
"defaultMessage": "!!!https://app.projectcatalyst.io",
46214621
"description": "Learn more link url for registration steps",
46224622
"id": "voting.info.learnMoreLinkUrl"
46234623
}
@@ -4667,7 +4667,7 @@
46674667
"id": "voting.resultsPhase.viewResultsLinkLabel"
46684668
},
46694669
{
4670-
"defaultMessage": "https://cardano.ideascale.com/a/pages/results",
4670+
"defaultMessage": "https://projectcatalyst.io/funds",
46714671
"description": "View results link",
46724672
"id": "voting.resultsPhase.viewResultsLinkURL"
46734673
}

0 commit comments

Comments
 (0)