Skip to content

Commit a662d17

Browse files
authored
Merge pull request #3249 from input-output-hk/chore/LW-11505-node-10-1-3
[LW-11922] Update `cardano-node` to 10.1.3
2 parents f67b79c + 54ff822 commit a662d17

File tree

4 files changed

+24
-2
lines changed

4 files changed

+24
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@
1010

1111
### Chores
1212

13-
- Update `cardano-node` to 10.1.2 via `cardano-wallet` v2024-11-18 ([PR 3229](https://github.com/input-output-hk/daedalus/pull/3229))
13+
- Update `cardano-node` to 10.1.3 ([PR 3249](https://github.com/input-output-hk/daedalus/pull/3249))
14+
15+
- Update `cardano-wallet` to v2024-11-18 ([PR 3229](https://github.com/input-output-hk/daedalus/pull/3229))
1416

1517
### Fixes
1618

flake.lock

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

flake.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-22.11-darwin";
66
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.3";
9+
cardano-node-override.flake = false;
810
cardano-playground.url = "github:input-output-hk/cardano-playground/49d93e5fe42e1e37f8b4c7d463b5d6bc4af65f26";
911
cardano-playground.flake = false; # otherwise, +9k dependencies in flake.lock…
1012
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 = walletFlake.inputs.cardano-node-runtime;
43+
unpatched = inputs.cardano-node-override;
4444
in (flake-compat {
4545
src = {
4646
outPath = toString (pkgs.runCommand "source" {} ''

0 commit comments

Comments
 (0)