grin/core/src
AntiochP 4ba453694d
fix - sort tx inputs/outputs (#533) (#542)
* added debug logging to see what we're doing in save_pos_index

* add counts to logging

* make sure inputs/outputs in tx are sorted
tweak debug logging

* DRY up sorting of inputs/outputs/kernels via a simple sort() in ser/deser

* add explicit validation fo sort order during tx and block validation

* sort order consensus rule for inputs/outputs/kernels in blocks

* we want a max of 10*num_peers blocks during sync...
not min

* fix test imports
2017-12-22 12:15:44 -05:00
..
core fix - sort tx inputs/outputs (#533) (#542) 2017-12-22 12:15:44 -05:00
consensus.rs fix - sort tx inputs/outputs (#533) (#542) 2017-12-22 12:15:44 -05:00
genesis.rs Ported acbe983 and 58d7dc7 from testnet1 branch 2017-11-16 18:17:56 -05:00
global.rs Ported acbe983 and 58d7dc7 from testnet1 branch 2017-11-16 18:17:56 -05:00
lib.rs Fix couple minor import errors after rebase 2017-10-31 20:00:39 -04:00
macros.rs Cleanup build warnings (#87) 2017-08-10 00:54:10 +00:00
ser.rs fix - sort tx inputs/outputs (#533) (#542) 2017-12-22 12:15:44 -05:00