Commit graph

1203 commits

Author SHA1 Message Date
junderw
ee60862df6
Add JS for prettier glob fix 2019-03-07 11:20:28 +09:00
junderw
0729fde36f
Remove eslint comments. 2019-03-05 15:11:20 +09:00
d-yokoi
0ad8fbc6ba
style: add build output after applying prettier 2019-03-04 22:11:54 +09:00
junderw
4c6ea80459
Check for segwit block with no witness commit 2019-01-17 17:10:52 +09:00
junderw
e52abecee2
Move to checkTxRoots and warn checkMerkleRoot deprecation 2019-01-17 17:01:15 +09:00
junderw
1732bafbc1
Update TypeScript to use ! instead of casting 2019-01-15 17:47:30 +09:00
junderw
bc28949056
Commit js, ts, and definitions in separate folders 2019-01-04 18:33:02 +09:00
junderw
e7ac2b9a4e
pull in bip32 typescript 2018-12-30 15:08:29 +09:00
junderw
63d51d1da7
Export some types and interfaces 2018-12-30 13:34:40 +09:00
junderw
b8c2e9e339
Change ECPair to be compatible with payment({pubkey:ecpair.publicKey}) 2018-12-30 11:23:28 +09:00
junderw
35adaa8471
Add test from bugfix, also remove unnecessary arg 2018-12-29 23:27:57 +09:00
junderw
f8427274cc
Add a few type aliases to TransactionBuilder 2018-12-29 23:00:32 +09:00
junderw
572fd159b0
Added TypeScript standard linter to tests 2018-12-29 22:49:35 +09:00
junderw
e58d012615
Remove safe-buffer and add type to bitcoin-ops 2018-12-29 21:39:19 +09:00
junderw
3124e50e52
TypeScript hates Buffer.prototype.reverse, so fixed it. 2018-12-29 16:36:36 +09:00
junderw
c17cdce348
Move all imports to modules where possible 2018-12-29 16:10:36 +09:00
junderw
9955c3c082
Add strictPropertyInitialization 2018-12-29 15:25:54 +09:00
junderw
fdf0006fde
Add strictNullChecks 2018-12-29 15:25:45 +09:00
junderw
4cddc83016
noImplicitAny is now true 2018-12-29 15:25:45 +09:00
junderw
867f4b59f9
Add payments 2018-12-29 15:25:45 +09:00
junderw
5c34b4ce22
Add Witness Commitment 2018-12-29 15:25:44 +09:00
junderw
604072ffad
Add P2SH 2018-12-29 15:25:44 +09:00
junderw
528dff01c1
Add P2WSH 2018-12-29 15:25:44 +09:00
junderw
c488001b82
Add P2WPKH 2018-12-29 15:25:44 +09:00
junderw
3db951fc64
Add p2pkh template 2018-12-29 15:25:44 +09:00
junderw
9da1c95f89
Add P2PK templates 2018-12-29 15:25:44 +09:00
junderw
2f32ea6bc9
OP_RETURN and Multisig templates 2018-12-29 15:25:43 +09:00
junderw
3b77caa4f1
Fixed script, script number and signature 2018-12-29 15:25:27 +09:00
junderw
fce08352f5
Add TransactionBuilder 2018-12-29 15:25:27 +09:00
junderw
58a6b0e545
Convert ECPair 2018-12-29 15:25:27 +09:00
junderw
a652d0492d
Added Transaction 2018-12-29 15:25:11 +09:00
junderw
2eb9534939
Move Block Class from ES6 PR 2018-12-29 15:25:00 +09:00
junderw
91d3037cf3
Fix some exports 2018-12-29 15:24:59 +09:00
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
2018-12-29 15:23:28 +09:00
junderw
b4d54af0fe
Remove AllowJS and get definitions 2018-12-29 15:23:14 +09:00
junderw
d684a6b2ef
Fix compiler errors, tests, and scripts 2018-12-29 15:20:37 +09:00
junderw
bb98289501
Renamed files to ts 2018-12-21 17:55:03 +09:00
junderw
f860d467d6
Revert "Merge pull request #1086 from bitcoinjs/refactorTransaction"
This reverts commit 5e1ae82a5d, reversing
changes made to 96240b636d.
2018-12-19 00:16:48 +09:00
Jonathan Underwood
5e1ae82a5d
Merge pull request #1086 from bitcoinjs/refactorTransaction
Move Transaction to ES6 class syntax
2018-12-18 11:47:37 +09:00
junderw
7c0e02ad48
Fix Block to allow regtest target (easiest possible target) 2018-12-12 21:07:16 +09:00
junderw
44a98c0fa6
Add regtest network 2018-11-15 15:32:03 +09:00
junderw
a88aa33348
Revert function hoisting removal 2018-09-26 16:30:33 +09:00
Jonathan Underwood
582727f6de
Merge pull request #1232 from bitcoinjs/payments
P2SH/P2WSH payments .network should use .redeem.network if undefined
2018-09-26 15:09:39 +09:00
Daniel Cousens
a976fba27b add network derivation from redeem.network 2018-09-26 16:03:45 +10:00
junderw
17c89fdc5e
Move Transaction to ES6 2018-09-26 14:54:53 +09:00
junderw
b4bab427f8
Merge pull request #1201 from bitcoinjs/p2msmore
tests: add extra P2MS testing fixtures
2018-09-26 14:13:16 +09:00
Daniel Cousens
c8ae86b9ce refactor(txb): maxSignatures is optional 2018-09-26 15:02:18 +10:00
Daniel Cousens
7c3d1f292d txb: add inline explanatory comment 2018-09-26 14:57:03 +10:00
Daniel Cousens
1119a449a5 txbuilder: add missing signature P2MS fixture 2018-09-26 14:54:03 +10:00
Daniel Cousens
d232545ac8 rename MULTISIG to P2MS 2018-09-26 14:54:03 +10:00