feat(applying): include main constants in pparams (#565)

This commit is contained in:
Santiago Carmuega 2024-12-22 12:06:47 -03:00 committed by GitHub
parent 914631adcb
commit 7c6ccac3ed
6 changed files with 240 additions and 1284 deletions

View file

@ -20,6 +20,7 @@ pallas-primitives = { version = "=0.31.0", path = "../pallas-primitives" }
pallas-traverse = { version = "=0.31.0", path = "../pallas-traverse" }
rand = "0.8"
hex = "0.4"
chrono = "0.4.39"
[dev-dependencies]
hex = "0.4"