Skip to content

Commit 2a38b2a

Browse files
committed
wip(dmq): update Pallas - DO NOT MERGE
1 parent dc91d45 commit 2a38b2a

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

Cargo.lock

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

internal/mithril-dmq/Cargo.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,10 @@ bincode = { version = "2.0.1" }
2424
blake2 = "0.10.6"
2525
mithril-cardano-node-chain = { path = "../cardano-node/mithril-cardano-node-chain" }
2626
mithril-common = { path = "../../mithril-common" }
27-
pallas-codec = { git = "https://github.com/txpipe/pallas.git", branch = "main" }
28-
pallas-network = { git = "https://github.com/txpipe/pallas.git", branch = "main" }
27+
#pallas-codec = { git = "https://github.com/txpipe/pallas.git", branch = "main" }
28+
#pallas-network = { git = "https://github.com/txpipe/pallas.git", branch = "main" }
29+
pallas-codec = { git = "https://github.com/cardano-scaling/pallas.git", branch = "jpraynaud/fix-dmq-facade" }
30+
pallas-network = { git = "https://github.com/cardano-scaling/pallas.git", branch = "jpraynaud/fix-dmq-facade" }
2931
serde = { workspace = true }
3032
serde_bytes = "0.11.19"
3133
slog = { workspace = true }

0 commit comments

Comments
 (0)