grin/core/tests
hashmap 43bd5a56ff Make imports in core crate more Rust 2018 idiomatic (#3112)
We use crate renaming to remove grin prefix, as  result imports for util and keychain crates start with crate::
which looks like a part of the current crate. This PR fixes it.
Also some small improvements were made.
If this approach works I'll replicate it to other crates.
2019-11-14 10:27:30 -05:00
..
block.rs Make imports in core crate more Rust 2018 idiomatic (#3112) 2019-11-14 10:27:30 -05:00
common.rs Make imports in core crate more Rust 2018 idiomatic (#3112) 2019-11-14 10:27:30 -05:00
consensus.rs Change 2018 to 2019 in copyright files (#3072) 2019-10-02 09:40:20 +01:00
core.rs Make imports in core crate more Rust 2018 idiomatic (#3112) 2019-11-14 10:27:30 -05:00
merkle_proof.rs Change 2018 to 2019 in copyright files (#3072) 2019-10-02 09:40:20 +01:00
pmmr.rs Retrieve outputs within a block height range (#3103) 2019-11-04 15:04:21 +00:00
transaction.rs Make imports in core crate more Rust 2018 idiomatic (#3112) 2019-11-14 10:27:30 -05:00
vec_backend.rs Remove usage of try! macro, use ? instead (#3097) 2019-10-21 15:01:18 -04:00
verifier_cache.rs Make imports in core crate more Rust 2018 idiomatic (#3112) 2019-11-14 10:27:30 -05:00