1017 Commits (11850cc1a50a8bf7a4f17f3ed3efd5f114c88911)

Author SHA1 Message Date
Daniel Cousens a58088795f HDNode: indicate 2.x.y removal of Buffer interop 11 years ago
Daniel Cousens c96b862530 crypto: remove cryptojs 11 years ago
Daniel Cousens f028dfffa9 Wallet: fix missing variable utxo 11 years ago
Daniel Cousens 4e04a7e883 Transaction: use isFinite over Number.isFinite 11 years ago
Daniel Cousens 6c5a68207a Transaction: use isFinite instead over typeof number 11 years ago
BtcDrak c41c3bb62d Add viacoin support 11 years ago
Daniel Cousens 1d0fd3e9a4 TxBuilder: add more failing cases and error handling 11 years ago
Daniel Cousens e1479b6fa5 scripts: add error for >n signatures with multisig 11 years ago
Daniel Cousens 8d5ef2dd06 TxBuilder: limit signatures depending on scriptType 11 years ago
Daniel Cousens b3438c5ef2 Transaction: throw if sequence is not a number 11 years ago
Daniel Cousens aa80bde815 TxBuilder: avoid unnecessary recalculation of prevOutScript data 11 years ago
Daniel Cousens e2357c09ce TxBuilder: fix invalid txin.index usage for non-zero vin inputs 11 years ago
Daniel Cousens b727a65ea0 Wallet: refactor to use Array unspents solely, deprecating unspentsMap 11 years ago
Daniel Cousens 06f13db8d7 Wallet: rename outputs to unspentsMap 11 years ago
Daniel Cousens d24fdef585 Wallet: consistent variable naming 11 years ago
Daniel Cousens 02e71e430c Wallet: revert 2f00c9a 11 years ago
Daniel Cousens 71d4c78b88 bufferutils: add Buffer reverse 11 years ago
Daniel Cousens 33955a7fb5 Wallet: store txHash, vout separately instead of "from: txid:vout" 11 years ago
Daniel Cousens 735feab7ba Wallet: remove txId:index storage for spent outputs 11 years ago
Daniel Cousens b66e53d1e7 Transaction: add comment to explain -1 on add* 11 years ago
Daniel Cousens 4b52c42c91 Message: allow base64 strings as input 11 years ago
Daniel Cousens 22f8c8aa4a TxBuilder: re-order functions to project standard 11 years ago
Daniel Cousens 4f88980dfb tests: add P2SH multisig example case 11 years ago
Daniel Cousens f9fed3c815 TxBuilder: adds fromTransaction impl. and basic tests 11 years ago
Daniel Cousens 7f62069d82 TxBuilder: add sequence number passthrough 11 years ago
Daniel Cousens 418a56cbdc index: add TransactionBuilder 11 years ago
Daniel Cousens 1e3e003120 TxBuilder: remove unnecessary assert 11 years ago
Daniel Cousens 14211b5f3e TxBuilder: sign after error checking 11 years ago
Daniel Cousens 26b028adcf Wallet: use TxBuilder instead 11 years ago
Daniel Cousens 4e3a6c9557 TxBuilder: use build/buildIncomplete over boolean 11 years ago
Daniel Cousens 377b815417 TxBuilder: transform all signatures once 11 years ago
Daniel Cousens 36b225a3df TxBuilder: use data fixtures for invalid tests 11 years ago
Daniel Cousens bcbcd58964 TxBuilder: Initial commit and tests 11 years ago
Daniel Cousens 884fd542fe Transaction: deprecate Tx signing methods 11 years ago
Daniel Cousens 897bbf4eb4 Wallet: assign indexOf in the same step 11 years ago
Daniel Cousens 9620b68fe2 Wallet: use __processTx over a free function 11 years ago
Daniel Cousens 300facf7aa Wallet: use === when comparing with undefined 11 years ago
Daniel Cousens 4bb7f5b56d Wallet: use indexOf explicitly over include* 11 years ago
Wei Lu e55676cf8e Wallet: remove unncessary comments 11 years ago
Wei Lu 00d58604a4 Wallet: move getPrivateKeyForAddress to prototype 11 years ago
Wei Lu 2b4d94cd92 Wallet: move processPendingTx & processConfirmedTx to prototype 11 years ago
Daniel Cousens c13177bb29 Wallet: rename masterkey to masterKey 11 years ago
Daniel Cousens 6df785bb65 Wallet: move createTx to prototype 11 years ago
Daniel Cousens 7fd41fae4a Wallet: move most instance methods to prototype 11 years ago
Daniel Cousens 2f00c9ab35 Wallet: rework unspents to primarily work on initialization 11 years ago
Daniel Cousens 7c22067f69 Wallet: clarify getPrivateKeyForAddress method structure 11 years ago
Daniel Cousens abc3e6c715 Wallet: move estimatePaddedTxFee out of Wallet scope 11 years ago
Daniel Cousens 8b3470e8ca Wallet: move all free functions out of Wallet scope 11 years ago
Daniel Cousens d618aa9822 Wallet: deprecates newMasterKey 11 years ago
Daniel Cousens 6b429493f8 hdnode: add deprecation message for isPrivate 11 years ago