Commit Graph

76 Commits

Author SHA1 Message Date
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
Yemel Jardi
6b3c448481 Merge pull request #1046 from eordano/input/errorMessage
Better error message on unsupported input types
2015-02-06 11:32:45 -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
4781c4328f Better error message on unsupported input types 2015-02-06 10:14:41 -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
Esteban Ordano
7975c59ba7 UnspentOutput: Fix issue when 0 being feed as amount 2015-02-05 13:45:17 -03:00
Esteban Ordano
4f1e13a686 UnspentOutput: Fix issue when 0 being feed as amount 2015-02-05 12:00:44 -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
Manuel Araoz
c664f211d2 add BufferReader.readVarLengthBuffer 2015-02-04 13:04:55 -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
Esteban Ordano
614a228c79 Allow satoshis to be a string on output creation 2015-01-28 12:02:41 -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
ff82ccec71 Return undefined instead of a null signature 2015-01-08 17:42:08 -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
7cf826249b Add jsdocs and documentation to UnspenOutput and Insight 2015-01-02 15:59:14 -03: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 Araoz
fb57a60666 fix all tests 2014-12-19 18:53:21 -03:00
Manuel Araoz
370f69df88 refactor BN and ECDSA 2014-12-19 17:23:53 -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
Esteban Ordano
a352937566 Fix transaction order 2014-12-18 01:42:45 -03:00
Esteban Ordano
6be0c047b7 Update index for the documentation 2014-12-17 17:40:15 -03:00
Esteban Ordano
9f442e8ec4 Merge pull request #777 from maraoz/add/tx_invalid/tests
add tx_invalid.json tests
2014-12-16 23:13:59 -03:00