lbrycrd/src/script
Russell Yanofsky 535203075e Avoid using numeric_limits for sequence numbers and lock times
Switches to named constants, because numeric_limits calls can be harder to read
and less portable.

Change was suggested by James O'Beirne <james.obeirne@gmail.com> in
https://github.com/bitcoin/bitcoin/pull/10973#discussion_r213473620

There are no changes in behavior except on some platforms we don't support
(ILP64, IP16L32, I16LP32), where SignalsOptInRBF() and MutateTxAddInput()
functions would now work correctly.
2018-11-01 12:55:39 -04:00
..
bitcoinconsensus.cpp Drop unused GetType() from CSizeComputer 2018-09-11 00:58:05 -04:00
bitcoinconsensus.h Update copyright headers to 2018 2018-07-27 07:15:02 -04:00
descriptor.cpp Add key origin support to descriptors 2018-10-20 20:29:02 -07:00
descriptor.h Replace duplcate reference with reference to reference doc 2018-09-05 11:27:43 -07:00
interpreter.cpp Merge #13780: 0.17: Pre-branch maintenance 2018-08-08 13:55:27 +02:00
interpreter.h Update copyright headers to 2018 2018-07-27 07:15:02 -04:00
ismine.cpp doxygen: Fix member comments 2018-09-26 15:42:21 -04:00
ismine.h Update copyright headers to 2018 2018-07-27 07:15:02 -04:00
script.cpp Update copyright headers to 2018 2018-07-27 07:15:02 -04:00
script.h Avoid using numeric_limits for sequence numbers and lock times 2018-11-01 12:55:39 -04:00
script_error.cpp Update copyright headers to 2018 2018-07-27 07:15:02 -04:00
script_error.h Update copyright headers to 2018 2018-07-27 07:15:02 -04:00
sigcache.cpp Update copyright headers to 2018 2018-07-27 07:15:02 -04:00
sigcache.h Update copyright headers to 2018 2018-07-27 07:15:02 -04:00
sign.cpp Merge #14197: [psbt] Convert non-witness UTXOs to witness if witness sig created 2018-11-01 16:09:38 +01:00
sign.h Merge #14377: check that a separator is found for psbt inputs, outputs, and global map 2018-11-01 17:55:39 +01:00
standard.cpp Merge #13429: Return the script type from Solver 2018-08-25 17:41:00 +02:00
standard.h Merge #13429: Return the script type from Solver 2018-08-25 17:41:00 +02:00