Patrick Nagurny
|
b6a8bdc133
|
Merge pull request #9 from braydonf/rmd160
crypto-browserify supports ripemd160
|
9 years ago |
Patrick Nagurny
|
d23d53e587
|
Merge pull request #11 from braydonf/millis
Millis
|
9 years ago |
Patrick Nagurny
|
d189160a73
|
Merge pull request #15 from braydonf/bower
Fixed reference to bitcore-lib.min.js in bower.json.
|
9 years ago |
Braydon Fuller
|
349e3c4b29
|
Fixed reference to bitcore-lib.min.js in bower.json.
|
9 years ago |
Braydon Fuller
|
21b52a054c
|
Merge pull request #13 from rubensayshi/uint64LEBN-buffer-reverse
avoid using Array.apply(new Array(), buf) for compatability
|
9 years ago |
Ruben de Vries
|
87a77e5b2f
|
avoid using Array.apply(new Array(), buf) for compatability
|
9 years ago |
Braydon Fuller
|
d3a8926bd9
|
Correct millis unit typo.
|
9 years ago |
Braydon Fuller
|
59d2d5cf00
|
Hash.js dependency is only needed by elliptic.
|
9 years ago |
Braydon Fuller
|
41a4e6e19f
|
Update for crypto-browserify.
|
9 years ago |
Braydon Fuller
|
07a02ec86b
|
Fix issue with crypto library browser ripemd160 support.
|
10 years ago |
Braydon Fuller
|
c6593f1a70
|
Update coveralls.
|
9 years ago |
Braydon Fuller
|
656665837c
|
Merge pull request #7 from unusualbob/fixTypos
Fix typos in documentation
|
9 years ago |
Rob Riddle
|
5b08d72876
|
Fix typos in documentation
|
9 years ago |
Jason Dreyzehner
|
4f8a744521
|
Merge pull request #5 from braydonf/docs-browser
Update browser docs.
|
9 years ago |
Braydon Fuller
|
09e31b08fb
|
Update browser docs.
|
9 years ago |
Braydon Fuller
|
ee8b763381
|
Merge pull request #2 from bitjson/feature/language-work
Docs Formatting & Language
|
9 years ago |
Jason Dreyzehner
|
004e793217
|
format docs
|
9 years ago |
Braydon Fuller
|
461852e104
|
Bump package version to 0.13.7
|
9 years ago |
Braydon Fuller
|
1746009546
|
Name changes for version guard message.
|
9 years ago |
Braydon Fuller
|
70ae74603f
|
Name updates for the README
|
9 years ago |
Braydon Fuller
|
e27ab627e1
|
Bump package version to 0.13.6
|
9 years ago |
Braydon Fuller
|
90f7e46234
|
Changed package name to bitcore-lib.
|
9 years ago |
Braydon Fuller
|
2f144d40cd
|
Bump package version to 0.13.5
|
9 years ago |
Braydon Fuller
|
3d591324c3
|
Merge pull request #1340 from eordano/bip69
Privacy improvements by sorting inputs and outputs
|
9 years ago |
Braydon Fuller
|
abae55595b
|
Merge pull request #1345 from fanatid/feature/Transaction.to
allow Transaction.to take array (#1334)
|
9 years ago |
Kirill Fomichev
|
24ef291bed
|
allow Transaction.to take array
|
9 years ago |
Braydon Fuller
|
1e6e5d1f1f
|
Merge pull request #1335 from adjoinant/fix/is_multisig
fix issue with validation within Script.isMultisigIn()
|
9 years ago |
Patrick Nagurny
|
b5b7cb0d40
|
Merge pull request #1342 from braydonf/fix/testhtml
Fix test/index.html for manual browser testing.
|
9 years ago |
Patrick Nagurny
|
01c96b5d48
|
Merge pull request #1343 from braydonf/tests/node4
Include Node.js 4 in travis builds.
|
9 years ago |
adam
|
b582c2a4fc
|
correcting test opcode length error
|
9 years ago |
Braydon Fuller
|
00c6706d10
|
Include Node.js 4 in travis builds.
|
9 years ago |
Braydon Fuller
|
71d166d7a0
|
Fix test/index.html for manual browser testing.
|
9 years ago |
Braydon Fuller
|
2939bc7689
|
Bump package version to 0.13.4
|
9 years ago |
Esteban Ordano
|
19f3fe0de3
|
Using buffer-compare instead of copy&paste
|
9 years ago |
Esteban Ordano
|
20cc98df57
|
Fix typo
|
9 years ago |
Esteban Ordano
|
026f878e51
|
Add tests for bip69 from bitcoinjs
|
9 years ago |
Esteban Ordano
|
fb65145ba7
|
Privacy improvement by sorting inputs and outputs
See BIP69 for more details:
https://github.com/bitcoin/bips/blob/master/bip-0069.mediawiki
|
9 years ago |
Patrick Nagurny
|
a419a1b037
|
Merge pull request #1337 from braydonf/coinbase-fee
Return zero for coinbase transaction fee.
|
9 years ago |
Braydon Fuller
|
0e24e4c421
|
Return zero for coinbase transaction fee.
|
9 years ago |
adam
|
f0640a42f7
|
fixing incorrect check of signature validity
|
9 years ago |
Braydon Fuller
|
966c88f138
|
Bump package version to 0.13.3
|
9 years ago |
Braydon Fuller
|
c03498fa27
|
Merge pull request #1331 from pnagurny/feature/difficulty
add getDifficulty method to BlockHeader
|
9 years ago |
Patrick Nagurny
|
c86f1a9c28
|
add getDifficulty method
|
9 years ago |
Patrick Nagurny
|
fe9503fad4
|
Merge pull request #1332 from braydonf/travis-legacy
Use latest travis containers.
|
9 years ago |
Braydon Fuller
|
8236f9b7ac
|
Use latest travis containers.
|
9 years ago |
Braydon Fuller
|
1522a33e29
|
Bump package version to 0.13.2
|
9 years ago |
Braydon Fuller
|
721f54f965
|
Merge pull request #1324 from zmanian/SetLockTimeSeqNumber
Fix SequenceNumber for nLockTime transactions
|
10 years ago |
Zaki Manian
|
c9980dc9b2
|
Ensure that sequence number is preserved on after serialize->deserialize
|
10 years ago |
Zaki Manian
|
c7c1122123
|
Adjusted test cases as requested.
Test that the SequenceNumber is zero
Remove unncessary expect
|
10 years ago |
Braydon Fuller
|
dc93b6c394
|
Bump package version to 0.13.1
|
10 years ago |