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
|
|
@ -2,8 +2,8 @@
|
|||
//!
|
||||
//! Handcrafted, idiomatic rust artifacts based on based on the [Alonzo CDDL](https://github.com/input-output-hk/cardano-ledger/blob/master/eras/alonzo/test-suite/cddl-files/alonzo.cddl) file in IOHK repo.
|
||||
|
||||
use log::{log_enabled, warn};
|
||||
use minicbor::{bytes::ByteVec, data::Tag, Decode, Encode};
|
||||
use log::warn;
|
||||
use minicbor::{bytes::ByteVec, data::Tag};
|
||||
use minicbor_derive::{Decode, Encode};
|
||||
use std::collections::{BTreeMap, HashMap};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue