Wei Lu
|
eb4e8884d9
|
loose instanceof: check constructor function name instead
|
10 years ago |
Daniel Cousens
|
967e724b47
|
types: remove JSPerf references
|
10 years ago |
Daniel Cousens
|
01a96e887c
|
types: use the idiomatic equivalents
|
10 years ago |
Daniel Cousens
|
deaf06b350
|
Wallet: use enforceType where applicable
|
10 years ago |
Daniel Cousens
|
35542e115d
|
types: enforce consistent type checking
|
10 years ago |
wmcbain
|
de1755307a
|
Added Zetacoin support
Added support for zetacoin
|
10 years ago |
Daniel Cousens
|
a58088795f
|
HDNode: indicate 2.x.y removal of Buffer interop
|
10 years ago |
Daniel Cousens
|
c96b862530
|
crypto: remove cryptojs
|
10 years ago |
Daniel Cousens
|
f028dfffa9
|
Wallet: fix missing variable utxo
|
10 years ago |
Daniel Cousens
|
4e04a7e883
|
Transaction: use isFinite over Number.isFinite
|
10 years ago |
Daniel Cousens
|
6c5a68207a
|
Transaction: use isFinite instead over typeof number
|
10 years ago |
BtcDrak
|
c41c3bb62d
|
Add viacoin support
|
10 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
The use of bind in this case wasn't idiomatic.
|
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
also, move the assert to the end to simplify the logic
|
11 years ago |
Wei Lu
|
2b4d94cd92
|
Wallet: move processPendingTx & processConfirmedTx to prototype
also, move processTx out of Wallet scope
|
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 |