Skip to content

Commit 201ca86

Browse files
committed
Merge tag '6.0.0' into merge-6-0-0-to-main
Daedalus 6.0.0 release ; -----BEGIN PGP SIGNATURE----- ; ; iQJHBAABCgAxFiEE+cmdT4vmbTqno6wTuh9KoKGM3FoFAmbEbdETHG1pY2hhbC5y ; dXNAaW9oay5pbwAKCRC6H0qgoYzcWtEwD/4vgK9no2TR8GcG/zjfMikPqfrQnoT6 ; MXF2kmj0mMcTCG7OosK05TREbWNMHp/Sk6VGN1qUbuTzqjcIRVFuXxqAqgRnpiyJ ; SDLjFH4ZaQZ1nYcGkF9eaKdFaw8xWUXycdUJskXxn4FUcsPfjXewkbATIZRlBKXj ; h+5IWWYu6zZL/gS3ORIogseWijyQPgT3u2loQQ/Pbsq59r4A2DZQFK1oGNMYNyqO ; WpGqsJ634MWJ7KJwWcY8R2PVipKNOMWCzkB2ZQ7NNiWBbr7W37IDtAGpPdmRBXoG ; b0CJS1rd6XEh4ZGAZS69lrac086wAQYGfLqNgSke09FKzcIcSpsqdMUYJxy6G3Ru ; yfIQdiIeBXKw1sy03YbIq11e5InAbJdR6kvsfPGGQhc8zrZ0+S0TG/oJUFYwAVAL ; y+fYUB1M87M948HRZBnBQDlHpSVWaJ6vSZFlhXEjihHJd/vOzB5EJPK9xVepA1ZO ; GtMU73fw9x32V609aA4TiHd+BO7eRZE27/HvbC0fgk8sTFsfwn6ehkRh6NCv9iXA ; uFvAjdG8b1ubxyJ6naWclkrZiGlwLvgqaVSbv96yA0kxiR3CFKJr+bjH+2B1lyff ; gJjhz3Y0uq2hYjroQbWFWQSkqVL1WjGv/1nTOyH8Rn4j2p/qjFdXZopL0WvjbrJQ ; i/80ul/MNcFQ+g== ; =j0Bc ; -----END PGP SIGNATURE----- ; gpg: Signature made Tue 20 Aug 2024 12:20:01 CEST ; gpg: using RSA key F9C99D4F8BE66D3AA7A3AC13BA1F4AA0A18CDC5A ; gpg: issuer "[email protected]" ; gpg: Good signature from "Michal Rus <[email protected]>" [ultimate] ; Primary key fingerprint: F9C9 9D4F 8BE6 6D3A A7A3 AC13 BA1F 4AA0 A18C DC5A
2 parents 490f428 + 72e26ae commit 201ca86

31 files changed

+1510
-549
lines changed

.github/workflows/verify_pr.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,18 @@ jobs:
66
runs-on: ubuntu-latest
77
steps:
88
- name: Checkout Repo
9-
uses: actions/checkout@v2
9+
uses: actions/checkout@v4
1010
- name: Setup Node.js
11-
uses: actions/setup-node@v2
11+
uses: actions/setup-node@v4
1212
with:
13-
node-version: "14"
13+
node-version: 18
1414
- name: Restore node_modules from cache
15-
uses: actions/cache@v2
15+
uses: actions/cache@v4
1616
with:
1717
path: '**/node_modules'
1818
key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}
19+
- name: Install native dependencies
20+
run: sudo apt-get install libudev-dev
1921
- name: Install dependencies
2022
run: yarn --frozen-lockfile
2123
- name: Run checks

Brewfile.netlify

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
brew "libusb"
2+
3+
# libudev.h
4+
brew "systemd"

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## 6.0.0
4+
5+
### Chores
6+
7+
- Updated `@cardano-foundation/ledgerjs-hw-app-cardano` to version `7.1.3` and `@trezor/connect` to version `9.3.0` ([PR 3093](https://github.com/input-output-hk/daedalus/pull/3215))
8+
9+
## 5.5.0
10+
11+
### Fixes
12+
13+
- Fixed installation and running on Ubuntu 24.04 LTS with AppArmor enabled by removing the `chroot` ([PR 3207](https://github.com/input-output-hk/daedalus/pull/3207))
14+
15+
### Chores
16+
17+
- Updated cardano-node to 9.1.0 (via cardano-wallet) ([PR 3212](https://github.com/input-output-hk/daedalus/pull/3212))
18+
319
## 5.4.0
420

521
### Fixes

flake.lock

Lines changed: 25 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,18 @@
33

44
inputs = {
55
nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-22.11-darwin";
6-
cardano-wallet-unpatched.url = "github:cardano-foundation/cardano-wallet/v2024-05-05";
6+
cardano-wallet-unpatched.url = "github:cardano-foundation/cardano-wallet/v2024-07-27";
77
cardano-wallet-unpatched.flake = false; # otherwise, +10k quadratic dependencies in flake.lock…
8-
cardano-playground.url = "github:input-output-hk/cardano-playground";
8+
cardano-playground.url = "github:input-output-hk/cardano-playground/next-2024-07-24";
99
cardano-playground.flake = false; # otherwise, +9k dependencies in flake.lock…
1010
cardano-shell.url = "github:input-output-hk/cardano-shell/0d1d5f036c73d18e641412d2c58d4acda592d493";
1111
cardano-shell.flake = false;
1212
tullia.url = "github:input-output-hk/tullia";
1313
tullia.flake = false; # otherwie, +1k dependencies in flake.lock…
1414
flake-compat.url = "github:input-output-hk/flake-compat";
1515
flake-compat.flake = false;
16+
nix-bundle-exe.url = "github:3noch/nix-bundle-exe";
17+
nix-bundle-exe.flake = false;
1618
};
1719

1820
outputs = inputs: let

installers/common/MacInstaller.hs

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,9 +216,12 @@ buildElectronApp darwinConfig@DarwinConfig{dcAppName, dcAppNameApp} installerCon
216216
externalYarn :: [FilePath]
217217
externalYarn =
218218
[ "@babel"
219+
, "@emurgo"
220+
, "@fivebinaries"
219221
, "@noble"
220222
, "@protobufjs"
221223
, "@trezor"
224+
, "@sinclair"
222225
, "agent-base"
223226
, "babel-runtime"
224227
, "base-x"
@@ -307,13 +310,17 @@ buildElectronApp darwinConfig@DarwinConfig{dcAppName, dcAppNameApp} installerCon
307310
, "socks-proxy-agent"
308311
, "tiny-inflate"
309312
, "tiny-secp256k1"
313+
, "tr46"
310314
, "tslib"
315+
, "ts-mixer"
311316
, "typeforce"
312317
, "unicode-properties"
313318
, "unicode-trie"
319+
, "usb"
314320
, "usb-detection"
315321
, "util-deprecate"
316322
, "varuint-bitcoin"
323+
, "whatwg-url"
317324
, "wif"
318325
]
319326
mapM_ (\lib -> do
@@ -365,8 +372,10 @@ makeComponentRoot Options{oBackend,oCluster} appRoot darwinConfig@DarwinConfig{d
365372
forM_ ["config.yaml", "genesis.json", "topology.yaml" ] $ \f ->
366373
cp f (dataDir </> f)
367374
when (oCluster /= Selfnode) $ do
368-
forM_ ["genesis-byron.json", "genesis-shelley.json", "genesis-alonzo.json", "genesis-conway.json" ] $ \f ->
375+
forM_ ["genesis-byron.json", "genesis-shelley.json", "genesis-alonzo.json"] $ \f ->
369376
cp f (dataDir </> f)
377+
forM_ ["genesis-conway.json"] $ \f ->
378+
whenM (testfile f) $ cp f (dataDir </> f)
370379

371380
when (oCluster == Selfnode) $ do
372381
cp "signing.key" (dataDir </> "signing.key")

installers/common/WindowsInstaller.hs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import Universum hiding (pass, writeFile, stdout, FilePath, die, view)
1313
import qualified Data.List as L
1414
import qualified Data.Text as T
1515
import Data.Yaml (decodeFileThrow)
16-
import Development.NSIS (Attrib (IconFile, IconIndex, RebootOK, Recursive, Required, StartOptions, Target),
16+
import Development.NSIS (Attrib (IconFile, IconIndex, RebootOK, Recursive, Required, StartOptions, Target, NonFatal),
1717
HKEY (HKLM), Level (Highest), Page (Directory, InstFiles), abort,
1818
constant, constantStr, createDirectory, createShortcut, delete,
1919
deleteRegKey, file, iff_, installDir, installDirRegKey,
@@ -225,7 +225,7 @@ writeInstallerNSIS outName (Version fullVersion') InstallerConfig{installDirecto
225225
file [] "topology.yaml"
226226
file [] "genesis.json"
227227
when (clusterName /= Selfnode) $ do
228-
file [] "genesis-conway.json"
228+
file [NonFatal] "genesis-conway.json"
229229
file [] "genesis-byron.json"
230230
file [] "genesis-shelley.json"
231231
file [] "genesis-alonzo.json"

installers/nix/linux.nix

Lines changed: 0 additions & 62 deletions
This file was deleted.

0 commit comments

Comments
 (0)