grin/chain/tests
AntiochP 9a230ca7f6 fail deserialization if inputs or outputs are not sorted for txs (#173)
* fail deserialization if input or outputs are not sorted for txs, fail deserialization if inputs or outputs or kernels are not sorted for blocks, make sure we sort them before serialization
* extract consensus rule into verify_sort_order on VerifySortOrder trait
* rework the sort and write into WriteableSorted trait
* fix wallet sending bug (fees related) so we can test
* refactored read_and_verify_ordered out into ser, used in transaction and block
2017-10-13 17:23:18 +00:00
..
mine_simple_chain.rs fail deserialization if inputs or outputs are not sorted for txs (#173) 2017-10-13 17:23:18 +00:00
store_indices.rs Shorter identifiers and call them key_id (not pubkey) (#175) 2017-10-13 04:45:07 +00:00
test_coinbase_maturity.rs Shorter identifiers and call them key_id (not pubkey) (#175) 2017-10-13 04:45:07 +00:00