grin/core/src
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
..
core fail deserialization if inputs or outputs are not sorted for txs (#173) 2017-10-13 17:23:18 +00:00
consensus.rs fail deserialization if inputs or outputs are not sorted for txs (#173) 2017-10-13 17:23:18 +00:00
genesis.rs Block versions and hard fork schedule 2017-10-10 00:09:06 +00:00
global.rs Cuckoo miner fixes and configurable coinbase maturity (#154) 2017-10-04 17:44:22 +00:00
lib.rs add lock_height to Transaction and TxKernel (#167) 2017-10-11 18:12:01 +00:00
macros.rs Cleanup build warnings (#87) 2017-08-10 00:54:10 +00:00
ser.rs fail deserialization if inputs or outputs are not sorted for txs (#173) 2017-10-13 17:23:18 +00:00