Daniel Cousens
|
18fb33d433
|
Merge pull request #354 from bitcoinjs/wipscript
scripts: add allowIncomplete for multisig scripts
|
10 years ago |
Daniel Cousens
|
c35d4b46c5
|
scripts: add allowIncomplete for multisig scripts
|
10 years ago |
Daniel Cousens
|
fa96764dad
|
package: remove uglify-js
|
10 years ago |
Daniel Cousens
|
7ad3ac5353
|
Merge pull request #357 from bitcoinjs/nodocs
doc: no section headers
|
10 years ago |
Daniel Cousens
|
642315eabc
|
README: remove dist/ and clarify installation of other packages
|
10 years ago |
Daniel Cousens
|
75ca385e42
|
README: no need to provide 'from the repo' require
Alternatively, they could also just do the standard `require('./')` if
they really wanted to do this.
|
10 years ago |
Daniel Cousens
|
c11f50542e
|
README: don't use a bitcoin namespace for other deps
|
10 years ago |
Daniel Cousens
|
2047567703
|
README: add note about browserify version
|
10 years ago |
Daniel Cousens
|
7ee8a85eb0
|
README: improve browserify instructions
|
10 years ago |
Daniel Cousens
|
c9db90dc4d
|
ECSignature: enforce valid hashType in toScriptSignature
|
10 years ago |
Daniel Cousens
|
c13f1df9bf
|
doc: no section headers
|
10 years ago |
Wei Lu
|
abf870fb37
|
Merge pull request #346 from bitcoinjs/rmbro
package: remove crypto-browserify specific version
|
10 years ago |
Daniel Cousens
|
51b23c658e
|
package: remove crypto-browserify specific version
|
10 years ago |
Daniel Cousens
|
b93903e00e
|
Merge pull request #343 from bitcoinjs/testfix
integration: avoid excessive blockchain requests
|
10 years ago |
Daniel Cousens
|
234ae84b86
|
integration: use 'bitcoinjs-lib' as OP_RETURN constant
|
10 years ago |
Daniel Cousens
|
5e1cd6e995
|
integration: avoid looking up all address transactions each time
|
10 years ago |
Daniel Cousens
|
64678e71e0
|
1.4.4
|
10 years ago |
Wei Lu
|
93714a2c96
|
Merge pull request #342 from bitcoinjs/txbfix
TransactionBuilder to copy version/locktime in fromTransaction
|
10 years ago |
Daniel Cousens
|
cbf8c6f932
|
tests: format JSON consistently
|
10 years ago |
Daniel Cousens
|
a529b3fa0b
|
TxBuilder: copy version/locktime in fromTransaction
|
10 years ago |
Wei Lu
|
510212a3bd
|
Merge pull request #340 from bitcoinjs/npmignore
adds .npmignore
|
10 years ago |
Daniel Cousens
|
912e94479c
|
adds .npmignore
|
10 years ago |
Daniel Cousens
|
62ebacc6d5
|
1.4.3
|
10 years ago |
Daniel Cousens
|
c264941d74
|
package: bigi 1.4.0 and crypto-browserify 3.9.0
|
10 years ago |
Daniel Cousens
|
2223b9922b
|
package: latest devDependencies
|
10 years ago |
Wei Lu
|
6f373899f2
|
Merge pull request #337 from bitcoinjs/rfc6979fix
RF6979 compliance in regards to invalid ECDSA signatures
|
10 years ago |
Daniel Cousens
|
59143a9c85
|
ecdsa: clarify why typeForce call is disabled until 2.0.0
|
10 years ago |
Daniel Cousens
|
6938c8f8cc
|
ecdsa: add default checkSig, to be removed in 2.0.0
|
10 years ago |
Daniel Cousens
|
a492969ab2
|
tests: ecdsa test cleanup
|
10 years ago |
Daniel Cousens
|
0e5c7b2a5a
|
tests: add bip32JPs RFC6979 test vectors and tests
|
10 years ago |
Daniel Cousens
|
1e7f537f38
|
tests: adds ecdsa test enforcing valid signature callback
|
10 years ago |
Daniel Cousens
|
e9778ae358
|
ecdsa: fixes edge case presented in #336
|
10 years ago |
Daniel Cousens
|
4c61380fa5
|
ecdsa: add comment for Step A
|
10 years ago |
Wei Lu
|
ecadda090e
|
Merge pull request #335 from benhc123/patch-2
Updated license date
|
10 years ago |
Ben Holden-Crowther
|
c41bc33c5c
|
Updated license date
Updated license date to 2015 for new year.
|
10 years ago |
Wei Lu
|
646fbbd85a
|
Merge pull request #332 from bitcoinjs/typeforce
Typeforce
|
10 years ago |
Daniel Cousens
|
0524ced984
|
scripts: enforce pubKeys as type ECPubKey
|
10 years ago |
Daniel Cousens
|
e42c497a3c
|
package: use typeforce
|
10 years ago |
Daniel Cousens
|
c716367f77
|
tests: add test for null sequence number
|
10 years ago |
Daniel Cousens
|
47457474ab
|
Merge pull request #330 from bezreyhan/check_for_null
transaction.addInput checks if sequence is NULL
|
10 years ago |
Bez Reyhan
|
85979a062e
|
remove fixture
|
10 years ago |
Bez Reyhan
|
1c6d5a28a9
|
update fixtures and tests for merge
|
10 years ago |
Bez Reyhan
|
044c53bcad
|
transaction.addInput checks if sequence is NULL
|
10 years ago |
Daniel Cousens
|
fc690d418b
|
tests: rename txid to id in Transaction context
|
10 years ago |
Daniel Cousens
|
ca4e64d071
|
tests: use ASM for fixtures, avoid JSON comparison
|
10 years ago |
Daniel Cousens
|
fc7c7ce2a8
|
tests: remove extraneous anonymous function
|
10 years ago |
Daniel Cousens
|
3a17e232ad
|
tests: remove unused variable
|
10 years ago |
Daniel Cousens
|
50a32328ba
|
tests: remove unused variables
|
10 years ago |
Daniel Cousens
|
953cb567c3
|
Merge pull request #327 from bitcoinjs/cryptoint
Add advanced cryptographic integration tests
|
10 years ago |
Daniel Cousens
|
3710105eef
|
tests/integration: add k-value derivation and private key recovery example
|
10 years ago |