Skip to content

Commit fbbfd75

Browse files
committed
Use the new ledger messages
1 parent 2b82eaf commit fbbfd75

File tree

10 files changed

+324
-311
lines changed

10 files changed

+324
-311
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -270,9 +270,11 @@ zeroize = "1.5"
270270
git = "https://github.com/ledger-community/rust-ledger.git"
271271
rev = "510bb3ca30639af4bdb12a918b6bbbdb75fa5f52"
272272

273-
[workspace.dependencies.ledger-proto]
274-
git = "https://github.com/ledger-community/rust-ledger.git"
275-
rev = "510bb3ca30639af4bdb12a918b6bbbdb75fa5f52"
273+
[workspace.dependencies.mintlayer-ledger-messages]
274+
git = "https://github.com/mintlayer/mintlayer-ledger-app"
275+
# The commit "Fix comments"
276+
rev = "877082eeb78abe0b72de894705e2c050f7c123cc"
277+
package = "messages"
276278

277279
[workspace.dependencies.trezor-client]
278280
git = "https://github.com/mintlayer/mintlayer-trezor-firmware"
@@ -326,5 +328,6 @@ default = ["trezor", "ledger"]
326328
# is fontconfig-parser <- fontdb <- cosmic-text <- various "iced" crates.
327329
# TODO: investigate this further.
328330
fontconfig-parser = { git = "https://github.com/Riey/fontconfig-parser", rev = "f7d13a779e6ee282ce75acbc00a1270c0350e0c2" }
329-
# The patch is needed because there is now release of the library. We use the same hash for all Ledger libs
331+
# This patch is needed because there is no release of the library and because ledger-lib depends on ledger-proto, so this is the only way to make the former find the latter.
332+
# Note that the revision specified here must be the same as the one used in the workspace.dependencies section
330333
ledger-proto = { git = "https://github.com/ledger-community/rust-ledger.git", rev = "510bb3ca30639af4bdb12a918b6bbbdb75fa5f52" }

0 commit comments

Comments
 (0)