grin/core/tests
Antioch Peverell 616dad43fd
Cleanup redundant AsFixedBytes and FixedLength traits (#3131)
* no need for AsFixedBytes we can just use AsRef<[u8]>

* cleanup FixedLength trait

* revert this change for now

* fix store tests

* cleanup and fix tests after rebase

* fix tests

* update based on PR review
less hard-coded values now

* cleanup
2020-01-29 13:41:50 +00:00
..
block.rs Remove unused crate (#3211) 2020-01-28 13:56:45 -05:00
common.rs Cleanup redundant AsFixedBytes and FixedLength traits (#3131) 2020-01-29 13:41:50 +00:00
consensus_automated.rs tests: split consensus tests into separate files for each chain type … (#3168) 2020-01-27 18:51:51 -05:00
consensus_floonet.rs tests: split consensus tests into separate files for each chain type … (#3168) 2020-01-27 18:51:51 -05:00
consensus_mainnet.rs tests: split consensus tests into separate files for each chain type … (#3168) 2020-01-27 18:51:51 -05:00
core.rs Update License to 2020 (#3196) 2020-01-20 11:40:58 +00:00
merkle_proof.rs Update License to 2020 (#3196) 2020-01-20 11:40:58 +00:00
pmmr.rs Update License to 2020 (#3196) 2020-01-20 11:40:58 +00:00
transaction.rs Update License to 2020 (#3196) 2020-01-20 11:40:58 +00:00
vec_backend.rs Update License to 2020 (#3196) 2020-01-20 11:40:58 +00:00
verifier_cache.rs Update License to 2020 (#3196) 2020-01-20 11:40:58 +00:00