Skip to content

Commit

Permalink
[LW-11505] Update cardano-wallet to v2024-11-18
Browse files Browse the repository at this point in the history
  • Loading branch information
michalrus committed Nov 19, 2024
1 parent e2ffb9a commit 9ca544d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 27 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

### Chores

- 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))
- Update `cardano-node` to 10.1.1 via `cardano-wallet` v2024-11-18 ([PR 3229](https://github.com/input-output-hk/daedalus/pull/3229))

## 6.0.2

Expand Down
26 changes: 4 additions & 22 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,8 @@

inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-22.11-darwin";
cardano-wallet-unpatched.url = "github:cardano-foundation/cardano-wallet/pull/4830/head"; # cardano-node 10.1.2
cardano-wallet-unpatched.url = "github:cardano-foundation/cardano-wallet/v2024-11-18";
cardano-wallet-unpatched.flake = false; # otherwise, +10k quadratic dependencies in flake.lock…
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>
cardano-node-override.flake = false;
cardano-playground.url = "github:input-output-hk/cardano-playground/49d93e5fe42e1e37f8b4c7d463b5d6bc4af65f26";
cardano-playground.flake = false; # otherwise, +9k dependencies in flake.lock…
cardano-shell.url = "github:input-output-hk/cardano-shell/0d1d5f036c73d18e641412d2c58d4acda592d493";
Expand Down
2 changes: 1 addition & 1 deletion nix/internal/common.nix
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ rec {
}).defaultNix;

nodeFlake = let
unpatched = inputs.cardano-node-override;
unpatched = walletFlake.inputs.cardano-node-runtime;
in (flake-compat {
src = {
outPath = toString (pkgs.runCommand "source" {} ''
Expand Down

0 comments on commit 9ca544d

Please sign in to comment.