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