Daniel Cousens
07628ff034
tests: avoid deepEqual, hex is easier to debug
9 years ago
Daniel Cousens
0d0f7c9f00
Merge pull request #594 from bitcoinjs/dcousens-patch-3
README: avoid file overwrite in example
9 years ago
Daniel Cousens
c239669570
README: avoid file overwrite in example
9 years ago
JP Richardson
cd0435dfbb
Merge pull request #592 from ruddell/fix-readme-example-links
fix line numbers for examples and link for Litecoin address example
9 years ago
Jonathan Ruddell
c59419027c
fix line numbers for examples and link for Litecoin address example
9 years ago
Daniel Cousens
c79c9045df
Merge pull request #589 from bitcoinjs/fixwebpack
Fix for Webpack
9 years ago
JP Richardson
ac8ae8f0ed
opcodes: add json extension to fix Webpack JSON loader
9 years ago
Daniel Cousens
7203b7a94d
Merge pull request #579 from bitcoinjs/fix/isCoinbaseHash
Update Transaction.isCoinbaseHash
9 years ago
Daniel Cousens
79ac51dbbd
Merge branch 'master' into fix/isCoinbaseHash
9 years ago
Kirill Fomichev
34f4f4f275
Merge pull request #580 from bitcoinjs/merkle
Block: add checkMerkleRoot/calculateMerkleRoot
9 years ago
Daniel Cousens
d58e09a3a7
Block: add checkMerkleRoot
9 years ago
Kirill Fomichev
8ddcf737f9
Update Transaction.isCoinbaseHash
- add argument type-checking
- replace Array.every on for-loop
9 years ago
Daniel Cousens
a3ec53e2d8
Merge pull request #578 from bitcoinjs/coinbase
Add isCoinbase
9 years ago
Daniel Cousens
ea2a7449ad
tests: add isCoinbase tests and flags to fixtures
9 years ago
Karel Bilek
f958dd1e86
Adding Transaction.prototype.isCoinbase
9 years ago
Daniel Cousens
8a59fc1b3b
Merge pull request #574 from bitcoinjs/013
README: remove mention of 0.1.3
9 years ago
Daniel Cousens
9ff5f37509
README: emphasise warning
9 years ago
Daniel Cousens
bd41ee8de2
README: remove mention of 0.1.3
9 years ago
Daniel Cousens
d06f838796
Merge pull request #576 from bitcoinjs/feature/travis-node-v6
Add Node.js v6 to .travis.yml
9 years ago
Kirill Fomichev
c5d71a8bd8
Add Node.js v6 to .travis.yml
https://nodejs.org/en/blog/release/v6.0.0/
9 years ago
Daniel Cousens
f1a20f1ec8
Merge pull request #575 from bitcoinjs/ectypes2
ECPair cleanup
9 years ago
Daniel Cousens
ea4ce4e2a6
ECPair: no elseif needed, move default for clarity
9 years ago
Daniel Cousens
00cee340dd
ECPair: don't depend on WIF error message, avoid unnecessary import
9 years ago
Daniel Cousens
e52c0d5b67
ECPair: use toBase58Check
9 years ago
Daniel Cousens
85e3cce00e
Merge pull request #573 from bitcoinjs/complextx
tests: add more complex integration transaction
9 years ago
Daniel Cousens
31923197ea
tests: add more complex integration transaction
9 years ago
Daniel Cousens
9db67bb3b1
Cleanup for #540 ( #551 )
* Txbuilder: early exit as soon as possible
* Txbuilder: prefer function declaration over variable
* TxBuilder: extract extractFromOutputScript
* TxBuilder: extract buildFromInputData
9 years ago
Daniel Cousens
93f9185628
Merge pull request #564 from bitcoinjs/dcousens-patch-2
README: clarify uglify (resolves #555 )
9 years ago
Daniel Cousens
74f2e01978
README: clarify uglify ( resolves #555 )
9 years ago
Daniel Cousens
0cedacddc6
Merge pull request #557 from fanatid/feature/buffer-reverse
Use equal and reverse for buffer from bufferutils
9 years ago
Kirill Fomichev
bc9a95e0ae
Use buffer-reverse instead [].reverse.call
9 years ago
Daniel Cousens
f999ff6382
Merge pull request #552 from bitcoinjs/popular
README: `1.0.0` is now more popular
9 years ago
Daniel Cousens
7546b2bb52
README: `1.0.0` is now more popular
9 years ago
Daniel Cousens
7d2b2dee45
Merge pull request #550 from bitcoinjs/testnet
Add network list tests for ECPair/HDNode
9 years ago
Daniel Cousens
285bbd6478
Merge pull request #540 from blocktrail/segwit-prep
Refactoring `extractInput` and `__build` to enable nested scripts
9 years ago
Daniel Cousens
aae5db6a59
ECPair/HDNode: missing version from list is Unknown, not Invalid
9 years ago
Daniel Cousens
bdb0dd4a17
HDNode/tests: add testing for invalid network version from networks list
9 years ago
Daniel Cousens
9e32c892ef
ECPair/tests: always use WIF for error throwing
9 years ago
Daniel Cousens
54c071c131
Merge pull request #549 from fanatid/feature/wif-2.0.1
Update wif to 2.0.1
9 years ago
Kirill Fomichev
48866992d4
Update wif to 2.0.1
9 years ago
Daniel Cousens
2f2e50092c
Merge pull request #542 from fanatid/feature/package.json-files
whitelist of files for npm package
9 years ago
Daniel Cousens
46969bbd3e
Merge pull request #544 from fanatid/feature/package.json-license
Add license field to package.json
9 years ago
Kirill Fomichev
437cd52534
Add license field to package.json
9 years ago
Ruben de Vries
7aaae4c001
Refactoring `extractInput` and `__build` to enable nested scripts (`P2SH[ P2PKH / multsig ]`).
This is preperation for the segwit support which will have `P2SH[ P2WSH[ P2PKH / multsig ] ]` scripts
9 years ago
Kirill Fomichev
bed6ca0bb4
Travis: node versions as strings
9 years ago
Kirill Fomichev
567ac74384
Use files in package.json instead .npmignore
9 years ago
Daniel Cousens
17041553df
Merge pull request #538 from runn1ng/patch-2
Adding path derivation
9 years ago
Karel Bilek
3c56e80fc6
Simplifying path regex
9 years ago
Karel Bilek
6a74eb6993
Renaming Path to Bip32Path, invalid to fixtures
Only thing I haven't been able to do is to add "undefined" to fixtures. So I could not properly test
that node.derivePath() properly fails as it should. However, I added "null" there, and "null" and "undefined"
behave in similar way in JavaScript, so that should catch that.
9 years ago
Karel Bilek
d2b43f1dfe
Validating path
Again through typeforce
9 years ago