feat(applying): add remaining validations for Byron era (#325)

This commit is contained in:
Maico Leberle 2023-11-09 14:50:46 -03:00 committed by GitHub
parent ac4aef4eaa
commit 68b46c36a8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 562 additions and 224 deletions

View file

@ -13,8 +13,12 @@ authors = ["Maico Leberle <maico.leberle@gmail.com>"]
doctest = false
[dependencies]
pallas-addresses = { path = "../pallas-addresses" }
pallas-codec = { path = "../pallas-codec" }
pallas-crypto = { path = "../pallas-crypto" }
pallas-primitives = { path = "../pallas-primitives" }
pallas-traverse = { path = "../pallas-traverse" }
rand = "0.8"
[dev-dependencies]
hex = "0.4"