cardano-foundation / cardano-wallet

HTTP server & command-line for managing UTxOs and HD wallets in Cardano.
Apache License 2.0
766 stars 214 forks source link

`flake.lock` still points to `cardano-node` 9.2.1, not 10.1.2 #4834

Open michalrus opened 1 week ago

michalrus commented 1 week ago

Just checking...

Version

9078093ca150d97a6a4ca09895ec123bb76227c0

Platform

any

Installation method

Nix

Network configuration

any

Context

First found here.

We can override it ourselves in Daedalus for now, but it would be reasonable to have here.

Description

Steps to Reproduce

  1. Checkout 9078093ca150d97a6a4ca09895ec123bb76227c0 (PR #4830).
  2. nix repl
  3. :lf .
  4. inputs.cardano-node-runtime.rev
  5. You will see 5d3da8ac771ee5ed424d6c78473c11deabb7a1f3
  6. … which is still 9.2.1.

Expected behavior

Runtime is cardano-node 10.1.2.

Actual behavior

Runtime is still cardano-node 9.2.1.

/cc @paolino @HeinrichApfelmus

HeinrichApfelmus commented 1 week ago

Thank you for the report, we noticed this as well. Working on it for the upcoming release.

michalrus commented 1 week ago

@HeinrichApfelmus great, thanks. Could you please give us an estimate on when it will be released?

HeinrichApfelmus commented 1 week ago

Could you please give us an estimate on when it will be released?

We hope to release from candidate v2024-11-07, but this could be delayed by a couple of days.

michalrus commented 1 week ago

Thanks, and good luck!