Commit Graph

66 Commits

Author SHA1 Message Date
eordano
c19d5c6501 Transaction: Check that threshold is less than amount of signatures 2015-02-18 11:52:50 -03:00
Manuel Aráoz
a9533546b2 remove console.log 2015-02-11 19:28:15 -03:00
Manuel Araoz
0e1de0403e remove logs 2015-02-11 12:21:42 -03:00
Manuel Araoz
8ca396c34f refactor transaction input deserializtion 2015-02-11 11:40:24 -03:00
Manuel Araoz
0f17927fde fix 0 fee error 2015-02-10 18:29:14 -03:00
Manuel Araoz
aa1158097d fix bug in change calculation 2015-02-10 18:12:45 -03:00
Manuel Araoz
986264e181 add locktime docs and Transaction#getLockTime 2015-02-10 13:03:07 -03:00
Esteban Ordano
f8974b383a transaction: Change variable name from time to height 2015-02-10 10:29:29 -03:00
Esteban Ordano
7cf3b6eb91 Split setLockTime in two methods 2015-02-10 10:29:29 -03:00
Manuel Araoz
07c8c153f9 add Transaction#lockUntil stub 2015-02-10 10:29:29 -03:00
Nathan Hernandez
80d444f60e Update transaction.js 2015-02-09 13:23:23 -05:00
Manuel Aráoz
ebf43b3f4a Merge pull request #1056 from eordano/docs/transaction
Rewrite of Transaction doc
2015-02-09 14:20:13 -03:00
Esteban Ordano
78189f61d9 Rewrite of Transaction doc 2015-02-09 14:11:51 -03:00
Esteban Ordano
8d642f3c7a Merge pull request #1044 from trustatom-oss/master
Add check to _hasDustOutputs if output has OP_RETURN
2015-02-09 12:45:06 -03:00
Manuel Aráoz
6e27dc3a9a Merge pull request #1043 from eordano/performance/bn
Drop inherited and modified BN class for big improvement on performance
2015-02-06 11:28:02 -03:00
Esteban Ordano
67164790ff Fix inspect method so it doesn't fail on incomplete TX 2015-02-06 10:10:29 -03:00
Esteban Ordano
9cafbd558d Dust outputs: Fix condition (one OP_RETURN was avoiding checks on other outputs) 2015-02-06 09:32:12 -03:00
Gabriel Jaldon
89400c0a56 Add check to _hasDustOutputs if output has OP_RETURN 2015-02-06 13:31:27 +08:00
Esteban Ordano
73a973359b Fix invocations to binary operations called on numbers 2015-02-05 17:28:45 -03:00
Esteban Ordano
6b05f20397 Add the new operator when BN was used without it 2015-02-05 16:46:18 -03:00
Matias Alejo Garcia
5fa384603f Update transaction.js
Fixes https://github.com/bitpay/bitcore/issues/1036
2015-02-05 10:40:45 -03:00
Esteban Ordano
979d284567 Transaction: add removeInput member 2015-02-04 17:53:16 -03:00
Manuel Aráoz
cd7e5d5a1e Merge pull request #1028 from eordano/transaction/changeupdate
Improvements to Transaction
2015-02-04 16:19:02 -03:00
Esteban Ordano
e568a8786c Transaction: Fix wrong logic on input addition 2015-02-04 15:57:34 -03:00
Esteban Ordano
1f45e88268 Add fee to serialization 2015-02-04 12:50:06 -03:00
Esteban Ordano
ed393dcb91 Update change on each output or input change 2015-02-04 12:50:03 -03:00
Esteban Ordano
bd97f20f1c Use addInput in _fromNonP2SH 2015-02-04 12:10:47 -03:00
Manuel Araoz
b9be679e09 add some checks 2015-02-04 11:49:09 -03:00
Manuel Araoz
2b3ce4de12 adds a test and small fix for transaction 2015-01-19 18:02:26 -03:00
Esteban Ordano
f3663e26d6 Don't add the same input twice 2015-01-12 11:59:15 -03:00
Manuel Aráoz
50a868cb8c Merge pull request #917 from eordano/transaction/updates
Changes to internal transaction and address
2015-01-09 17:44:13 -03:00
Manuel Aráoz
7c87305943 Merge pull request #935 from eordano/feature/outputinspect
Add inspect method to output
2015-01-09 17:11:03 -03:00
Esteban Ordano
bdeac4e67d Add inspect method to output 2015-01-09 16:53:50 -03:00
Manuel Aráoz
f6cc8c695b Merge pull request #916 from eordano/dusterror
Don't allow serialization if dust amounts are detected
2015-01-09 13:45:07 -03:00
Esteban Ordano
0f73c3f7a3 Throw error if dust amount is detected 2015-01-08 18:02:59 -03:00
Esteban Ordano
dc6ff32290 Make serialization roundtrip recover info about inputs 2015-01-08 17:42:08 -03:00
Esteban Ordano
d053599fd2 Improve test coverage 2015-01-08 17:24:29 -03:00
Yemel Jardi
5f59fd0d05 Merge pull request #903 from eordano/fix/addchange
Add `change` when serializing transaction
2015-01-08 17:00:14 -03:00
Esteban Ordano
fe86abc093 Add change when serializing transaction 2015-01-08 16:39:53 -03:00
Yemel Jardi
e57d02c03c Use define immutable helper 2015-01-08 10:57:46 -03:00
Braydon Fuller
bce28cd227 Fixed bug in IE11 that would cause MAX_MONEY verification test to fail. 2015-01-06 12:00:28 -05:00
Esteban Ordano
11975bc0df Rename UTXO to Transaction.UnspentOutput 2015-01-02 15:59:13 -03:00
Esteban Ordano
476f009b4d Add Insight and UTXO class 2015-01-02 15:59:13 -03:00
Esteban Ordano
dbf47ef78f transaction: better errors for signature methods
Closes #868
2014-12-31 02:10:51 -03:00
Manuel Aráoz
85169a3874 Merge pull request #812 from eordano/feature/safeSerialize
Modify Transaction Interface
2014-12-19 10:37:24 -03:00
Esteban Ordano
99db72ba90 Add uncheckedAddInput function
* For internal usage: for example, testing Script.Interpreter
2014-12-19 10:30:20 -03:00
Esteban Ordano
9a73338c91 Add tests for changes to Transaction interface 2014-12-18 20:38:19 -03:00
Braydon Fuller
6d42e01718 Fix formatting issue with examples 2014-12-18 17:07:01 -05:00
Esteban Ordano
e5631b1a69 Modify transaction interface
* Add checks when serializing
* Add default _estimateSize to generic inputs
* Fix multisig size estimation
* Change _addOutput to addOutput
* Add addInput and using that internally
* Split `getFee` out from `_updateChangeOutput`
2014-12-18 14:09:44 -03:00
Esteban Ordano
24dc84d614 Dont lose sighash when signing with multiple keys 2014-12-18 02:19:39 -03:00