Commit Graph

853 Commits

Author SHA1 Message Date
Ryan X. Charles e963ff3c45 add ECIES support in node - not browser 2014-06-02 20:15:58 -07:00
Ryan X. Charles bc84d1e82b Merge pull request #351 from matiu/bug/minor-bug-in-address-FromScript
fix .fromScriptPubKey parsing in some strange Txs
2014-05-26 08:43:43 -07:00
Matias Alejo Garcia c9694c5768 rm console.log 2014-05-26 12:40:07 -03:00
Manuel Aráoz 6c7f45dcd2 Merge pull request #355 from matiu/bug/peermanager-log
change log in checkStatus to .debug
2014-05-26 12:17:01 -03:00
Matias Alejo Garcia e60e389e43 add more strict checking, plus tests 2014-05-25 23:46:20 -03:00
Matias Alejo Garcia 349143ba02 change log in checkStatus to .debug 2014-05-25 23:06:52 -03:00
Matias Alejo Garcia 56e7739a46 reverse changes in address 2014-05-25 23:01:59 -03:00
Matias Alejo Garcia be02d41ac2 fix isMultiSig 2014-05-25 23:00:49 -03:00
Matias Alejo Garcia ddd1476a39 fix buffer 2014-05-25 22:25:12 -03:00
Matias Alejo Garcia 691fec5342 fix .fromScriptPubKey parsing in some strange Txs 2014-05-25 22:25:12 -03:00
Ryan X. Charles 5594f82398 up version to 0.1.21
...to make sure compiled bundle is absolutely the latest.
2014-05-23 18:12:09 -07:00
Ryan X. Charles 9fb34f5033 print out string, not buffer 2014-05-23 16:51:32 -07:00
Ryan X. Charles a679235e46 up bower version # 2014-05-23 16:31:09 -07:00
Ryan X. Charles 1361bd2939 fix npm install issue and up version
Bitcore in Copay is not being installed correctly due to changes we made
recently in the way bitcore is compiled (it is not compiled on install, but on
prepublish). This adds all the bundles to the repo to fix that issue.
2014-05-23 16:25:39 -07:00
Ryan X. Charles e8d10c3045 Merge pull request #347 from gordonwritescode/bug/peerdiscovery-network-ref
fix #346
2014-05-16 02:50:48 -04:00
Ryan X. Charles 09603f25c9 Merge pull request #349 from matiu/feature/bower-v
updates version on bower.json
2014-05-16 02:50:18 -04:00
Matias Alejo Garcia feaba15c01 updates version on bower.json 2014-05-14 17:14:31 -03:00
Ryan X. Charles 23f3d139dc v0.1.19 2014-05-13 13:30:46 -04:00
Gordon Hall 92e89d307e fix #346 2014-05-13 13:26:48 -04:00
Matias Alejo Garcia 4348228c2e Merge pull request #344 from matiu/feature/bundle
rm bundle from gitignore
2014-05-13 11:03:47 -03:00
Matias Alejo Garcia e8ed1cc10b sets browser bundle a binary file 2014-05-13 10:50:38 -03:00
Matias Alejo Garcia 4bd96e72f4 . 2014-05-13 10:46:55 -03:00
Matias Alejo Garcia 5437d5e5e2 rm bundle from gitignore 2014-05-13 10:45:01 -03:00
Ryan X. Charles 566f5384db Merge pull request #340 from ryanxcharles/feature/hierarchical-key
Rename BIP32 -> HierarchicalKey, deprecate BIP32
2014-05-12 11:33:11 -04:00
Ryan X. Charles c038abc8e7 rename BIP32 -> HierarchicalKey, deprecate BIP32
Sounds better.
2014-05-11 13:09:57 -04:00
Ryan X. Charles e06ee71cb5 Merge pull request #336 from ralphtheninja/master
build browser/bundle.js in prepublish step
2014-05-10 15:37:53 -04:00
Matias Alejo Garcia 67c4f900d2 Merge pull request #339 from rapodaca/master
Minor TransactionBuilder doc fixes
2014-05-10 10:30:46 -03:00
Rich Apodaca 8489b50c32 Fixed TransactionBuilder docs 2014-05-08 14:53:18 -07:00
Manuel Aráoz 27b60c9e3f Merge pull request #338 from matiu/bug/snippet
fix snippet
2014-05-08 17:08:11 -03:00
Matias Alejo Garcia bd91d17f57 fix snippet 2014-05-08 16:39:56 -03:00
lms b2cd391bf0 build browser/bundle.js in prepublish step 2014-05-08 11:30:11 +02:00
Ryan X. Charles 982548f3e3 Merge pull request #320 from olalonde/armory
Armory style key derivation from (chain code, public key)
2014-05-07 20:52:19 -04:00
olalonde 0c6a0c61d3 Armory: removed unused buffertools dependency 2014-05-08 08:46:09 +08:00
olalonde e06e556ca3 Eckey: renamed multiply to multiplyUncompressed for consistency 2014-05-08 08:10:07 +08:00
olalonde 7d33078736 Eckey: removed garbage comments 2014-05-08 07:54:12 +08:00
olalonde 59ee476b96 Armory: use native multiplication in node and javascript implementation in browser 2014-05-08 07:54:12 +08:00
olalonde b5c1a7d387 Eckey: implemented point multiplication 2014-05-08 07:54:12 +08:00
olalonde af942f9b06 Armory: added tests 2014-05-08 07:54:12 +08:00
olalonde 7800128b9b Armory: from master public key 2014-05-08 07:54:11 +08:00
olalonde 708b59eb3e Armory: fixed bug.. extra lines considered as real input 2014-05-08 07:54:11 +08:00
olalonde b26dd77911 Armory: added to bitcore.js, build.js and browser example 2014-05-08 07:54:11 +08:00
olalonde f647af50b7 Fixed browser exception caused by lib/Curve.js 2014-05-08 07:54:11 +08:00
olalonde da71cdf62d Armory: added descriptive log in examples/Armory.js 2014-05-08 07:54:11 +08:00
olalonde fa211f98bb Armory: cleaned up example 2014-05-08 07:54:11 +08:00
olalonde 468ebddc1e Implemented Armory initializing from seed 2014-05-08 07:54:11 +08:00
olalonde 0e1948b8f3 Implemented Armory style key derivation from chain code and public key (WIP) 2014-05-08 07:54:11 +08:00
olalonde e2655f553d Added EC Point multiplication to browser/Point.js 2014-05-08 07:54:11 +08:00
Ryan X. Charles 5f064cddec Merge pull request #330 from olalonde/fix/329
Use browser field in package.json instead of process.verions tests
2014-05-07 15:30:36 -04:00
olalonde 78ae388553 Replace process.versions tests by browserify's package.json browser field. Fixes #329 2014-05-07 14:14:10 +08:00
Ryan X. Charles 52f7185add Merge pull request #328 from maraoz/add/contributing
add contributing.md
2014-05-06 14:36:12 -04:00