-
9d1c610c08
Transaction: capitalize Buffer constants
Daniel Cousens
2015-08-10 19:12:42 +1000
-
6fbdecc39d
networks: remove pchMessageStart chain parameter
Daniel Cousens
2015-08-11 16:38:57 +1000
-
-
a3b0590504
Merge pull request #431 from bitcoinjs/blocktrailfaucet
Daniel Cousens
2015-08-07 21:13:41 +1000
-
-
aa3e5faad2
use cb-http-client with BlockTrail
Daniel Cousens
2015-08-07 14:47:07 +1000
-
-
b6fa347214
integration: wait for duplicate R value recovery to finish
Daniel Cousens
2015-08-07 20:52:07 +1000
-
006c798faf
integration: pass network through to TxBuilder
Daniel Cousens
2015-08-07 20:39:58 +1000
-
1eb98be6a5
Merge pull request #425 from bitcoinjs/nonetdetect
Daniel Cousens
2015-08-07 20:29:26 +1000
-
-
7a6936674e
tests: add explicit test for inconsistent network exception
Daniel Cousens
2015-08-07 17:01:31 +1000
-
a4eb58f103
TxBuilder: pass network through fromTransaction, fixes failing tests
Daniel Cousens
2015-08-07 16:55:13 +1000
-
1e90e1620a
TxBuilder: throw on keyPair network inconsistency
Daniel Cousens
2015-08-07 16:54:22 +1000
-
2971816588
TxBuilder: pass network through to fromTransaction
Daniel Cousens
2015-08-07 16:41:24 +1000
-
cdce4b6189
test: pass network to integtest TransactionBuilder init
Wei Lu
2015-08-02 11:48:01 +0800
-
649c4d79f9
rm network auto-detection
Daniel Cousens
2015-07-28 17:50:55 +1000
-
f47decaa2f
HDNode: adopt new strict network list parameters
Daniel Cousens
2015-07-28 17:47:18 +1000
-
307b7f036a
integration: pass network through to fromWIF
Daniel Cousens
2015-07-28 17:18:13 +1000
-
9513b26e8c
tests: supply TransactionBuilder with network from fixtures
Daniel Cousens
2015-07-28 16:49:46 +1000
-
d3579289bd
ECPair: use 1 line for throw
Daniel Cousens
2015-07-28 16:44:21 +1000
-
6443e4c2b6
ECPair: support strict network syntax
Daniel Cousens
2015-07-28 16:42:57 +1000
-
f5d99d8f8a
address: remove network detection
Daniel Cousens
2015-07-24 11:59:48 +1000
-
b67a3dcf9e
TxBuilder: specify missing network information for TxBuilder
Daniel Cousens
2015-07-24 12:16:37 +1000
-
37d094c179
TxBuilder: avoid use of network dependent functions where possible
Daniel Cousens
2015-07-24 12:08:15 +1000
-
-
92b336fd0f
travis uses container
Wei Lu
2015-08-02 12:10:55 +0800
-
bdf92f73b4
HDNode: use throw over assert
Daniel Cousens
2015-07-28 17:30:14 +1000
-
430cdde766
utils: extract BLOCKTRAIL_API_KEY to be configurable
Daniel Cousens
2015-07-28 10:49:23 +1000
-
64f7fa097c
Merge pull request #401 from bitcoinjs/noaddr
Daniel Cousens
2015-07-28 10:46:14 +1000
-
-
ddc69d5042
Merge pull request #426 from bitcoinjs/fixfaucet
Daniel Cousens
2015-07-24 13:55:26 +1000
-
-
c3a3f17ef0
use BlockTrail for testnet faucet
Daniel Cousens
2015-07-24 13:54:41 +1000
-
-
1a4000cc98
address: throw Invalid address instead of hash/version for fromBase58Check
Daniel Cousens
2015-07-21 12:29:35 +1000
-
20a17cc915
tests: invert core test to use toBase58Check instead
Daniel Cousens
2015-07-21 11:03:40 +1000
-
13f414c122
remove Address constructor
Daniel Cousens
2015-07-21 10:55:47 +1000
-
340e7fb917
tests: fix spelling error
Daniel Cousens
2015-07-21 10:44:56 +1000
-
abd27dd2be
TxBuilder: disable Address object as valid input
Daniel Cousens
2015-07-20 17:07:11 +1000
-
e9193df290
message: cease accepting an Address object
Daniel Cousens
2015-07-08 15:45:59 +1000
-
588b346f5d
ECPair: cease using Address for address encoding
Daniel Cousens
2015-07-08 15:56:21 +1000
-
-
5ce093739e
TxBuilder: clarify comment about coin base script support
Daniel Cousens
2015-07-08 15:38:45 +1000
-
a8f36ba515
Merge pull request #423 from bitcoinjs/bip66adherance
Daniel Cousens
2015-07-20 09:20:40 +1000
-
-
1a93fa9591
Merge pull request #424 from bitcoinjs/scoretest
Daniel Cousens
2015-07-08 12:36:49 +1000
-
-
1209d5960a
tests: better test descriptions
Daniel Cousens
2015-07-08 12:33:48 +1000
-
df2bd19033
tests: simplify OP_* regex
Daniel Cousens
2015-07-08 12:33:36 +1000
-
2392ce0a49
tests: verify bitcoin core ASM
Daniel Cousens
2015-04-28 11:49:01 +1000
-
-
5021714a85
ECSignature: verbose comments are overly verbose, see BIP if necessary
Daniel Cousens
2015-07-07 18:04:52 +1000
-
e42bd133fe
tests: clearer length bytes
Daniel Cousens
2015-07-07 17:59:46 +1000
-
e8fd3887da
ECSignature: account for SIGHASH being ignored
Daniel Cousens
2015-07-07 17:44:44 +1000
-
92f9342c69
adhere more closely to BIP66
Daniel Cousens
2015-07-07 17:42:01 +1000
-
-
db28cf2f0e
package: istanbul unnecessary for normal reporting
Daniel Cousens
2015-07-07 15:01:13 +1000
-
5ba0c3d578
Merge pull request #420 from bitcoinjs/ecdsabreak
Daniel Cousens
2015-07-07 10:35:07 +1000
-
-
db3523d2c9
Merge pull request #418 from bitcoinjs/ecdsatypes
Wei Lu
2015-07-05 16:42:44 +0800
-
-
97c4de9da6
*: throw new Error over assert(false, ...
Daniel Cousens
2015-06-23 16:43:17 +1000
-
7bd63fd9b9
index: stop exposing ecdsa
Daniel Cousens
2015-06-23 16:17:45 +1000
-
-
-
2ffa041afa
fixtures: ECDSA, fix r=s=-n to be accurate
Daniel Cousens
2015-06-23 16:04:39 +1000
-
73d8128f0f
ecdsa: always enforce types in ecdsa
Daniel Cousens
2015-06-23 15:32:26 +1000
-
b5ff9db8fd
fixtures: ECDSA signatures should be DER encoded if possible
Daniel Cousens
2015-06-23 15:32:15 +1000
-
5b95fd6ae3
fixtures: ECDSA, fixtures were mixed decimal/hex
Daniel Cousens
2015-06-23 15:31:51 +1000
-
-
41c102be66
package: add standard to default test target, use npm run unit for isolation
Daniel Cousens
2015-06-23 16:10:03 +1000
-
e43d1764de
tests: fix standard issues, s/"/'/ for non-escaping strings
Daniel Cousens
2015-06-23 16:09:14 +1000
-
eb5508565a
Merge pull request #411 from blocktrail/sign-incorrect-op0s-master
Daniel Cousens
2015-06-01 12:01:36 +1000
-
-
768ed69784
Merge pull request #412 from bitcoinjs/replace-cb-helloblock
Daniel Cousens
2015-06-01 11:56:39 +1000
-
-
4028bd50f2
comply with project coding style
Wei Lu
2015-05-30 21:30:37 +0800
-
9a921ad181
poll address summary until balance non-zero or timeout
Wei Lu
2015-05-30 21:19:57 +0800
-
70d423f596
update faucet url
Wei Lu
2015-05-30 20:20:04 +0800
-
713f038583
poll address unspent until non-empty or timeout
Wei Lu
2015-05-30 19:17:42 +0800
-
a2b4558a0b
replace helloblock with insight and blockr
Wei Lu
2015-05-30 18:58:07 +0800
-
3532fcec21
package: use standard 4.0.0
Daniel Cousens
2015-05-30 16:10:46 +1000
-
04f448cc8d
tx-builder: remove unnecessary this context
Daniel Cousens
2015-05-30 14:32:14 +1000
-
-
88cc90481f
add missing bufferutils require
Wei Lu
2015-05-30 12:12:19 +0800
-
c9143ad51c
add 0.12 to travis
Wei Lu
2015-05-30 11:51:58 +0800
-
50a0d94303
Revert "travis: node 0.12 only"
Wei Lu
2015-05-30 11:51:06 +0800
-
d7019e7492
Revert "bufferutils: remove equal, use Buffer.compare"
Wei Lu
2015-05-30 11:50:38 +0800
-
d2bee4d67f
fix txb.sign having issues when an incomplete TX contains OP_0s, but not enough
Ruben de Vries
2015-05-28 22:36:41 +0200
-
-
f64df79555
*: adhere to standard 3
Daniel Cousens
2015-05-21 00:46:36 +1000
-
d33b1c01ad
package: use browserify 10, standard 3
Daniel Cousens
2015-05-21 00:43:38 +1000
-
d50d49bd29
1.5.7
1.5.7
Daniel Cousens
2015-05-08 12:18:56 +1000
-
36b7b6f787
README: clarify that standard JS is being used
Daniel Cousens
2015-05-08 12:00:35 +1000
-
023cef3787
Merge pull request #406 from bitcoinjs/stricter
JP Richardson
2015-05-07 08:24:53 -0500
-
-
ec9cea0cf1
tests: use strictEqual always
Daniel Cousens
2015-05-07 11:29:20 +1000
-
-
ab66c983af
tests: check HDNode stores keyPair/chainCode
Daniel Cousens
2015-05-07 11:24:53 +1000
-
87470de22f
tests: check that HDNode pubKey/privKey is initialized
Daniel Cousens
2015-05-07 11:22:07 +1000
-
f7c2c78902
Merge pull request #405 from jsantirso/patch-1
Daniel Cousens
2015-05-07 11:18:54 +1000
-
-
fc9d2ff2f2
Update 1.5.x hdnode.js
Joel Santirso
2015-05-06 17:41:32 +0200
-
-
7b0060d4a5
Merge pull request #400 from bitcoinjs/hashfor
Daniel Cousens
2015-05-03 19:24:46 +1000
-
-
3a70d81043
Merge pull request #403 from bitcoinjs/eclean
Daniel Cousens
2015-04-30 14:53:17 +1000
-
-
4c030be343
ecdsa: remove unused verifyRaw
Daniel Cousens
2015-04-10 17:22:00 +1000
-
a221bd142c
ecdsa: split steps up further as per sec1-v2.pdf
Daniel Cousens
2015-04-10 17:20:22 +1000
-
4f8c7f4348
ecdsa: 1.6.1 moved to relevant section
Daniel Cousens
2015-04-10 11:07:30 +1000
-
e073ee3d46
ecdsa: avoid 2-line if statements
Daniel Cousens
2015-04-10 11:07:08 +1000
-
-
5d36135c91
transaction: s/txout/txOut/
Daniel Cousens
2015-04-28 11:08:23 +1000
-
833bf9fa86
transaction: add SIGHASH_* implementations
Daniel Cousens
2015-04-28 10:35:32 +1000
-
7ce286654c
tests: enable all core SIGHASH_* tests
Daniel Cousens
2015-04-28 10:38:10 +1000
-
ab83f8ffe4
tests: no need to specify 'correctly'
Daniel Cousens
2015-04-28 10:47:29 +1000
-
6d224f6910
tests: core tests to use bufferutils.reverse
Daniel Cousens
2015-04-28 10:58:00 +1000
-
-
225cee8522
Merge pull request #395 from jprichardson/master
Daniel Cousens
2015-04-27 12:16:09 +1000
-
-
0265c9bb5f
Merge pull request #397 from bitcoinjs/buftools
Daniel Cousens
2015-04-27 12:11:40 +1000
-
-
f9b99fc0df
txbuilder: remove unused bufferutils import
Daniel Cousens
2015-04-27 12:04:38 +1000
-
11bba2a8e7
tests: remove bufferutils.equal tests
Daniel Cousens
2015-04-27 12:03:35 +1000
-
706666024e
travis: node 0.12 only
Daniel Cousens
2015-04-22 17:44:21 +1000
-
75540b6116
bufferutils: remove equal, use Buffer.compare
Daniel Cousens
2015-04-22 10:17:14 +1000
-
5e9710b4e1
Merge pull request #396 from benhc123/patch-3
Daniel Cousens
2015-04-17 11:59:39 +1000
-
-
185fd63a05
Updated Copyright Date
Ben Holden-Crowther
2015-04-16 15:47:01 +0100
-
-
2126a305b7
readme: added an example on how to generate an address and WIF for an alternative network
JP Richardson
2015-04-15 18:22:07 -0500
-
b0e1d0d9c3
test/integration/basic: added litecoin example
JP Richardson
2015-04-15 18:19:49 -0500
-
-