Commit Graph

25 Commits

Author SHA1 Message Date
Mariano 0fb2f33900 Update README.md
Module logo added
Closes https://github.com/bitpay/bitcore/issues/1119
2015-03-06 13:03:15 -03:00
Manuel Araoz ad09192524 Bump package version to 0.10.0 2015-02-11 20:38:29 -03:00
Manuel Araoz 82986ca3de update bitcore 2015-02-11 20:37:02 -03:00
Esteban Ordano 8bc8e938c0 Merge pull request #10 from maraoz/lodash
use exposed lodash from bitcore
2015-02-11 19:24:34 -03:00
Manuel Araoz 602ece8445 use exposed lodash from bitcore 2015-02-11 11:39:27 -03:00
Esteban Ordano 33476229d9 Merge pull request #2 from maraoz/standardize
Use standard precondition checks
2015-02-10 12:55:08 -03:00
Manuel Araoz 549a6c2116 remove extra Error 2015-02-10 12:22:31 -03:00
Manuel Araoz d632bbb4cd add Address parameter test 2015-02-10 12:22:31 -03:00
Manuel Araoz cdd4df3cb3 Use standard precondition checks 2015-02-10 12:21:54 -03:00
Braydon Fuller 0f882ec4ae Merge pull request #9 from bitpay/bug/coveralls-token
Updated coveralls token.
2015-02-09 21:09:03 -05:00
Braydon Fuller 13e3c4bf17 Updated coveralls token. 2015-02-09 21:04:50 -05:00
Manuel Aráoz 7969e1a7c7 Merge pull request #6 from thofmann/master
Add some standard methods to Message
2015-02-09 16:26:41 -03:00
Trevin Hofmann 84e52ef095 Fix roundtrip tests
They were testing `toString` against the message itself (`inspect`)
instead of against the original text.
2015-02-09 12:00:35 -06:00
Trevin Hofmann af680e4f23 Add some tests for new methods
It should now test `toJSON`, `fromJSON`, `toString`, `fromString`, and
`inspect`.
2015-02-08 03:16:18 -06:00
Trevin Hofmann b5093878ab Add some standard methods to Message
This adds `fromString`, `fromJSON`, `toObject`, `toJSON`, `toString`,
and `inspect` to Message. These methods are trivial since Message only
contains a string message, but they should probably be added for
consistency.

Should toBuffer/fromBuffer be added as well?
2015-02-08 03:00:30 -06:00
Braydon Fuller 054aabfada Merge pull request #4 from maraoz/add/bower.json
Add bower.json
2015-02-05 10:18:04 -05:00
Braydon Fuller f0905590f1 Merge pull request #3 from maraoz/add/docs
Add developer guide
2015-02-05 09:53:01 -05:00
Manuel Araoz ba29f9c429 Add bower.json 2015-02-05 11:47:16 -03:00
Manuel Aráoz 6c92fc0bb5 Update README.md 2015-02-05 11:35:54 -03:00
Manuel Araoz 388c0287a7 Add developer guide 2015-02-05 11:26:30 -03:00
Manuel Aráoz e5861e7a1f Merge pull request #1 from bitpay/feature/message
Added message verification and signing
2015-02-05 10:24:41 -03:00
Braydon Fuller 7b91346c3d Updated contributing link in README 2015-02-04 17:09:11 -05:00
Braydon Fuller b311ab8df8 Added example signature in README 2015-02-04 13:49:20 -05:00
Braydon Fuller 60940505f1 Added message verification and signing 2015-02-04 13:26:51 -05:00
Braydon Fuller ed48ded0c6 Initial commit 2015-02-04 13:10:35 -05:00