grin/core
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
..
benches Cargo fmt all the things 2017-09-29 18:44:25 +00:00
src fail deserialization if inputs or outputs are not sorted for txs (#173) 2017-10-13 17:23:18 +00:00
Cargo.toml add lock_height to Transaction and TxKernel (#167) 2017-10-11 18:12:01 +00:00
rustfmt.toml add lock_height to Transaction and TxKernel (#167) 2017-10-11 18:12:01 +00:00