checkpoint commit

This commit is contained in:
Kasey White
2022-11-03 05:02:56 -04:00
committed by Lucas
parent d8f3ada13e
commit 3cafb2bcbe
7 changed files with 876 additions and 1045 deletions

View File

@@ -16,11 +16,11 @@ exclude = ["test_data/*"]
cryptoxide = "0.4.2"
flat-rs = { path = "../flat", version = "0.0.21" }
hex = "0.4.3"
pallas-addresses = "0.14.0-alpha.3"
pallas-codec = "0.14.0-alpha.3"
pallas-crypto = "0.14.0-alpha.3"
pallas-primitives = "0.14.0-alpha.3"
pallas-traverse = "0.14.0-alpha.3"
pallas-addresses = "0.14.0"
pallas-codec = "0.14.0"
pallas-crypto = "0.14.0"
pallas-primitives = "0.14.0"
pallas-traverse = "0.14.0"
peg = "0.8.0"
pretty = "0.11.3"
thiserror = "1.0.31"