Linus Unnebäck
3da6fe899f
cleanup after removal of soop
...
Removed some unnecessary parenthesise that hung around after the merge
of #417
2014-07-12 12:14:56 +02:00
Manuel Araoz
87b818badf
remove soop exports
2014-07-10 16:08:42 -03:00
Manuel Araoz
6e346d067c
remove soop imports
2014-07-10 12:39:09 -03:00
Ryan X. Charles
ca67786a77
ran js-beautify on all bitcore source
...
js-beautify -s 2 -r *.js
...did not run on bundles, only on source.
2014-06-23 10:57:02 -07:00
Ryan X. Charles
a7270282d3
Merge pull request #384 from manan19/move-scriptForAddress
...
Move TransactionBuilder.scriptForAddress to Address.getScriptPubKey. Resolves #373
2014-06-19 20:33:36 -07:00
rxl
1170923f86
fix grammar in 'not enough unspent tx outputs' error in tx builder
2014-06-19 17:52:54 -07:00
Manan Patel
d83fc6e4b5
Resolves #373
...
Move TransactionBuilder.scriptForAddress to Address#getScriptPubKey (instance method)
2014-06-19 08:40:30 -07:00
Gustavo Cortez
1d957b24d9
Exporting a constant on TransactionBuilder for use on Copay (to check available funds to spend). A simple test for this.
2014-06-11 19:00:11 -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
olalonde
78ae388553
Replace process.versions tests by browserify's package.json browser field. Fixes #329
2014-05-07 14:14:10 +08:00
Matias Alejo Garcia
f0155a5297
docs in Txbuilder
2014-05-01 11:53:52 -03:00
Ryan X. Charles
1959ce953c
Merge pull request #298 from ryanxcharles/feature/bignum
...
Move bignumber.js to internal
2014-04-29 10:47:55 -04:00
Matias Alejo Garcia
ec2299362c
docco documentation
2014-04-29 11:33:20 -03:00
Ryan X. Charles
7f348ca0bd
Move BigNumber to internal
...
...no longer relies on Manuel's repo hostig a version of "bignum" that actually
contained bignumber.js. This moves bignumber.js internally and removes bignum
from the browser build process. Also adds a bitcore.Bignum that links to the
right thing. In node, browser.Bignum is require('bignum'). And in the browser,
bitcore.Bignum is is now Bignumber.js (same as before ... except bignumber.js
is now inside bitcore).
2014-04-28 18:00:59 -04:00
Matias Alejo Garcia
906378aac4
rm spaces
2014-04-22 21:10:39 -03:00
Matias Alejo Garcia
9951b55a4f
signature sorting in .sign and .merge in transaction builder
2014-04-22 21:09:22 -03:00
Matias Alejo Garcia
56d81bc0df
remove unused code from Script. Update it to do not use scriptSig placeholders
2014-04-22 21:09:22 -03:00
Eric Martindale
433e40f390
Merge branch 'master' of github.com:bitpay/bitcore into clean
2014-04-16 14:36:17 -04:00
Eric Martindale
a2d616da5b
Project reorganization.
2014-04-13 13:28:42 -07:00
Eric Martindale
f3b1c2d292
Cleanup main directory.
2014-04-13 13:14:27 -07:00