Manuel Araoz
34ed503830
fixed 23 Transaction tests!!! :D
11 years ago
Manuel Araoz
43a031bc69
remove console.logs
11 years ago
Manuel Araoz
db38feacce
fix old tests for sighash
11 years ago
Manuel Araoz
1119b6f9e7
fixed SignatureHash tests!!!!!
11 years ago
Manuel Araoz
3886bfe923
some hashForSignature tests passing! :D
11 years ago
Manuel Araoz
dbfbc26adc
tracking down Transaction test problems
11 years ago
Manuel Araoz
1d368679cb
remove console.logs
11 years ago
Manuel Araoz
30ba137914
fix old tests for sighash
11 years ago
Manuel Araoz
5b6c9e2f53
fixed SignatureHash tests!!!!!
11 years ago
Manuel Araoz
2c331cb2ef
some hashForSignature tests passing! :D
11 years ago
Matias Alejo Garcia
f6f7a01efc
add p2sh support and test
11 years ago
Matias Alejo Garcia
2af6ab7650
TX_MULTISIG support
11 years ago
Matias Alejo Garcia
cb1a2d9b48
TransactionBuiler working with test
11 years ago
Matias Alejo Garcia
3d61a1480e
remove blockchain* inputcache* related code
11 years ago
Manuel Araoz
057b7c2a0d
added bitcointalk reference
11 years ago
Manuel Araoz
b020fe1e80
add sighash tests
11 years ago
Matias Alejo Garcia
02296d9517
fix firefox compatibility issue with buffertools#compare
11 years ago
Matias Alejo Garcia
684be77268
small fixes in block, adapt to browser bignum. remove legacy code
11 years ago
Manuel Araoz
ba92a6b1df
refactor and fixes for Transaction, ScriptInterpreter, and Key
11 years ago
Manuel Araoz
b227341c12
some Transaction tests fixed (canonical signatures)
11 years ago
MattFaus
5af02e937a
Work in progress. I have a problem with the verifyInput() callback calling itself whenever the test assertions throw an exception. I looked at the step and async libraries that are already installed via package.json, but I don't think either of these provide the functionality I need.
11 years ago
Matias Alejo Garcia
aab52ad229
updated interfase to create: create and createAndSign
11 years ago
Matias Alejo Garcia
eb8763ac9f
add comment regarding coins selection
11 years ago
Matias Alejo Garcia
041f06aae1
dynamic fee
11 years ago
Matias Alejo Garcia
0c83ecf5fb
new interfase for create TX (select + prepare + sign)
11 years ago
Matias Alejo Garcia
42d30f44a8
better utxo selection, combining inputs different confimations steps
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
706162e2ba
#create for Transaction and tests
11 years ago
Matias Alejo Garcia
671d372c19
tx creation working. more tests needed
11 years ago
Matias Alejo Garcia
ada92746b7
selectUnspent function and tests
11 years ago
Matias Alejo Garcia
c0c325dabd
all classes working with soop and test passing
11 years ago
Manuel Araoz
ade6f36c34
basic Transaction test working
11 years ago
Manuel Araoz
6755b84fbf
Transaction new tests not working
11 years ago
Manuel Araoz
1c9b89f4f3
reverted some unwanted changes
11 years ago
Manuel Araoz
e0233f02dd
fix Buffer.concat use
11 years ago
Manuel Araoz
966b8988e1
fix reverse buffertools use
11 years ago
Manuel Araoz
d96181898a
fixed concat references
11 years ago
Manuel Araoz
d2e7c7fc19
fix buffertools in Transaction
11 years ago
Manuel Araoz
cdf53d1fc5
migrating to buffertools best practices
11 years ago
Ryan X. Charles
92f6d1e529
remove "use strict" which is causing problems.
"use strict" enforces good js. We should go through and carefully add "use
strict" throughout bitcore and fix all problems that are found along the way.
11 years ago
Manuel Araoz
b509732aa3
bignum in browser
11 years ago
Jeff Garzik
c4970d1084
Transaction: add fromObj() method, for importing textual JSON representation
11 years ago
Manuel Araoz
22a5aea9f6
make transactions calculate their hash on parse
11 years ago
Manuel Araoz
b3f36c3e72
various small changes to bitcore
11 years ago
Ryan X. Charles
4508c14556
Export transaction constants for use in cosign
11 years ago
Ryan X. Charles
c966d713d7
fix bufferput: Put() -> new Put()
11 years ago
Stephen Pair
f9e86a5e83
rework logging, remove some unused code
11 years ago
Jeff Garzik
f7afb9a91a
Transaction: helper to return parsed-out list of inputs
11 years ago