Commit Graph

2426 Commits

Author SHA1 Message Date
Esteban Ordano 2284eec829 Fix comments on the Insight and UTXO docs 2015-01-02 17:04:32 -03:00
Esteban Ordano f56ddb2a0a Rename properly utxo to unspentoutput 2015-01-02 16:50:14 -03:00
Yemel Jardi 2aa5c65945 Add validations to derivation path 2015-01-02 16:46:37 -03:00
Esteban Ordano 7fe17e1699 Move explorers inside transport 2015-01-02 16:31:09 -03:00
Esteban Ordano 7cf826249b Add jsdocs and documentation to UnspenOutput and Insight 2015-01-02 15:59:14 -03:00
Esteban Ordano 11975bc0df Rename UTXO to Transaction.UnspentOutput 2015-01-02 15:59:13 -03:00
Esteban Ordano 1cf108ab47 Add tests for UTXO 2015-01-02 15:59:13 -03:00
Esteban Ordano 9362927b43 Add test coverage for Insight 2015-01-02 15:59:13 -03:00
Esteban Ordano 476f009b4d Add Insight and UTXO class 2015-01-02 15:59:13 -03:00
Esteban Ordano 9f32c1b7ba Merge pull request #887 from braydonf/bug/elliptic-hash-dep
Use the same version as specified in the elliptic package.json Closes #886
2015-01-02 13:46:32 -05:00
Yemel Jardi 9deec5e1c2 Use defaultNetwork in Script.toAddress 2015-01-02 15:38:28 -03:00
Braydon Fuller 6ace41834f Upgraded elliptic and bn to the latest versions 2015-01-02 13:11:26 -05:00
Braydon Fuller 2de77f6f5c Use the same version as specified in the elliptic package.json 2015-01-02 12:38:55 -05:00
Yemel Jardi 754add30df Merge pull request #884 from bip32JP/master
Fixed deterministicK() to match python-ecdsa
2015-01-02 13:53:21 -03:00
bip32JP bc6f592daa fix tests
fix tests to match python-ecdsa
2015-01-02 15:33:46 +09:00
bip32JP 95bfb18849 Fix the error loop.
I added a similar badrs function to python-ecdsa and compared the results.

The 1 badrs (aka forcing it to loop once) gave me a different value. It turns out you missed one of the `v = hmac_k(v)` steps during the loop.

Adding one extra `v = hmac_k(v)` in each loop makes it match up with python-ecdsa perfectly (I even tried up to badrs = 30 and it was fine.
2015-01-02 15:32:33 +09:00
Yemel Jardi 9a5193d8e9 Merge pull request #873 from eordano/fix/isFullySigned
transaction: better errors for signature methods
2014-12-31 13:18:41 -03:00
Yemel Jardi 0adcba7145 Merge pull request #874 from eordano/fix/noUndefinedNetwork
Add default network to PublicKey
2014-12-31 13:17:42 -03:00
Yemel Jardi 379405396e Merge pull request #875 from eordano/fix/honorPublicKeyNetwork
Honor publicKey.network on create multisig address
2014-12-31 13:14:05 -03:00
Esteban Ordano 901d836231 Add default network to PublicKey
Closes #871
2014-12-31 02:20:47 -03:00
Esteban Ordano 5ef9975ac5 Honor publicKey.network on create multisig address
Closes #870
2014-12-31 02:19:11 -03:00
Esteban Ordano dbf47ef78f transaction: better errors for signature methods
Closes #868
2014-12-31 02:10:51 -03:00
Braydon Fuller e4a8fe4d95 Merge pull request #867 from yemel/fix/testnet-private
Fix creation of a randomn testnet private key
2014-12-30 18:05:03 -05:00
Yemel Jardi dfc32e6712 Fix typo and remove unnecessary test 2014-12-30 19:52:47 -03:00
Yemel Jardi d5f76e8517 Fix creation of a randomn testnet private key 2014-12-30 18:44:27 -03:00
Yemel Jardi 6d1c5d39a3 Merge pull request #864 from eordano/feature/getAddress
Add toAddress(network) functionality to scripts
2014-12-30 16:31:37 -03:00
Esteban Ordano f74c7f3929 Simplify script to address method 2014-12-30 16:23:17 -03:00
Esteban Ordano ffca4cfb6f Fixes Script test case for coverage and style 2014-12-30 15:34:30 -03:00
Esteban Ordano c1a1571535 Fix JSDoc for script 2014-12-30 15:27:05 -03:00
Esteban Ordano d688222769 Add toAddress(network) functionality to scripts 2014-12-30 15:23:09 -03:00
Yemel Jardi 89cc27c3a8 Merge pull request #862 from braydonf/docs/browser-builds
Docs: Added documentation about building a browser bundle. Closes #716
2014-12-30 14:50:04 -03:00
Yemel Jardi 98fe6b2abd Merge pull request #863 from eordano/feature/getData
Add getData functionality to script
2014-12-30 14:47:54 -03:00
Esteban Ordano dc92bdd474 Add getData functionality to script 2014-12-30 14:30:36 -03:00
Braydon Fuller c17f8897e7 Docs: Added documentation about building a browser bundle. 2014-12-30 11:24:31 -05:00
Esteban Ordano 4428eb9eff Merge pull request #859 from yemel/feature/fiat-units
Add from/to fiat methods on Unit class
2014-12-29 16:27:19 -05:00
Yemel Jardi 14a2ba5a66 Merge pull request #861 from braydonf/docs/contributing-docs
Added documentation to the contributing file, and adjusted formatting of section headings.
2014-12-29 16:19:30 -03:00
Braydon Fuller 50894bba6b Added documentation to the contributing file, and adjusted formatting of section headings. 2014-12-29 14:06:29 -05:00
Yemel Jardi d922a625b9 Rename toFiat() to atRate() 2014-12-28 17:40:11 -03:00
Yemel Jardi 168d87185c Update bitcore guide 2014-12-25 19:14:06 -03:00
Yemel Jardi e7839d9ba2 Add from/to Fiat methods to Unit class 2014-12-25 19:04:03 -03:00
Esteban Ordano 6e88efbe51 Merge pull request #858 from braydonf/docs/header-titles
Fixed capitalization in headers
2014-12-25 16:03:23 -03:00
Esteban Ordano a1556c2cce Merge pull request #857 from braydonf/docs/spelling-typos-and-misc
Fixed spelling mistakes, typos, and other documentation adjustments.
2014-12-25 16:03:08 -03:00
Braydon Fuller 47cb6f377d Fixed capitalization in headers 2014-12-24 19:08:43 -05:00
Braydon Fuller affd024838 Fixed spelling mistakes, typos, and other documentation adjustments. 2014-12-24 18:57:49 -05:00
Yemel Jardi fb45446f29 Merge pull request #856 from eordano/fix/bower.json
Add better ignores to bower.json
2014-12-24 13:59:12 -03:00
Braydon Fuller 5e9737166a Merge pull request #855 from eordano/contributing/test4
contributing: Add T4, test data in JSON files
2014-12-24 11:59:03 -05:00
Esteban Ordano cdfcc265e4 contributing: Add T4, test data in JSON files 2014-12-24 13:56:24 -03:00
Esteban Ordano 3a7905a635 fix(bower.json): Add better ignores 2014-12-24 13:51:19 -03:00
Esteban Ordano ea3ccb19c1 readme: Update images, gh-pages branch was deleted 2014-12-24 13:23:07 -03:00
Manuel Araoz 1915e6081f Bump package version to 0.8.5 2014-12-24 11:53:18 -03:00