grin/core/tests
hashmap a82041d0ed
Refactor Readable trait (#3309)
Currently Writable accepts trait Write as a type parameter but Readable
takes Read as a trait object, which is not symmetrical and also less performant. This PR changes Readable trait and all places where it's used
2020-04-30 17:42:19 +02:00
..
block.rs Pass byte slice to to_hex (#3307) 2020-04-24 11:18:26 +02:00
common.rs Refactor Readable trait (#3309) 2020-04-30 17:42:19 +02:00
consensus_automated.rs Less cloning and pattern simplifications (#3216) 2020-02-05 11:02:07 -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 Less cloning and pattern simplifications (#3216) 2020-02-05 11:02:07 -05:00
core.rs Less cloning and pattern simplifications (#3216) 2020-02-05 11:02:07 -05:00
merkle_proof.rs Update License to 2020 (#3196) 2020-01-20 11:40:58 +00:00
pmmr.rs Less cloning and pattern simplifications (#3216) 2020-02-05 11:02:07 -05:00
transaction.rs Pass SwitchCommitment by value instead of reference (#3217) 2020-02-04 08:52:00 -05:00
vec_backend.rs Update License to 2020 (#3196) 2020-01-20 11:40:58 +00:00
verifier_cache.rs Less cloning and pattern simplifications (#3216) 2020-02-05 11:02:07 -05:00