Matias Alejo Garcia
aac13a8817
remove uncompressed key example
11 years ago
Matias Alejo Garcia
242f4381ae
fix error in commit
11 years ago
Matias Alejo Garcia
530f05f876
add limit to try-verify loop
11 years ago
Matias Alejo Garcia
a2041d5790
add TX signing. Support to p2pubkeyhash
11 years ago
Matias Alejo Garcia
a6463a3835
ignore tags file
11 years ago
Matias Alejo Garcia
807a72666c
add network detection in private key and tests
11 years ago
Matias Alejo Garcia
5bf652dcb6
add uncompressed key generation example
11 years ago
Matias Alejo Garcia
7d1df2602c
add test for #network in Address
11 years ago
Matias Alejo Garcia
b6e6ad28eb
fix variable names
11 years ago
Matias Alejo Garcia
97209540b6
add example to createKey
11 years ago
Matias Alejo Garcia
d473b400de
remove outdated example
11 years ago
Matias Alejo Garcia
ced6c91b69
add comment to generate hardcoded dara
11 years ago
Matias Alejo Garcia
128662ceee
#create for Transaction and tests
11 years ago
Matias Alejo Garcia
35f5c9c570
#create for Transaction and tests
11 years ago
Matias Alejo Garcia
706162e2ba
#create for Transaction and tests
11 years ago
Matias Alejo Garcia
671d372c19
tx creation working. more tests needed
11 years ago
Ryan X. Charles
a6b98ee716
unworking, direct copy of BIP 32 implementation
This BIP 32, or HD wallet implementation is directly copied from this repo:
https://github.com/sarchar/brainwallet.github.com/tree/bip32
It does not actually work with this commit, since it is designed to work with
bitcoin-js in the browser. It needs to be modified to work with bitcore in node
and the browser.
11 years ago
Matias Alejo Garcia
ada92746b7
selectUnspent function and tests
11 years ago
Ryan X. Charles
303d5731c0
Merge pull request #154 from maraoz/refactor/browser-build
Refactor/browser build
11 years ago
Manuel Araoz
93ece86800
Merge branch 'refactor/browser-build'
Conflicts:
browser/build.js
11 years ago
Manuel Araoz
e8013cfed0
fix dir
11 years ago
Manuel Araoz
eb90bc152b
base dir
11 years ago
Manuel Araoz
5e0ae915f2
muting testdata for stdout
11 years ago
Manuel Araoz
f9d4c66c0f
remove extra prints
11 years ago
Manuel Araoz
b696dae603
make stdout output possible
11 years ago
Manuel Araoz
c9607e5821
fix paths
11 years ago
Manuel Araoz
a675f4566c
fix paths
11 years ago
Manuel Araoz
b1c038b4d0
add dir option
11 years ago
Manuel Araoz
c72cab1803
add exports
11 years ago
Manuel Araoz
e0557d0dea
check submodule validity
11 years ago
Manuel Araoz
dabfbc0cf3
modularize browser build.js
11 years ago
Ryan X. Charles
4d80f9601f
Merge pull request #150 from ryanxcharles/bug/fix-soop
soop may not be in the bitcore directory
11 years ago
Manuel Araoz
0e9ec8b57c
fix dir
11 years ago
Manuel Araoz
b3e243e397
base dir
11 years ago
Manuel Araoz
cd88011875
muting testdata for stdout
11 years ago
Manuel Araoz
1cda79fd93
remove extra prints
11 years ago
Manuel Araoz
435604cf49
make stdout output possible
11 years ago
Manuel Araoz
5db6dfd8ed
fix paths
11 years ago
Manuel Araoz
f1834162dd
fix paths
11 years ago
Manuel Araoz
25868dc8f0
add dir option
11 years ago
Manuel Araoz
7702f6137e
add exports
11 years ago
Manuel Araoz
ee04af6362
check submodule validity
11 years ago
Manuel Araoz
aa1511d95c
modularize browser build.js
11 years ago
Ryan X. Charles
fde7588125
Merge pull request #149 from matiu/feature/tx-signing-example
add a tx creation and signing example
11 years ago
Ryan X. Charles
263eef3a3f
Merge pull request #152 from ryanxcharles/feature/fix-key-interface
update interface, bitcore.KeyModule.Key -> bitcore.Key
11 years ago
Ryan X. Charles
00bf0827db
Merge pull request #151 from ryanxcharles/feature/update-basic-example
Update basic example
11 years ago
Matias Alejo Garcia
be0486a427
fix conflics2
11 years ago
Matias Alejo Garcia
9072a4feab
fix example.html
11 years ago
Ryan X. Charles
602442c2ab
add bitcore.KeyModule back as deprecated
This will allow bitcore.KeyModule to work with existing code, but it prints out
a message that it is deprecated.
11 years ago
Matias Alejo Garcia
f4eb198bdb
add createTx example to mocha
11 years ago