Commit Graph

2525 Commits

Author SHA1 Message Date
Manuel Araoz 5355e9af01 ignore browser build signatures 2015-02-18 15:06:08 -03:00
Manuel Aráoz de121a43a9 Merge pull request #1089 from eordano/check/hdpriv
Add precondition checks to HDPrivateKey.from*
2015-02-18 14:52:33 -03:00
eordano eb8f59aa27 Drop duplicated code 2015-02-18 13:39:48 -03:00
eordano 9c3170cb3a HDPublicKey: Add precondition checks for static methods 2015-02-18 13:14:12 -03:00
eordano 0938eadab5 Add precondition checks to HDPrivateKey.from* 2015-02-18 13:14:12 -03:00
Esteban Ordano 20315b5fa4 Merge pull request #1068 from maraoz/check/docs
check that there is no inconsistency between docs and bitcore version
2015-02-18 12:12:04 -03:00
Esteban Ordano 7771878240 Merge pull request #1073 from yemel/feature/readme-examples
Add bitcore examples to the README
2015-02-18 12:10:48 -03:00
Manuel Aráoz e2ff93b714 Merge pull request #1083 from eordano/feature/multisigchecks
Transaction: Check that threshold is less than amount of signatures
2015-02-18 12:01:58 -03:00
Yemel Jardi 92b261a849 Update examples 2015-02-18 12:00:20 -03:00
eordano 1a5780e35e Script/Address: Add check for valid number of threshold needed 2015-02-18 11:53:22 -03:00
eordano c19d5c6501 Transaction: Check that threshold is less than amount of signatures 2015-02-18 11:52:50 -03:00
Manuel Aráoz 4c822e06c5 Merge pull request #1078 from eordano/fix/smallFee
Add check for small fees
2015-02-18 11:30:21 -03:00
Braydon Fuller cb5648cbe4 Merge pull request #1084 from eordano/update/opreturn80
Script: Update max length for standard opreturn to 80
2015-02-18 09:09:28 -05:00
eordano 0bbde0c9de Script: Update max length for standard opreturn to 80 2015-02-18 10:46:47 -03:00
Esteban Ordano 5d904a393d Merge pull request #1074 from thofmann/cleanup/requirements
Cleanup/requirements
2015-02-18 09:58:16 -03:00
Esteban Ordano a844664481 Merge pull request #1081 from elichai/patch-1
Added 2 more testnet DNSs
2015-02-18 09:32:45 -03:00
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
2015-02-17 18:19:56 +02:00
eordano 7e88167891 Add check for small fees 2015-02-16 12:47:53 -03:00
Esteban Ordano 882c8ad9e0 Delete .gitattributes 2015-02-14 18:34:22 -03:00
Trevin Hofmann 374e43bed2 Properly capitalize Base58Check and Base58 2015-02-13 21:40:20 -06:00
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
2015-02-13 21:21:06 -06:00
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.
2015-02-13 21:06:51 -06:00
Yemel Jardi fbd39bf149 Add bitcore examples to the README 2015-02-13 13:33:25 -03:00
Esteban Ordano a6ef4a610b Merge pull request #1069 from eordano/coveralls/token
Update coveralls token
2015-02-12 14:41:33 -03:00
Esteban Ordano aec60ad78c Merge pull request #1071 from thofmann/opcode/inspect
Add inspect method to Opcode.
2015-02-12 13:01:45 -03:00
Trevin Hofmann 2b137cc17c Add test for Opcode.inspect 2015-02-12 09:44:28 -06:00
Trevin Hofmann 5bb750252d Add inspect method to Opcode. 2015-02-12 09:27:42 -06:00
Esteban Ordano ed4f96216f Update coveralls token 2015-02-12 11:46:21 -03:00
Manuel Araoz 3ebd615d4c check that there is no inconsistency between docs and bitcore version 2015-02-12 11:17:14 -03:00
Manuel Araoz b23d0bc7c9 add doc version test 2015-02-12 11:00:45 -03:00
Manuel Araoz fcd89b8dd7 change bower.json version 2015-02-12 10:56:05 -03:00
Manuel Araoz cea4dd34ba Bump package version to 0.10.3 2015-02-12 10:41:12 -03:00
Manuel Aráoz 09b7fa41ea Merge pull request #1067 from yemel/fix/bump-docs
Bump bitcore version on docs
2015-02-12 10:39:14 -03:00
Yemel Jardi 5c580ccdfe Bump bitcore version on docs 2015-02-12 10:30:00 -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