-
Notifications
You must be signed in to change notification settings - Fork 0
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
Sign Function on Web throws / errors #253
Comments
I'm not sure but i think this comes from use The latest version of @jawndiego 's branch sandbox_v2 uses that updated version - so try on that branch and see what you get. |
Awesome, thanks
Was told to use the sdk via npm. lmk when `sandbox_v2` changes are in.
…On Tue, Nov 28, 2023 at 11:35 AM peg ***@***.***> wrote:
I'm not sure but i think this comes from use x25519chacha20poly1305's
from_hex function with a string which is not valid hex.
The latest version of x25519chacha20poly1305 (v0.2.0) will throw a JS
error rather than giving you some cryptic message like this, so try using
that to see if that is the problem.
@jawndiego <https://github.com/jawndiego> 's branch sandbox_v2
<https://github.com/entropyxyz/entropy-js/tree/jawn/sandbox_v2> uses that
updated version - so try on that branch and see what you get.
—
Reply to this email directly, view it on GitHub
<#253 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AATDCI6QT2SKIMHYJATB3NDYGYHGDAVCNFSM6AAAAAA7TKQW7SVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQMZQGI2TSOBTG4>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
--
Benjamin
|
look for next release. we mentioned in sync on Monday @benschac that its on it's way. |
client PR: https://github.com/entropyxyz/entropy-client/pull/138
repo:
chachapoly
isn't exporting js.tagging @ameba23 for visibility as well.
The text was updated successfully, but these errors were encountered: