-
Notifications
You must be signed in to change notification settings - Fork 315
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Add encode / decode messages to support #1232
feat: Add encode / decode messages to support #1232
Conversation
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/blockstack/stacks-js/G3bUphCNGqKfadqhzQPwGxbeUBA6 |
7d921d0
to
2892fd2
Compare
2892fd2
to
6c6070b
Compare
6c6070b
to
7f8093c
Compare
7f8093c
to
027bf28
Compare
Codecov Report
@@ Coverage Diff @@
## master #1232 +/- ##
==========================================
+ Coverage 64.00% 64.06% +0.05%
==========================================
Files 123 124 +1
Lines 8574 8588 +14
Branches 1818 1818
==========================================
+ Hits 5488 5502 +14
Misses 2978 2978
Partials 108 108
Continue to review full report at Codecov.
|
027bf28
to
8054db0
Compare
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
8054db0
to
123ce46
Compare
123ce46
to
a073768
Compare
arbitrary message signing closes hirosystems#1231
a073768
to
cd444f9
Compare
This adds an
encodeMessage
,decodeMessage
andhashMessage
functions to support arbitrary message signingmore details in #1231
cc: @janniks
Checklist
npm run test
passes