feat(hardano): implement search for the immutabledb reader (#372)

This commit is contained in:
Alex Pozhylenkov 2024-01-04 13:46:19 +02:00 committed by GitHub
parent 5d02b2c31d
commit 50af4e0a75
3 changed files with 493 additions and 2 deletions

View file

@ -11,11 +11,13 @@ readme = "README.md"
authors = ["Santiago Carmuega <santiago@carmuega.me>"]
[dependencies]
thiserror = "1.0.49"
binary-layout = "3.2.0"
tap = "1.0.1"
tracing = "0.1.40"
pallas-traverse = { version = "0.20.0", path = "../pallas-traverse" }
pallas-network = { version = "0.20.0", path = "../pallas-network" }
[dev-dependencies]
tracing-subscriber = "0.3.17"
hex = "0.4.3"
pallas-traverse = { version = "0.20.0", path = "../pallas-traverse" }