Matias Alejo Garcia
c9694c5768
rm console.log
11 years ago
Matias Alejo Garcia
e60e389e43
add more strict checking, plus tests
11 years ago
Matias Alejo Garcia
56e7739a46
reverse changes in address
11 years ago
Matias Alejo Garcia
be02d41ac2
fix isMultiSig
11 years ago
Matias Alejo Garcia
ddd1476a39
fix buffer
11 years ago
Matias Alejo Garcia
691fec5342
fix .fromScriptPubKey parsing in some strange Txs
11 years ago
Ryan X. Charles
5594f82398
up version to 0.1.21
...to make sure compiled bundle is absolutely the latest.
11 years ago
Ryan X. Charles
9fb34f5033
print out string, not buffer
11 years ago
Ryan X. Charles
a679235e46
up bower version #
11 years ago
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.
11 years ago
Ryan X. Charles
e8d10c3045
Merge pull request #347 from gordonwritescode/bug/peerdiscovery-network-ref
fix #346
11 years ago
Ryan X. Charles
09603f25c9
Merge pull request #349 from matiu/feature/bower-v
updates version on bower.json
11 years ago
Matias Alejo Garcia
feaba15c01
updates version on bower.json
11 years ago
Ryan X. Charles
23f3d139dc
v0.1.19
11 years ago
Gordon Hall
92e89d307e
fix #346
11 years ago
Matias Alejo Garcia
4348228c2e
Merge pull request #344 from matiu/feature/bundle
rm bundle from gitignore
11 years ago
Matias Alejo Garcia
e8ed1cc10b
sets browser bundle a binary file
11 years ago
Matias Alejo Garcia
4bd96e72f4
.
11 years ago
Matias Alejo Garcia
5437d5e5e2
rm bundle from gitignore
11 years ago
Ryan X. Charles
566f5384db
Merge pull request #340 from ryanxcharles/feature/hierarchical-key
Rename BIP32 -> HierarchicalKey, deprecate BIP32
11 years ago
Ryan X. Charles
c038abc8e7
rename BIP32 -> HierarchicalKey, deprecate BIP32
Sounds better.
11 years ago
Ryan X. Charles
e06ee71cb5
Merge pull request #336 from ralphtheninja/master
build browser/bundle.js in prepublish step
11 years ago
Matias Alejo Garcia
67c4f900d2
Merge pull request #339 from rapodaca/master
Minor TransactionBuilder doc fixes
11 years ago
Rich Apodaca
8489b50c32
Fixed TransactionBuilder docs
11 years ago
Manuel Aráoz
27b60c9e3f
Merge pull request #338 from matiu/bug/snippet
fix snippet
11 years ago
Matias Alejo Garcia
bd91d17f57
fix snippet
11 years ago
lms
b2cd391bf0
build browser/bundle.js in prepublish step
11 years ago
Ryan X. Charles
982548f3e3
Merge pull request #320 from olalonde/armory
Armory style key derivation from (chain code, public key)
11 years ago
olalonde
0c6a0c61d3
Armory: removed unused buffertools dependency
11 years ago
olalonde
e06e556ca3
Eckey: renamed multiply to multiplyUncompressed for consistency
11 years ago
olalonde
7d33078736
Eckey: removed garbage comments
11 years ago
olalonde
59ee476b96
Armory: use native multiplication in node and javascript implementation in browser
11 years ago
olalonde
b5c1a7d387
Eckey: implemented point multiplication
11 years ago
olalonde
af942f9b06
Armory: added tests
11 years ago
olalonde
7800128b9b
Armory: from master public key
11 years ago
olalonde
708b59eb3e
Armory: fixed bug.. extra lines considered as real input
11 years ago
olalonde
b26dd77911
Armory: added to bitcore.js, build.js and browser example
11 years ago
olalonde
f647af50b7
Fixed browser exception caused by lib/Curve.js
11 years ago
olalonde
da71cdf62d
Armory: added descriptive log in examples/Armory.js
11 years ago
olalonde
fa211f98bb
Armory: cleaned up example
11 years ago
olalonde
468ebddc1e
Implemented Armory initializing from seed
11 years ago
olalonde
0e1948b8f3
Implemented Armory style key derivation from chain code and public key (WIP)
11 years ago
olalonde
e2655f553d
Added EC Point multiplication to browser/Point.js
11 years ago
Ryan X. Charles
5f064cddec
Merge pull request #330 from olalonde/fix/329
Use browser field in package.json instead of process.verions tests
11 years ago
olalonde
78ae388553
Replace process.versions tests by browserify's package.json browser field. Fixes #329
11 years ago
Ryan X. Charles
52f7185add
Merge pull request #328 from maraoz/add/contributing
add contributing.md
11 years ago
Manuel Araoz
ad8b7618e7
add contributing.mdwq
11 years ago
Manuel Aráoz
69d66d073e
Merge pull request #323 from cimm/remove_unused_script_multisig_example
Script is not used in this example
11 years ago
Simon Schoeters
8c8e41bf29
Script is not used in this example
11 years ago
Ryan X. Charles
527c49a11d
remove unused chai dependency
11 years ago