feat(primitives): Improve ergonomics for Byron primitives (#47)

* feat(primitives): Improve ergonomics for Byron primitives
* fix(ci): Fix tests
This commit is contained in:
Santiago Carmuega 2022-02-12 19:44:32 -03:00 committed by GitHub
parent 400aa9c5d2
commit f4504a349d
9 changed files with 293 additions and 45 deletions

View file

@ -19,3 +19,4 @@ minicbor-derive = "0.8.0"
hex = "0.4.3"
log = "0.4.14"
pallas-crypto = { version = "0.5.0-alpha.0", path = "../pallas-crypto" }
base58 = "0.2.0"