feat(traverse): improve protocol update access (#360)

This commit is contained in:
Santiago Carmuega 2023-12-14 18:54:01 -03:00 committed by GitHub
parent b4b7b93db2
commit 408a41a9ea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 205 additions and 10 deletions

View file

@ -17,6 +17,7 @@ pallas-crypto = { version = "=0.20.0", path = "../pallas-crypto" }
pallas-codec = { version = "=0.20.0", path = "../pallas-codec" }
hex = "0.4.3"
thiserror = "1.0.31"
paste = "1.0.14"
# TODO: remove once GenesisValue moves into new genesis crate
serde = "1.0.155"