Skip to content
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

fix: initialize secp before creating claim transaction #607

Merged
merged 1 commit into from
May 29, 2024

Conversation

michael1011
Copy link
Member

@michael1011 michael1011 commented May 29, 2024

For using Musig, we need the WASM version of secp-zkp to be initialized. That was not the case on page reload because the function that constructs claim transactions was not calling the initializer of secp-zkp.

For using Musig, we need the WASM version of secp-zkp
to be initialized. That was not the case on page reload
because the function that constructs claim transaction
was not calling the initializer of secp-zkp.
@michael1011 michael1011 requested review from dni and kilrau May 29, 2024 10:46
Copy link

vercel bot commented May 29, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
webapp ✅ Ready (Inspect) Visit Preview May 29, 2024 10:47am
webapp-mainnet ✅ Ready (Inspect) Visit Preview May 29, 2024 10:47am

Copy link
Member

@kilrau kilrau left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Issue reproduced on main, this fixes it.

@michael1011 michael1011 merged commit 2af6839 into main May 29, 2024
4 checks passed
@michael1011 michael1011 deleted the init-secp-claim branch May 29, 2024 12:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants