feat(interop): add ledger context for utxorpc mapping logic (#450)

Co-authored-by: Aleksandar Djuric <aleksandardjuric@alethea.io>
This commit is contained in:
aleksandar 2024-05-14 06:19:04 -04:00 committed by GitHub
parent 1a927ee1a0
commit 5a299ce049
2 changed files with 486 additions and 435 deletions

View file

@ -14,6 +14,7 @@ authors = ["Santiago Carmuega <santiago@carmuega.me>"]
pallas-traverse = { version = "=0.25.0", path = "../pallas-traverse" }
pallas-primitives = { version = "=0.25.0", path = "../pallas-primitives" }
pallas-codec = { version = "=0.25.0", path = "../pallas-codec" }
pallas-crypto = { version = "=0.25.0", path = "../pallas-crypto" }
utxorpc-spec = { version = "0.5.0" }
# utxorpc-spec = { path = "../../../utxorpc/spec/gen/rust" }