Daniel Cousens
4527bf9731
README: specify install means `npm`
9 years ago
Daniel Cousens
fcb6ac9de6
tests: avoid superfluous ECPair creation
9 years ago
Daniel Cousens
817e10513c
tests: cleanup
9 years ago
Daniel Cousens
e6ab247f72
Merge pull request #605 from kristovatlas/fix-readme-typo
fix typo in README concerning bip69
9 years ago
Kristov Atlas
1ceeefda58
fix typo in README concerning bip69
9 years ago
Daniel Cousens
94cab09353
Merge pull request #602 from bitcoinjs/swscripts
SegWit - witness script templates
9 years ago
Daniel Cousens
9f1d41fc44
script: enforce PUSH_DATA codes for witness outputs
9 years ago
Daniel Cousens
20a026aefe
scripts/tests: add witness* scripts
9 years ago
Daniel Cousens
39fd34a947
tests/types: avoid unnecessary join
9 years ago
Daniel Cousens
27a3f9a326
Merge pull request #598 from bitcoinjs/codesep
Add Transaction.hashForSignature tests (and OP_CODESEPARATOR)
9 years ago
Daniel Cousens
148e9fc7a8
Merge branch 'master' into codesep
9 years ago
Daniel Cousens
bb9083a90c
Merge pull request #599 from bitcoinjs/txversion
TxBuilder: add setVersion
9 years ago
Daniel Cousens
6faeae397f
TxBuilder: add setVersion
9 years ago
Daniel Cousens
697f2da1bc
Transaction: re-work hashForSignature for readability
9 years ago
Daniel Cousens
4898cc7b67
tests: add tests for Transaction.hashForSignature
9 years ago
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