Commit Graph

2492 Commits

Author SHA1 Message Date
Esteban Ordano ed4f96216f Update coveralls token 2015-02-12 11:46:21 -03:00
Manuel Araoz 07c4e967b0 Bump package version to 0.10.2 2015-02-11 19:37:01 -03:00
Manuel Araoz 75336a5bf5 Bump package version to 0.10.1 2015-02-11 19:34:01 -03:00
Esteban Ordano 16a1d0d2d4 Merge pull request #1065 from bitpay/maraoz-patch-1
remove console.log
2015-02-11 19:29:14 -03:00
Manuel Aráoz a9533546b2 remove console.log 2015-02-11 19:28:15 -03:00
Manuel Aráoz b96ee5ccfe Merge pull request #1064 from eordano/fix/multisig
Improve test coverage on multisig
2015-02-11 19:22:02 -03:00
Esteban Ordano cca1e2148c Improve test coverage on multisig 2015-02-11 19:10:57 -03:00
Manuel Araoz c56f283caa Bump package version to 0.10.0 2015-02-11 13:04:34 -03:00
Manuel Aráoz d5de087076 Merge pull request #1062 from bitpay/tx/docs/signature
Update documentation with indications on signatures
2015-02-11 13:02:28 -03:00
Esteban Ordano 703f92fb34 Update documentation with indications on signatures 2015-02-11 13:01:24 -03:00
Manuel Aráoz fe731371cf Merge pull request #1016 from yemel/fix/path-validation
Fix hd string path parsing
2015-02-11 12:54:00 -03:00
Manuel Aráoz 994ea957d4 Merge pull request #1061 from eordano/refactor/signature
Add Signature subclass for Transaction Signatures
2015-02-11 12:53:49 -03:00
Esteban Ordano 605be801af Add Signature subclass for Transaction Signatures 2015-02-11 12:35:47 -03:00
Esteban Ordano 1c21f6e118 Merge pull request #1048 from maraoz/nlocktime/utils
Add some useful Transaction methods to handle nLockTime
2015-02-11 12:31:14 -03:00
Yemel Jardi b2146e4810 Merge pull request #4 from maraoz/fix/path-validation
Improve path validation code legibility
2015-02-11 12:29:16 -03:00
Manuel Araoz 0e1de0403e remove logs 2015-02-11 12:21:42 -03:00
Manuel Aráoz 2f02c4c832 Merge pull request #1033 from thofmann/master
Add bitcore-message to modules list
2015-02-11 11:51:20 -03:00
Manuel Araoz 8ca396c34f refactor transaction input deserializtion 2015-02-11 11:40:24 -03:00
Manuel Araoz a7fdcc13a0 weird -> anyone can spend 2015-02-11 10:59:07 -03:00
Manuel Araoz eae1638b32 add coverage 2015-02-10 18:48:07 -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
Esteban Ordano 138ee5229a Merge pull request #1058 from braydonf/feature/error-messages-with-docs
Added docs link to InvalidArgument message for preconditions.
2015-02-10 09:56:57 -03:00
Braydon Fuller 904df59493 Added docs link to InvalidArgument message for preconditions.
- Error messages will appear as: "Invalid Argument: First argument is required, please include address data. Documentation: http://bitcore.io/guide/address.html"
2015-02-09 21:46:10 -05:00
Manuel Araoz edda8ea723 fix broken tests 2015-02-09 16:06:18 -03:00
Manuel Araoz 85e938ba72 improve code style 2015-02-09 15:40:06 -03:00
Manuel Aráoz d9f935e9d9 Merge pull request #1057 from nathanph/master
Update transaction.js
2015-02-09 15:35:25 -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 4d469e46a3 Merge pull request #1042 from maraoz/modify/package.json
Small changes to package.json
2015-02-09 12:45:25 -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
Esteban Ordano 004056c8fa docs: fix hierarchical.md
Closes https://github.com/bitpay/bitcore/issues/1055
2015-02-09 11:26:30 -03:00
Gabriel Jaldon 66d061e5b2 Merge pull request #1 from eordano/dust
Add test: OP_RETURN is not dust
2015-02-09 20:17:27 +08: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
Yemel Jardi 5f5be614f5 Merge pull request #1047 from eordano/fix/inspect
Fix inspect method so it doesn't fail on incomplete TX
2015-02-06 11:03:43 -03:00
Yemel Jardi 9a7097a172 Merge pull request #1045 from eordano/fix/jsdocs/hdpublickey
Fix JSDocs on HDPublicKey
2015-02-06 11:00:41 -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 36d854b255 HDPublicKey: Fix JSDocs 2015-02-06 09:38:21 -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
Esteban Ordano d136715322 Dust: Add test: OP_RETURN is not dust 2015-02-06 09:25:17 -03:00
Esteban Ordano 0bcfec9f2f Point: Return the curve point instead of instantiating each time 2015-02-06 09:19:57 -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