Commit Graph

2500 Commits

Author SHA1 Message Date
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
Esteban Ordano 6b05f20397 Add the new operator when BN was used without it 2015-02-05 16:46:18 -03:00
Manuel Aráoz ebcf3ae991 Merge pull request #1005 from eordano/g7/hdkeys
HDKeys: add toBuffer/fromBuffer
2015-02-05 16:27:19 -03:00
Manuel Aráoz aee287feda Merge pull request #1006 from eordano/g7/privkey
Add fromBuffer and toBuffer to PrivateKey
2015-02-05 16:25:43 -03:00
Esteban Ordano 9b2ba6f2a2 Drop prototypal inheritance for bn 2015-02-05 16:17:46 -03:00
Esteban Ordano 69b466470a HDKeys: Return a copy buffer instead of the original instance 2015-02-05 15:06:01 -03:00
Esteban Ordano 7a73f582b4 HDKeys: add toBuffer/fromBuffer to HDPublicKey 2015-02-05 15:06:01 -03:00
Esteban Ordano 0ff4c9a922 HDKeys: Add jsdocs to hdprivatekey 2015-02-05 15:06:01 -03:00
Esteban Ordano 28a1eae0be HDKeys: add toBuffer/fromBuffer to HDPrivateKey 2015-02-05 15:06:00 -03:00
Esteban Ordano 0bae82fdf4 Add fromBuffer and toBuffer to PrivateKey 2015-02-05 15:05:47 -03:00
Manuel Aráoz f882657c2e Merge pull request #1041 from eordano/unspent/fixZeroUndefined
UnspentOutput: Add tests to check for zero amount of satoshis
2015-02-05 13:53:17 -03:00
Manuel Araoz 9d75067b9b Small changes to package.json 2015-02-05 13:52:23 -03:00
Esteban Ordano 7975c59ba7 UnspentOutput: Fix issue when 0 being feed as amount 2015-02-05 13:45:17 -03:00
Manuel Aráoz 2c00c87198 Merge pull request #1038 from eordano/unspent/fixZeroUndefined
UnspentOutput: Fix issue when 0 being feed as amount
2015-02-05 12:25:08 -03:00
Manuel Aráoz efd5418896 Merge pull request #1040 from eordano/deps/exposeLodash
Expose lodash
2015-02-05 12:19:56 -03:00
Esteban Ordano 54efd6b213 Expose lodash 2015-02-05 12:04:35 -03:00
Esteban Ordano 4f1e13a686 UnspentOutput: Fix issue when 0 being feed as amount 2015-02-05 12:00:44 -03:00
Manuel Aráoz 7d20aadf37 Merge pull request #1037 from bitpay/matiu-patch-1
Update transaction.js
2015-02-05 10:49:52 -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
Manuel Aráoz e1869ba164 Merge pull request #1032 from eordano/transaction/removeInput
Transaction: add `removeInput` member
2015-02-05 10:22:14 -03:00
Trevin Hofmann d615ebf555 Add bitcore-message to modules list
I am not sure if the module must undergo some vetting process before
being added to the list of official Bitcore modules, but I have added it
here for when it is ready.
2015-02-04 15:24:56 -06: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 Aráoz c07ee19454 Merge pull request #1031 from chrisarnesen/master
spelling typo in docs
2015-02-04 14:21:56 -03:00
Chris Arnesen 3d463970c8 spelling typo 2015-02-04 08:55:25 -08:00
Manuel Araoz 75f8585530 Bump package version to 0.9.5 2015-02-04 13:31:27 -03:00
Esteban Ordano 8baf7650a9 Merge pull request #1029 from maraoz/fix/block
add BufferReader.readVarLengthBuffer
2015-02-04 13:27:13 -03:00
Manuel Araoz a80dddf45e style fix 2015-02-04 13:11:49 -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 68015bfb58 Suggest that users use `.toObject()` for tx serialization 2015-02-04 10:44:14 -03:00
Braydon Fuller 8686e5b101 Merge pull request #1027 from thofmann/master
Add documentation for instantiating P2SH multisig
2015-02-04 08:17:50 -05:00
Trevin Hofmann 99c88c440a Apply lowerCamelCase to P2SHAddress in docs 2015-02-04 00:31:49 -06:00
Braydon Fuller 688ac4912c Merge pull request #1025 from eordano/tohex
Add shorthand method toHex to Script
2015-02-03 23:13:11 -05:00
Trevin Hofmann 7fd9e8ee64 Add documentation for instantiating P2SH multisig
There is documentation available at
http://bitcore.io/api/#Create_a_Multisig_Address but I think it would
also be useful in the address.md document.
2015-02-03 21:18:42 -06:00
Esteban Ordano 03f794b4a3 Add shorthand method toHex to Script 2015-02-03 17:35:44 -03:00
Yemel Jardi 3bd361e27a Fix hd string path parsing. 2015-01-28 18:13:38 -03:00
Manuel Aráoz 970bf12df8 Merge pull request #1012 from braydonf/typo/privatekey-docs
Fixed typo in docs
2015-01-28 13:11:56 -03:00
Braydon Fuller 39484c755e Fixed typo in docs 2015-01-28 11:10:06 -05:00