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