rust-bitcoin-unsafe-fast/src
Andrew Poelstra 9d283150c9 Fix GT/LT/GTEQ/LTEQ handling to not compare bools
I was trying to do something clever by making sure that the numeric
bounds were consistent with whatever ordering relation we were checking,
AND that the boolean values were also consistent...this is Wrong is the
case of negative numbers, and pointless anyway since I recently fixed
`set_bool_value`, `set_num_lo` and `set_num_hi` to update both numeric
and boolean information if possible, so they will always contain the
same info.
2014-08-31 16:43:26 -07:00
..
blockdata Fix GT/LT/GTEQ/LTEQ handling to not compare bools 2014-08-31 16:43:26 -07:00
network Fixes for rustc changes 2014-08-30 16:08:38 -07:00
util Add much more agressive provably-false checker 2014-08-31 16:01:24 -07:00
wallet Add much more agressive provably-false checker 2014-08-31 16:01:24 -07:00
internal_macros.rs Add much more agressive provably-false checker 2014-08-31 16:01:24 -07:00
lib.rs Add much more agressive provably-false checker 2014-08-31 16:01:24 -07:00
macros.rs Fix nu_select! macro for borrowck 2014-07-26 19:36:38 -07:00