Yemel Jardi
b361bfe1d0
Skip BIP39 tests on Travis
2014-08-12 11:21:59 -03:00
Yemel Jardi
ea22f1361f
Add validation of required arguments for future use
2014-08-11 17:57:28 -03:00
Yemel Jardi
ac525f226c
Add BIP21 implementation
2014-08-11 17:57:28 -03:00
Manuel Aráoz
7d03056e09
Merge pull request #459 from ryanxcharles/feature/message-signing
...
add support for signing messages in compressed format
2014-08-06 10:56:07 -03:00
Manuel Aráoz
742edf9164
Merge pull request #478 from manan19/walletkey-params
...
setting networks.livenet as the default for WalletKey
2014-08-06 10:29:55 -03:00
Manan Patel
589418d66c
setting networks.livenet as the default for WalletKey
2014-08-05 08:10:20 -07:00
Manuel Araoz
895046cc32
fix browser tests
2014-08-04 15:52:57 -03:00
Manuel Araoz
e44b2480aa
add AuthMessage and fix browser tests
2014-08-04 15:52:56 -03:00
Manuel Araoz
d0d5248bf5
add getHashType tests
2014-07-28 17:18:08 -03:00
Manuel Araoz
fd3f8ca017
add getSignatures tests
2014-07-28 16:29:58 -03:00
Manuel Araoz
80b5fcc614
add is* tests for Script
2014-07-28 14:40:16 -03:00
Manuel Araoz
b727cc0d7c
add Script validation tests
2014-07-28 14:03:22 -03:00
Manuel Araoz
bed6ccaac0
start adding script tests
2014-07-28 10:20:11 -03:00
Ryan X. Charles
8f5890fc03
remove test from travis
2014-07-25 16:37:25 -07:00
Ryan X. Charles
adffabd376
break up BIP39 tests so the individual ones run faster
...
...so that travis stops complaining about this otherwise slow test
2014-07-25 16:28:29 -07:00
Ryan X. Charles
f87da3b5ba
add support for signing messages in compressed format
...
...this is the standard way to sign messages in bitcoin-qt. Note that the
format of a compressed signature, for messages, is quite distinct from DER
format, which is used in transactions. This commit also adds support for
recovering the public key from a signature, which is necessary for this. The
code for public key recover is taken from bitcoinjs-lib.
2014-07-25 14:07:03 -07:00
Matias Alejo Garcia
1c6ec69c48
fix lossing signatured after from-toObj roundtrip
2014-07-25 16:43:18 -03:00
Manuel Aráoz
cbfd30af16
Merge pull request #453 from matiu/feature/builder01
...
fix checkMerge, and tests
2014-07-24 18:50:55 -03:00
Matias Alejo Garcia
8660120add
fix checkMerge, and tests
2014-07-24 18:46:12 -03:00
Ryan X. Charles
552a18b760
Merge pull request #452 from matiu/feature/txproposal10
...
TransactionBuilder .fromObj .toObj rewrite
2014-07-24 16:57:36 -04:00
Manuel Araoz
f1d7662a70
fix browser tests
2014-07-24 17:44:57 -03:00
Manuel Araoz
a0a730b3d8
add tx basic event test
2014-07-24 17:44:57 -03:00
Manuel Araoz
8a88c3ccd0
finish basic tests
2014-07-24 17:44:57 -03:00
Manuel Araoz
2fb5d7d3a5
change test to use sinon
2014-07-24 17:44:57 -03:00
Manuel Araoz
837658034a
one test passes
2014-07-24 17:44:57 -03:00
Manuel Araoz
f8d7d1da9d
add Transaction#getReceivingAddresses and send
2014-07-24 17:44:56 -03:00
Manuel Araoz
486f2ae1dc
starting NetworkMonitor implementation
2014-07-24 17:42:51 -03:00
Matias Alejo Garcia
494fc25d27
formated using js-beautify / tests
2014-07-24 17:35:39 -03:00
Matias Alejo Garcia
8e1de31797
test passing.
2014-07-24 17:33:40 -03:00
Ryan X. Charles
0f737b4f00
Merge pull request #450 from matiu/feature/sin03
...
Feature/sin03
2014-07-24 16:25:02 -04:00
Matias Alejo Garcia
2f97390849
formatted with js-beautify
2014-07-24 16:48:45 -03:00
Matias Alejo Garcia
397fc8607f
new to/from Obj. WIP
2014-07-24 16:34:57 -03:00
Matias Alejo Garcia
3d828df063
add test to SIN
2014-07-24 01:52:17 -03:00
Matias Alejo Garcia
71f992138b
add check in constructor of Address
2014-07-24 01:40:56 -03:00
Matias Alejo Garcia
19584e1f26
add check in constructor
2014-07-24 01:40:13 -03:00
Ryan X. Charles
cd1d667fe1
Merge pull request #448 from matiu/feature/sin02
...
Feature/sin02
2014-07-23 20:48:33 -04:00
Matias Alejo Garcia
3dd09129c8
fix tests
2014-07-23 19:56:19 -03:00
Matias Alejo Garcia
85e013c620
fix tests
2014-07-23 19:55:18 -03:00
Matias Alejo Garcia
cad0fcf993
update tests
2014-07-23 19:51:34 -03:00
Matias Alejo Garcia
15c55e560a
support uncompressed pub keys also
2014-07-23 19:49:42 -03:00
Matias Alejo Garcia
14d3165a73
add fromPubKey to SIN
2014-07-23 18:53:57 -03:00
Christopher Jeffrey
f7c247fa12
paypro: alter tests to make sure this pki_data bug does not happen again.
2014-07-23 14:23:15 -07:00
Christopher Jeffrey
017f044b53
paypro: fix browser signatures with KJUR. move pem/der functions to common.
2014-07-21 19:52:43 -07:00
Christopher Jeffrey
604ac04f47
paypro: split up paypro into node/browser/common.
2014-07-21 18:15:52 -07:00
Christopher Jeffrey
2741f7509f
paypro: minor - remove useless text processing.
2014-07-21 14:56:48 -07:00
Christopher Jeffrey
fa1c4b3570
paypro: add DERtoPEM and PEMtoDER tests.
2014-07-21 14:56:48 -07:00
Christopher Jeffrey
14966082ae
paypro: separate tests for x509+sha256 and x509+sha1.
2014-07-21 14:56:47 -07:00
Christopher Jeffrey
02f9ce8dfd
paypro: temporarily fix tests.
2014-07-21 14:56:47 -07:00
Christopher Jeffrey
45ff292ade
paypto: alter tests to improve consistency with signature and verification tests.
2014-07-21 14:56:47 -07:00
Christopher Jeffrey
0db74604db
paypro: update root certs and fix tests.
2014-07-21 14:55:10 -07:00