feat(applying): implement Alonzo phase-1 validations (#380)

This commit is contained in:
Maico Leberle 2024-01-19 22:19:46 -03:00 committed by GitHub
parent 7cb1ffe100
commit 7b2894e4a2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
33 changed files with 4900 additions and 704 deletions

View file

@ -19,6 +19,7 @@ pallas-crypto = { version = "=0.21.0", path = "../pallas-crypto" }
pallas-primitives = { version = "=0.21.0", path = "../pallas-primitives" }
pallas-traverse = { version = "=0.21.0", path = "../pallas-traverse" }
rand = "0.8"
hex = "0.4"
[dev-dependencies]
hex = "0.4"