Skip to content

Commit 9582fa8

Browse files
committed
wip: update Pallas - DO NOT MERGE
1 parent 9e508f1 commit 9582fa8

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

Cargo.lock

Lines changed: 0 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 = { path = "../../../pallas-fork-scaling/pallas-codec" }
30+
pallas-network = { path = "../../../pallas-fork-scaling/pallas-network" }
2931
serde = { workspace = true }
3032
serde_bytes = "0.11.17"
3133
slog = { workspace = true }

0 commit comments

Comments
 (0)