bitcore/lib/transaction
Zaki Manian aa8e548800 To be effective within the current Bitcoin network, the inputs to a transaction
with an nLocktime must be not the standard max value.

We set the sequence number of 0 if the value is max.

Currently sequence numbers other than MAX_INT32 have no meaning in the Bitcoin protocol
but this may change in future BIPS
2015-08-24 20:07:57 -07:00
..
input To be effective within the current Bitcoin network, the inputs to a transaction 2015-08-24 20:07:57 -07:00
index.js Add Signature subclass for Transaction Signatures 2015-02-11 12:35:47 -03:00
output.js Changes behavior of `toJSON` to work as expected with `JSON.stringify` 2015-08-13 10:46:08 -04:00
sighash.js sighash: remove dead branch 2015-04-27 18:49:45 +10:00
signature.js Changes behavior of `toJSON` to work as expected with `JSON.stringify` 2015-08-13 10:46:08 -04:00
transaction.js To be effective within the current Bitcoin network, the inputs to a transaction 2015-08-24 20:07:57 -07:00
unspentoutput.js Changes behavior of `toJSON` to work as expected with `JSON.stringify` 2015-08-13 10:46:08 -04:00