Libraries for CITA
This repository is a collection of crates used by microservices in CITA.
Crates below are extracted from Parity:
- ethcore-bloom-journal
- rlp
- rlp_derive
- util
with following modifications:
- add UtilError::Snappy in util::error
- add some modules in util:
- build_info.rs
- datapath.rs
- hashable.rs
- init.rs
- instrument.rs
- merklehash.rs
- snappy.rs
- add util::avl.
- add get_value_proof and verify_value_proof in util::trie::triedb