Skip to content

Commit 9ca544d

Browse files
committed
[LW-11505] Update cardano-wallet to v2024-11-18
1 parent e2ffb9a commit 9ca544d

File tree

4 files changed

+7
-27
lines changed

4 files changed

+7
-27
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
### Chores
66

7-
- Update `cardano-node` to 10.1.1 via `cardano-wallet` [`ba7d3340968`](https://github.com/cardano-foundation/cardano-wallet/commit/ba7d33409680f4e75ef260add8744dcf71f40a77) ([PR 3229](https://github.com/input-output-hk/daedalus/pull/3229))
7+
- Update `cardano-node` to 10.1.1 via `cardano-wallet` v2024-11-18 ([PR 3229](https://github.com/input-output-hk/daedalus/pull/3229))
88

99
## 6.0.2
1010

flake.lock

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

flake.nix

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,8 @@
33

44
inputs = {
55
nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-22.11-darwin";
6-
cardano-wallet-unpatched.url = "github:cardano-foundation/cardano-wallet/pull/4830/head"; # cardano-node 10.1.2
6+
cardano-wallet-unpatched.url = "github:cardano-foundation/cardano-wallet/v2024-11-18";
77
cardano-wallet-unpatched.flake = false; # otherwise, +10k quadratic dependencies in flake.lock…
8-
cardano-node-override.url = "github:IntersectMBO/cardano-node/10.1.2"; # we have to override because of <https://github.com/cardano-foundation/cardano-wallet/issues/4834>
9-
cardano-node-override.flake = false;
108
cardano-playground.url = "github:input-output-hk/cardano-playground/49d93e5fe42e1e37f8b4c7d463b5d6bc4af65f26";
119
cardano-playground.flake = false; # otherwise, +9k dependencies in flake.lock…
1210
cardano-shell.url = "github:input-output-hk/cardano-shell/0d1d5f036c73d18e641412d2c58d4acda592d493";

nix/internal/common.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ rec {
4040
}).defaultNix;
4141

4242
nodeFlake = let
43-
unpatched = inputs.cardano-node-override;
43+
unpatched = walletFlake.inputs.cardano-node-runtime;
4444
in (flake-compat {
4545
src = {
4646
outPath = toString (pkgs.runCommand "source" {} ''

0 commit comments

Comments
 (0)