You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a user has some serialized tx hex, and they try to deserialize it via stacks.js, or if they use connect to try to sign the tx, stacks.js is throwing an error, preventing the action.
How to reproduce
I have a handy little snippet from this handy little app I helped make 😉 Reproduction - If you click run, you'll see an error. I've also included the deserialized tx
The text was updated successfully, but these errors were encountered:
Describe the bug
The
PostConditionPrincipalID
types have a variantOrigin
, which is not currently implemented.If a user has some serialized tx hex, and they try to deserialize it via stacks.js, or if they use connect to try to sign the tx, stacks.js is throwing an error, preventing the action.
How to reproduce
I have a handy little snippet from this handy little app I helped make 😉
Reproduction - If you click run, you'll see an error. I've also included the deserialized tx
The text was updated successfully, but these errors were encountered: