Esteban Ordano
a844664481
Merge pull request #1081 from elichai/patch-1
Added 2 more testnet DNSs
10 years ago
Elichai Turkel
4524400fe7
Added 2 more testnet DNSs
I added the missing testnet DNSs that exist in Bitcoin code: https://github.com/bitcoin/bitcoin/blob/master/src/chainparams.cpp#L212
10 years ago
eordano
7e88167891
Add check for small fees
10 years ago
Esteban Ordano
882c8ad9e0
Delete .gitattributes
10 years ago
Trevin Hofmann
374e43bed2
Properly capitalize Base58Check and Base58
10 years ago
Trevin Hofmann
59a9e40f13
Properly capitalize BufferUtil everywhere
Right out of CONTRIBUTING.md
https://github.com/bitpay/bitcore/blob/master/CONTRIBUTING.md#g6---naming-utility-namespaces
10 years ago
Trevin Hofmann
ea2a0163c4
Remove redundant util requirement
The Transaction class was requiring bitcore.util.js twice, as `util` and
`JSUtil`. It seems `JSUtil` is the standard name in other classes.
10 years ago
Yemel Jardi
fbd39bf149
Add bitcore examples to the README
10 years ago
Esteban Ordano
a6ef4a610b
Merge pull request #1069 from eordano/coveralls/token
Update coveralls token
10 years ago
Esteban Ordano
aec60ad78c
Merge pull request #1071 from thofmann/opcode/inspect
Add inspect method to Opcode.
10 years ago
Trevin Hofmann
2b137cc17c
Add test for Opcode.inspect
10 years ago
Trevin Hofmann
5bb750252d
Add inspect method to Opcode.
10 years ago
Esteban Ordano
ed4f96216f
Update coveralls token
10 years ago
Manuel Araoz
3ebd615d4c
check that there is no inconsistency between docs and bitcore version
10 years ago
Manuel Araoz
b23d0bc7c9
add doc version test
10 years ago
Manuel Araoz
fcd89b8dd7
change bower.json version
10 years ago
Manuel Araoz
cea4dd34ba
Bump package version to 0.10.3
10 years ago
Manuel Aráoz
09b7fa41ea
Merge pull request #1067 from yemel/fix/bump-docs
Bump bitcore version on docs
10 years ago
Yemel Jardi
5c580ccdfe
Bump bitcore version on docs
10 years ago
Manuel Araoz
07c4e967b0
Bump package version to 0.10.2
10 years ago
Manuel Araoz
75336a5bf5
Bump package version to 0.10.1
10 years ago
Esteban Ordano
16a1d0d2d4
Merge pull request #1065 from bitpay/maraoz-patch-1
remove console.log
10 years ago
Manuel Aráoz
a9533546b2
remove console.log
10 years ago
Manuel Aráoz
b96ee5ccfe
Merge pull request #1064 from eordano/fix/multisig
Improve test coverage on multisig
10 years ago
Esteban Ordano
cca1e2148c
Improve test coverage on multisig
10 years ago
Manuel Araoz
c56f283caa
Bump package version to 0.10.0
10 years ago
Manuel Aráoz
d5de087076
Merge pull request #1062 from bitpay/tx/docs/signature
Update documentation with indications on signatures
10 years ago
Esteban Ordano
703f92fb34
Update documentation with indications on signatures
10 years ago
Manuel Aráoz
fe731371cf
Merge pull request #1016 from yemel/fix/path-validation
Fix hd string path parsing
10 years ago
Manuel Aráoz
994ea957d4
Merge pull request #1061 from eordano/refactor/signature
Add Signature subclass for Transaction Signatures
10 years ago
Esteban Ordano
605be801af
Add Signature subclass for Transaction Signatures
10 years ago
Esteban Ordano
1c21f6e118
Merge pull request #1048 from maraoz/nlocktime/utils
Add some useful Transaction methods to handle nLockTime
10 years ago
Yemel Jardi
b2146e4810
Merge pull request #4 from maraoz/fix/path-validation
Improve path validation code legibility
10 years ago
Manuel Araoz
0e1de0403e
remove logs
10 years ago
Manuel Aráoz
2f02c4c832
Merge pull request #1033 from thofmann/master
Add bitcore-message to modules list
10 years ago
Manuel Araoz
8ca396c34f
refactor transaction input deserializtion
10 years ago
Manuel Araoz
a7fdcc13a0
weird -> anyone can spend
10 years ago
Manuel Araoz
eae1638b32
add coverage
10 years ago
Manuel Araoz
0f17927fde
fix 0 fee error
10 years ago
Manuel Araoz
aa1158097d
fix bug in change calculation
10 years ago
Manuel Araoz
986264e181
add locktime docs and Transaction#getLockTime
10 years ago
Esteban Ordano
f8974b383a
transaction: Change variable name from time to height
10 years ago
Esteban Ordano
7cf3b6eb91
Split setLockTime in two methods
10 years ago
Manuel Araoz
07c8c153f9
add Transaction#lockUntil stub
10 years ago
Esteban Ordano
138ee5229a
Merge pull request #1058 from braydonf/feature/error-messages-with-docs
Added docs link to InvalidArgument message for preconditions.
10 years ago
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 "
10 years ago
Manuel Araoz
edda8ea723
fix broken tests
10 years ago
Manuel Araoz
85e938ba72
improve code style
10 years ago
Manuel Aráoz
d9f935e9d9
Merge pull request #1057 from nathanph/master
Update transaction.js
10 years ago
Nathan Hernandez
80d444f60e
Update transaction.js
10 years ago