Ryan X. Charles
ec2fda2a22
simplify use of bignum in TransactionBuilder
11 years ago
Ryan X. Charles
c8fe404402
replace bignumber.js with bn.js
11 years ago
Manuel Araoz
87b818badf
remove soop exports
11 years ago
Manuel Araoz
6e346d067c
remove soop imports
11 years ago
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.
11 years ago
rxl
1170923f86
fix grammar in 'not enough unspent tx outputs' error in tx builder
11 years ago
Manan Patel
d83fc6e4b5
Resolves #373
Move TransactionBuilder.scriptForAddress to Address#getScriptPubKey (instance method)
11 years ago
Gustavo Cortez
1d957b24d9
Exporting a constant on TransactionBuilder for use on Copay (to check available funds to spend). A simple test for this.
11 years ago
Rich Apodaca
8489b50c32
Fixed TransactionBuilder docs
11 years ago
Matias Alejo Garcia
bd91d17f57
fix snippet
11 years ago
olalonde
78ae388553
Replace process.versions tests by browserify's package.json browser field. Fixes #329
11 years ago
Matias Alejo Garcia
f0155a5297
docs in Txbuilder
11 years ago
Matias Alejo Garcia
ec2299362c
docco documentation
11 years ago
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).
11 years ago
Matias Alejo Garcia
906378aac4
rm spaces
11 years ago
Matias Alejo Garcia
9951b55a4f
signature sorting in .sign and .merge in transaction builder
11 years ago
Matias Alejo Garcia
56d81bc0df
remove unused code from Script. Update it to do not use scriptSig placeholders
11 years ago
Eric Martindale
a2d616da5b
Project reorganization.
11 years ago
Eric Martindale
f3b1c2d292
Cleanup main directory.
11 years ago
Matias Alejo Garcia
9a25122b4f
add merge options
11 years ago
Matias Alejo Garcia
233438f899
merge working!
11 years ago
Matias Alejo Garcia
57a5ca5fa7
remove txobj from this! #merge WIP
11 years ago
Matias Alejo Garcia
52d47bf30e
remove txobj from this! #merge WIP
11 years ago
Matias Alejo Garcia
185ebe8ebb
add from-to Obj in Transaction Builder
11 years ago
Matias Alejo Garcia
d507e7f3d5
add signatureAdded counter
11 years ago
Manuel Araoz
71353426f6
network refactors
11 years ago
Ryan X. Charles
8da9a21671
remove unused and incorrect function
11 years ago
Matias Alejo Garcia
f6f7a01efc
add p2sh support and test
11 years ago
Matias Alejo Garcia
4edab2429a
PayToScriptHash support (WIP)
11 years ago
Matias Alejo Garcia
4fe8dffe4a
fix error msgs
11 years ago
Matias Alejo Garcia
8acf093339
multisign test for signing twice with same sig
11 years ago
Matias Alejo Garcia
2af6ab7650
TX_MULTISIG support
11 years ago
Matias Alejo Garcia
9fc2493a6d
remove .init(), move it to constructor
11 years ago
Matias Alejo Garcia
cb1a2d9b48
TransactionBuiler working with test
11 years ago