Add local state query mini-protocol naive implementation
This commit is contained in:
parent
c7c69616a2
commit
d4acffaeca
13 changed files with 617 additions and 97 deletions
|
|
@ -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/" }
|
||||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue