Esteban Ordano
|
d136715322
|
Dust: Add test: OP_RETURN is not dust
|
10 years ago |
Gabriel Jaldon
|
89400c0a56
|
Add check to _hasDustOutputs if output has OP_RETURN
|
10 years ago |
Manuel Aráoz
|
ebcf3ae991
|
Merge pull request #1005 from eordano/g7/hdkeys
HDKeys: add toBuffer/fromBuffer
|
10 years ago |
Manuel Aráoz
|
aee287feda
|
Merge pull request #1006 from eordano/g7/privkey
Add fromBuffer and toBuffer to PrivateKey
|
10 years ago |
Esteban Ordano
|
69b466470a
|
HDKeys: Return a copy buffer instead of the original instance
|
10 years ago |
Esteban Ordano
|
7a73f582b4
|
HDKeys: add toBuffer/fromBuffer to HDPublicKey
|
10 years ago |
Esteban Ordano
|
0ff4c9a922
|
HDKeys: Add jsdocs to hdprivatekey
|
10 years ago |
Esteban Ordano
|
28a1eae0be
|
HDKeys: add toBuffer/fromBuffer to HDPrivateKey
|
10 years ago |
Esteban Ordano
|
0bae82fdf4
|
Add fromBuffer and toBuffer to PrivateKey
|
10 years ago |
Manuel Aráoz
|
f882657c2e
|
Merge pull request #1041 from eordano/unspent/fixZeroUndefined
UnspentOutput: Add tests to check for zero amount of satoshis
|
10 years ago |
Esteban Ordano
|
7975c59ba7
|
UnspentOutput: Fix issue when 0 being feed as amount
|
10 years ago |
Manuel Aráoz
|
2c00c87198
|
Merge pull request #1038 from eordano/unspent/fixZeroUndefined
UnspentOutput: Fix issue when 0 being feed as amount
|
10 years ago |
Manuel Aráoz
|
efd5418896
|
Merge pull request #1040 from eordano/deps/exposeLodash
Expose lodash
|
10 years ago |
Esteban Ordano
|
54efd6b213
|
Expose lodash
|
10 years ago |
Esteban Ordano
|
4f1e13a686
|
UnspentOutput: Fix issue when 0 being feed as amount
|
10 years ago |
Manuel Aráoz
|
7d20aadf37
|
Merge pull request #1037 from bitpay/matiu-patch-1
Update transaction.js
|
10 years ago |
Matias Alejo Garcia
|
5fa384603f
|
Update transaction.js
Fixes https://github.com/bitpay/bitcore/issues/1036
|
10 years ago |
Manuel Aráoz
|
e1869ba164
|
Merge pull request #1032 from eordano/transaction/removeInput
Transaction: add `removeInput` member
|
10 years ago |
Esteban Ordano
|
979d284567
|
Transaction: add `removeInput` member
|
10 years ago |
Manuel Aráoz
|
cd7e5d5a1e
|
Merge pull request #1028 from eordano/transaction/changeupdate
Improvements to Transaction
|
10 years ago |
Esteban Ordano
|
e568a8786c
|
Transaction: Fix wrong logic on input addition
|
10 years ago |
Manuel Aráoz
|
c07ee19454
|
Merge pull request #1031 from chrisarnesen/master
spelling typo in docs
|
10 years ago |
Chris Arnesen
|
3d463970c8
|
spelling typo
|
10 years ago |
Manuel Araoz
|
75f8585530
|
Bump package version to 0.9.5
|
10 years ago |
Esteban Ordano
|
8baf7650a9
|
Merge pull request #1029 from maraoz/fix/block
add BufferReader.readVarLengthBuffer
|
10 years ago |
Manuel Araoz
|
a80dddf45e
|
style fix
|
10 years ago |
Manuel Araoz
|
c664f211d2
|
add BufferReader.readVarLengthBuffer
|
10 years ago |
Esteban Ordano
|
1f45e88268
|
Add fee to serialization
|
10 years ago |
Esteban Ordano
|
ed393dcb91
|
Update change on each output or input change
|
10 years ago |
Esteban Ordano
|
bd97f20f1c
|
Use addInput in _fromNonP2SH
|
10 years ago |
Manuel Araoz
|
b9be679e09
|
add some checks
|
10 years ago |
Esteban Ordano
|
68015bfb58
|
Suggest that users use `.toObject()` for tx serialization
|
10 years ago |
Braydon Fuller
|
8686e5b101
|
Merge pull request #1027 from thofmann/master
Add documentation for instantiating P2SH multisig
|
10 years ago |
Trevin Hofmann
|
99c88c440a
|
Apply lowerCamelCase to P2SHAddress in docs
|
10 years ago |
Braydon Fuller
|
688ac4912c
|
Merge pull request #1025 from eordano/tohex
Add shorthand method toHex to Script
|
10 years ago |
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.
|
10 years ago |
Esteban Ordano
|
03f794b4a3
|
Add shorthand method toHex to Script
|
10 years ago |
Manuel Aráoz
|
970bf12df8
|
Merge pull request #1012 from braydonf/typo/privatekey-docs
Fixed typo in docs
|
10 years ago |
Braydon Fuller
|
39484c755e
|
Fixed typo in docs
|
10 years ago |
Manuel Araoz
|
3fb902b233
|
Bump package version to 0.9.4
|
10 years ago |
Manuel Aráoz
|
c51b239b6a
|
Merge pull request #1010 from eordano/feature/toSatoshisNumber
Allow satoshis to be a string on output creation
|
10 years ago |
Esteban Ordano
|
614a228c79
|
Allow satoshis to be a string on output creation
|
10 years ago |
Yemel Jardi
|
1f563893c7
|
Merge pull request #1004 from bitpay/expose/sighash
Transaction: expose the sighash namespace
|
10 years ago |
Esteban Ordano
|
da90ff8617
|
Use the exposed interface to sighash on tests
|
10 years ago |
Esteban Ordano
|
291df1ae30
|
Transaction: expose the sighash namespace
|
10 years ago |
Manuel Aráoz
|
7b739d9755
|
Merge pull request #1003 from bitpay/docs/privkey2
Docs: add hexa export example for private key
|
10 years ago |
Esteban Ordano
|
54c8b17164
|
Docs: add hexa export example for private key
|
10 years ago |
Esteban Ordano
|
c240e66043
|
Merge pull request #1000 from braydonf/docs/save-privatekey
Docs: Include information about saving a PrivateKey that can be imported.
|
10 years ago |
Braydon Fuller
|
818d9cb331
|
Docs: Include information about saving a PrivateKey
|
10 years ago |
Manuel Aráoz
|
32b257d74c
|
Merge pull request #998 from braydonf/feature/custom-networks
Networks: Added the ability to define a custom network. Closes #997
|
10 years ago |