Wei Lu
|
ca098490bb
|
Merge pull request #288 from dcousens/types
Types
|
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
|
0c380a063a
|
tests: add tests for types
|
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 |
Daniel Cousens
|
166053a3e5
|
1.1.3
|
10 years ago |
Daniel Cousens
|
756e38bc58
|
package: upgrade bs58check to 1.0.3
|
10 years ago |
Daniel Cousens
|
ed01ed5bb4
|
remove unused bs58 core dependency
|
10 years ago |
Daniel Cousens
|
c96a1bce83
|
Merge pull request #284 from wmcbain/master
Added Zetacoin support
|
10 years ago |
wmcbain
|
de1755307a
|
Added Zetacoin support
Added support for zetacoin
|
10 years ago |
Daniel Cousens
|
0631db517c
|
1.1.2
|
10 years ago |
Daniel Cousens
|
012f95840f
|
package: update dev-dependencies, bigi
|
10 years ago |
Daniel Cousens
|
faea16cadc
|
package: use latest crypto-browserify
|
10 years ago |
Daniel Cousens
|
18c3a4a856
|
1.1.1
|
10 years ago |
Wei Lu
|
6cd8fc3fe0
|
Merge pull request #282 from dcousens/nobuff
Deprecate Buffer interop in preparation for 2.0.0
|
10 years ago |
Daniel Cousens
|
1dad7b617b
|
package: crypto-browserify must be specified until browserify catches up
|
10 years ago |
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 |