refactor: make chainsync machine agnostic of content
This commit is contained in:
parent
e10575f2da
commit
20d9019375
18 changed files with 148 additions and 94 deletions
|
|
@ -15,12 +15,14 @@ authors = [
|
|||
[dependencies]
|
||||
pallas-multiplexer = { version = "0.3.0", path = "../pallas-multiplexer/" }
|
||||
pallas-machines = { version = "0.3.0", path = "../pallas-machines/" }
|
||||
minicbor = { version="0.11.4", features=["half", "std"] }
|
||||
minicbor = { version = "0.12.0", features = ["half", "std"] }
|
||||
log = "0.4.14"
|
||||
hex = "0.4.3"
|
||||
|
||||
[dev-dependencies]
|
||||
net2 = "0.2.37"
|
||||
cryptoxide = "0.3.6"
|
||||
env_logger = "0.9.0"
|
||||
pallas-handshake = { version = "0.3.0", path = "../pallas-handshake/" }
|
||||
pallas-txsubmission = { version = "0.3.0", path = "../pallas-txsubmission/" }
|
||||
pallas-alonzo = { version = "0.3.0", path = "../pallas-alonzo/", features = ["crypto"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue