Add local state query mini-protocol naive implementation

This commit is contained in:
Santiago Carmuega 2021-11-28 16:32:30 -03:00
parent c7c69616a2
commit d4acffaeca
13 changed files with 617 additions and 97 deletions

View file

@ -16,5 +16,6 @@ pallas-machines = { path = "../pallas-machines/" }
pallas-handshake = { path = "../pallas-handshake/" }
pallas-chainsync = { path = "../pallas-chainsync/" }
pallas-blockfetch = { path = "../pallas-blockfetch/" }
pallas-localstate = { path = "../pallas-localstate/" }
pallas-txsubmission = { path = "../pallas-txsubmission/" }
pallas-alonzo = { path = "../pallas-alonzo/" }

View file

@ -16,3 +16,6 @@ pub use pallas_blockfetch as blockfetch;
#[doc(inline)]
pub use pallas_txsubmission as txsubmission;
#[doc(inline)]
pub use pallas_localstate as localstate;