Daniel Cousens
|
2ed8ade1e1
|
Merge pull request #275 from dcousens/byecjs
Remove crypto-js, https://github.com/dominictarr/crypto-browserify/pull/47 was merged.
|
10 years ago |
Daniel Cousens
|
a58088795f
|
HDNode: indicate 2.x.y removal of Buffer interop
|
10 years ago |
Daniel Cousens
|
e82da0ca85
|
package: browserify now uses crypto-browserify 3.0.0
|
10 years ago |
Daniel Cousens
|
c96b862530
|
crypto: remove cryptojs
|
10 years ago |
Daniel Cousens
|
e3d05c6f2c
|
1.1.0
|
10 years ago |
Daniel Cousens
|
3b60d7abf3
|
README: s/Bitcoin/bitcoin for namespacing
|
10 years ago |
Daniel Cousens
|
0a232cdb9d
|
tests: sign test needs to trigger ecurve.Point side effects
|
10 years ago |
Wei Lu
|
32cbd02aaa
|
Merge pull request #280 from dcousens/testprefix
Wallet test fixes
|
10 years ago |
Daniel Cousens
|
c3f8869386
|
tests: Wallet test was not comprehensive
|
10 years ago |
Daniel Cousens
|
69dfd3204d
|
Wallet: add missing variable wallet
|
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 |
Daniel Cousens
|
07a438dd8a
|
Merge pull request #276 from btcdrak/viacoin
Add viacoin support
|
10 years ago |
BtcDrak
|
c41c3bb62d
|
Add viacoin support
|
10 years ago |
Wei Lu
|
cc98600154
|
Merge pull request #262 from dcousens/wallref
processTx considered harmful followup
|
10 years ago |
Daniel Cousens
|
dce269071e
|
README: add BIP38
|
10 years ago |
Daniel Cousens
|
1764d45b42
|
README: added Quickcoin
|
10 years ago |
Wei Lu
|
8cc1f0526d
|
Merge pull request #222 from bitcoinjs/tip4commit
Add tip4commit
|
11 years ago |
Wei Lu
|
0312f7ff60
|
Merge pull request #270 from dcousens/txfix
TransactionBuilder to correctly handle non-zero vin in inputs
|
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
|
e5618bb8bd
|
TxBuilder: add test for missing redeemScript if P2SH
|
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
|
1c744cfa5a
|
TxBuilder: add failing test for non-zero vin inputs
|
11 years ago |
Daniel Cousens
|
6e1517482b
|
tests: avoid use of deprecated APIs
|
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
|
0f9674e65f
|
tests: code formatting
|
11 years ago |
Wei Lu
|
43d135c4b3
|
Merge pull request #266 from dcousens/mesb64
Message: allow base64 strings as input
|
11 years ago |
Daniel Cousens
|
b66e53d1e7
|
Transaction: add comment to explain -1 on add*
|
11 years ago |
Daniel Cousens
|
82d8e20793
|
tests: avoid unnecessary .ok
|
11 years ago |
Daniel Cousens
|
4b52c42c91
|
Message: allow base64 strings as input
|
11 years ago |
Wei Lu
|
70be0d2117
|
Merge pull request #265 from hobofife/master
Change Browserify results to 'bitcoin', not 'Bitcoin'
|
11 years ago |
hobofife
|
7ef963c7f9
|
Change Browserify results to 'bitcoin', not 'Bitcoin'
|
11 years ago |
Wei Lu
|
106e00e6f1
|
Merge pull request #244 from dcousens/txbuilder
Transaction Builder
|
11 years ago |
Daniel Cousens
|
ec3ed87654
|
Merge pull request #259 from dcousens/license
Updated License
|
11 years ago |
Daniel Cousens
|
0782e8e837
|
tests: fixes test description typos
|
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 |