feat(interop): map u5c Conway structs (#511)
This commit is contained in:
parent
6cba3882ed
commit
6a3d8df216
4 changed files with 313 additions and 124 deletions
|
|
@ -11,11 +11,13 @@ readme = "README.md"
|
|||
authors = ["Santiago Carmuega <santiago@carmuega.me>"]
|
||||
|
||||
[dependencies]
|
||||
# utxorpc-spec = { path = "../../../utxorpc/spec/gen/rust" }
|
||||
utxorpc-spec = { version = "0.10.0" }
|
||||
|
||||
pallas-traverse = { version = "=0.30.1", path = "../pallas-traverse" }
|
||||
pallas-primitives = { version = "=0.30.1", path = "../pallas-primitives" }
|
||||
pallas-codec = { version = "=0.30.1", path = "../pallas-codec" }
|
||||
pallas-crypto = { version = "=0.30.1", path = "../pallas-crypto" }
|
||||
utxorpc-spec = { version = "0.9.0" }
|
||||
prost-types = "0.13.1"
|
||||
|
||||
# TODO: remove this dep once we have multiera params in traverse
|
||||
|
|
@ -25,4 +27,3 @@ pallas-applying = { version = "=0.30.1", path = "../pallas-applying" }
|
|||
hex = "0.4.3"
|
||||
serde_json = "1.0.120"
|
||||
pretty_assertions = "1.4.0"
|
||||
# utxorpc-spec = { path = "../../../utxorpc/spec/gen/rust" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue