Commit Graph

1199 Commits

Author SHA1 Message Date
Matias Alejo Garcia
041f06aae1 dynamic fee 2014-03-16 23:47:01 -03:00
Matias Alejo Garcia
0c83ecf5fb new interfase for create TX (select + prepare + sign) 2014-03-16 20:50:49 -03:00
Matias Alejo Garcia
42d30f44a8 better utxo selection, combining inputs different confimations steps 2014-03-16 19:18:46 -03:00
Ryan X. Charles
0c6d136b3b Merge pull request #164 from ryanxcharles/feature/npm-0.1.8
update version to 0.1.8
2014-03-16 09:01:49 -07:00
Ryan X. Charles
aa87963830 update version to 0.1.8
Changes since version 0.1.7
* Refactor browser building
* Examples of signing transactions
* Key interface is now bitcore.Key, not bitcore.KeyModule.Key
** bitcore.KeyModule is deprecated
* Bug fixes
2014-03-16 08:55:45 -07:00
Matias Alejo Garcia
aac13a8817 remove uncompressed key example 2014-03-16 07:09:46 -03:00
Matias Alejo Garcia
242f4381ae fix error in commit 2014-03-15 22:00:58 -03:00
Matias Alejo Garcia
530f05f876 add limit to try-verify loop 2014-03-15 21:15:10 -03:00
Matias Alejo Garcia
a2041d5790 add TX signing. Support to p2pubkeyhash 2014-03-15 21:12:23 -03:00
Matias Alejo Garcia
a6463a3835 ignore tags file 2014-03-15 21:04:56 -03:00
Matias Alejo Garcia
807a72666c add network detection in private key and tests 2014-03-15 18:49:48 -03:00
Matias Alejo Garcia
5bf652dcb6 add uncompressed key generation example 2014-03-15 18:46:59 -03:00
Matias Alejo Garcia
7d1df2602c add test for #network in Address 2014-03-15 18:39:51 -03:00
Matias Alejo Garcia
b6e6ad28eb fix variable names 2014-03-15 18:21:59 -03:00
Matias Alejo Garcia
97209540b6 add example to createKey 2014-03-15 18:10:46 -03:00
Matias Alejo Garcia
d473b400de remove outdated example 2014-03-15 17:58:38 -03:00
Matias Alejo Garcia
ced6c91b69 add comment to generate hardcoded dara 2014-03-15 17:44:29 -03:00
Matias Alejo Garcia
128662ceee #create for Transaction and tests 2014-03-15 12:22:36 -03:00
Matias Alejo Garcia
35f5c9c570 #create for Transaction and tests 2014-03-15 12:22:15 -03:00
Matias Alejo Garcia
706162e2ba #create for Transaction and tests 2014-03-15 12:21:59 -03:00
Matias Alejo Garcia
671d372c19 tx creation working. more tests needed 2014-03-15 03:27:06 -03:00
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.
2014-03-14 16:52:48 -04:00
Matias Alejo Garcia
ada92746b7 selectUnspent function and tests 2014-03-14 17:38:42 -03:00
Ryan X. Charles
303d5731c0 Merge pull request #154 from maraoz/refactor/browser-build
Refactor/browser build
2014-03-14 11:14:08 -04:00
Manuel Araoz
93ece86800 Merge branch 'refactor/browser-build'
Conflicts:
	browser/build.js
2014-03-14 11:00:44 -03:00
Manuel Araoz
e8013cfed0 fix dir 2014-03-14 10:38:50 -03:00
Manuel Araoz
eb90bc152b base dir 2014-03-14 10:38:49 -03:00
Manuel Araoz
5e0ae915f2 muting testdata for stdout 2014-03-14 10:38:49 -03:00
Manuel Araoz
f9d4c66c0f remove extra prints 2014-03-14 10:38:49 -03:00
Manuel Araoz
b696dae603 make stdout output possible 2014-03-14 10:38:49 -03:00
Manuel Araoz
c9607e5821 fix paths 2014-03-14 10:38:49 -03:00
Manuel Araoz
a675f4566c fix paths 2014-03-14 10:38:49 -03:00
Manuel Araoz
b1c038b4d0 add dir option 2014-03-14 10:38:49 -03:00
Manuel Araoz
c72cab1803 add exports 2014-03-14 10:38:49 -03:00
Manuel Araoz
e0557d0dea check submodule validity 2014-03-14 10:38:49 -03:00
Manuel Araoz
dabfbc0cf3 modularize browser build.js 2014-03-14 10:38:49 -03:00
Ryan X. Charles
4d80f9601f Merge pull request #150 from ryanxcharles/bug/fix-soop
soop may not be in the bitcore directory
2014-03-14 08:52:40 -04:00
Manuel Araoz
0e9ec8b57c fix dir 2014-03-13 19:55:26 -03:00
Manuel Araoz
b3e243e397 base dir 2014-03-13 19:23:04 -03:00
Manuel Araoz
cd88011875 muting testdata for stdout 2014-03-13 19:21:15 -03:00
Manuel Araoz
1cda79fd93 remove extra prints 2014-03-13 19:10:28 -03:00
Manuel Araoz
435604cf49 make stdout output possible 2014-03-13 18:54:48 -03:00
Manuel Araoz
5db6dfd8ed fix paths 2014-03-13 16:45:10 -03:00
Manuel Araoz
f1834162dd fix paths 2014-03-13 16:33:46 -03:00
Manuel Araoz
25868dc8f0 add dir option 2014-03-13 16:24:36 -03:00
Manuel Araoz
7702f6137e add exports 2014-03-13 16:24:36 -03:00
Manuel Araoz
ee04af6362 check submodule validity 2014-03-13 16:24:36 -03:00
Manuel Araoz
aa1511d95c modularize browser build.js 2014-03-13 16:24:36 -03:00
Ryan X. Charles
fde7588125 Merge pull request #149 from matiu/feature/tx-signing-example
add a tx creation and signing example
2014-03-13 14:33:23 -04:00
Ryan X. Charles
263eef3a3f Merge pull request #152 from ryanxcharles/feature/fix-key-interface
update interface, bitcore.KeyModule.Key -> bitcore.Key
2014-03-13 14:30:47 -04:00