Gabe
8e96d1439d
check if seed is greater than 512 bits
11 years ago
Manuel Aráoz
4d8af75ae9
Merge pull request #361 from dthorpe/VanityAddress
Change Address.forKey() to Address.fromKey()
11 years ago
dthorpe
04d6366c11
Change Address.forKey() to Address.fromKey()
11 years ago
Ryan X. Charles
bc84d1e82b
Merge pull request #351 from matiu/bug/minor-bug-in-address-FromScript
fix .fromScriptPubKey parsing in some strange Txs
11 years ago
Matias Alejo Garcia
c9694c5768
rm console.log
11 years ago
Manuel Aráoz
6c7f45dcd2
Merge pull request #355 from matiu/bug/peermanager-log
change log in checkStatus to .debug
11 years ago
Matias Alejo Garcia
e60e389e43
add more strict checking, plus tests
11 years ago
Matias Alejo Garcia
349143ba02
change log in checkStatus to .debug
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