Jonathan Underwood
|
1d73823a84
|
Merge pull request #1239 from ak1103dev/patch-1
Add example for using in production
|
6 years ago |
Jonathan Underwood
|
f8490b6c0d
|
Update rng function
In case someone copy pastes, instead of getting a dangerous key, they will get a random key, and a console error.
|
6 years ago |
Sam (Sangho Kim)
|
53b8f966e7
|
Update transactions.js
I think this is typo.
|
6 years ago |
junderw
|
e7ac2b9a4e
|
pull in bip32 typescript
|
6 years ago |
junderw
|
63d51d1da7
|
Export some types and interfaces
|
6 years ago |
junderw
|
b8c2e9e339
|
Change ECPair to be compatible with payment({pubkey:ecpair.publicKey})
|
6 years ago |
Jonathan Underwood
|
5037183f59
|
Merge pull request #1279 from bitcoinjs/ver
add P2SH(P2WPKH) signature verification example
|
6 years ago |
junderw
|
35adaa8471
|
Add test from bugfix, also remove unnecessary arg
|
6 years ago |
junderw
|
f8427274cc
|
Add a few type aliases to TransactionBuilder
|
6 years ago |
junderw
|
572fd159b0
|
Added TypeScript standard linter to tests
|
6 years ago |
Jonathan Underwood
|
46c1991efa
|
Merge pull request #1307 from bitcoinjs/bugFixes
Fix some small bugs
|
6 years ago |
junderw
|
e58d012615
|
Remove safe-buffer and add type to bitcoin-ops
|
6 years ago |
junderw
|
912d6d41be
|
Fix some small bugs
|
6 years ago |
junderw
|
3124e50e52
|
TypeScript hates Buffer.prototype.reverse, so fixed it.
|
6 years ago |
junderw
|
c17cdce348
|
Move all imports to modules where possible
|
6 years ago |
junderw
|
44d88fcfb3
|
Clean up scripts and add postinstall for installing via git
|
6 years ago |
junderw
|
1aaba64acc
|
esModuleInterop was causing low coverage
|
6 years ago |
junderw
|
a7735ce077
|
Match coverage targets with current level
|
6 years ago |
junderw
|
180f9ec958
|
Enable strict (HUZZAH\!)
|
6 years ago |
junderw
|
9955c3c082
|
Add strictPropertyInitialization
|
6 years ago |
junderw
|
fdf0006fde
|
Add strictNullChecks
|
6 years ago |
junderw
|
4cddc83016
|
noImplicitAny is now true
|
6 years ago |
junderw
|
867f4b59f9
|
Add payments
|
6 years ago |
junderw
|
5c34b4ce22
|
Add Witness Commitment
|
6 years ago |
junderw
|
604072ffad
|
Add P2SH
|
6 years ago |
junderw
|
528dff01c1
|
Add P2WSH
|
6 years ago |
junderw
|
c488001b82
|
Add P2WPKH
|
6 years ago |
junderw
|
3db951fc64
|
Add p2pkh template
|
6 years ago |
junderw
|
9da1c95f89
|
Add P2PK templates
|
6 years ago |
junderw
|
2f32ea6bc9
|
OP_RETURN and Multisig templates
|
6 years ago |
junderw
|
3b77caa4f1
|
Fixed script, script number and signature
|
6 years ago |
junderw
|
fce08352f5
|
Add TransactionBuilder
|
6 years ago |
junderw
|
58a6b0e545
|
Convert ECPair
|
6 years ago |
junderw
|
a652d0492d
|
Added Transaction
|
6 years ago |
junderw
|
2eb9534939
|
Move Block Class from ES6 PR
|
6 years ago |
junderw
|
91d3037cf3
|
Fix some exports
|
6 years ago |
junderw
|
037fbd8984
|
# This is a combination of 2 commits.
# The first commit's message is:
Add types to Networks and Addresses
# This is the 2nd commit message:
Added types
|
6 years ago |
junderw
|
b4d54af0fe
|
Remove AllowJS and get definitions
|
6 years ago |
junderw
|
d684a6b2ef
|
Fix compiler errors, tests, and scripts
|
6 years ago |
junderw
|
e855bde3b3
|
Add tsconfig.json and types for node as well as typescript
|
6 years ago |
junderw
|
bb98289501
|
Renamed files to ts
|
6 years ago |
Jonathan Underwood
|
293116b20f
|
Merge pull request #1293 from bitcoinjs/revertTxES6
Revert "Merge pull request #1086 from bitcoinjs/refactorTransaction"
|
6 years ago |
junderw
|
f860d467d6
|
Revert "Merge pull request #1086 from bitcoinjs/refactorTransaction"
This reverts commit 5e1ae82a5d , reversing
changes made to 96240b636d .
|
6 years ago |
Jonathan Underwood
|
5e1ae82a5d
|
Merge pull request #1086 from bitcoinjs/refactorTransaction
Move Transaction to ES6 class syntax
|
6 years ago |
Jonathan Underwood
|
96240b636d
|
Merge pull request #1228 from bitcoinjs/readme
README: add usage notes
|
6 years ago |
Jonathan Underwood
|
2823cd6ccb
|
Merge pull request #1285 from bitcoinjs/fixBlock
Fix Block to allow regtest target (easiest possible target)
|
6 years ago |
junderw
|
7c0e02ad48
|
Fix Block to allow regtest target (easiest possible target)
|
6 years ago |
Daniel Cousens
|
f57a73496d
|
Merge pull request #1283 from bitcoinjs/junderw-patch-1
Add notes for learners about nSequence + LockTime
|
6 years ago |
Jonathan Underwood
|
15289fe0cf
|
Add notes for learners about nSequence + LockTime
|
6 years ago |
Daniel Cousens
|
959ba5ae96
|
add P2SH(P2WPKH) signature verification example
|
6 years ago |