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

no_std compatible implementation of bitcoin dependencies #2

Open
mgravitt opened this issue Mar 23, 2022 · 0 comments
Open

no_std compatible implementation of bitcoin dependencies #2

mgravitt opened this issue Mar 23, 2022 · 0 comments
Assignees

Comments

@mgravitt
Copy link
Contributor

no_std Support and Contingency

Of course, the pallet requires compilation to WASM, which means support for no_std. This requires changes to all three of the above libraries, each of which already has bitcoindevkit/bdk#205.

The heavy lifting for this has mostly been completed, but the libraries with the updates have not been released yet. Our first preference is to use them directly with their latest release.

However, if they are not released in time, we will either a) build a custom library, or b) host native Rust services as an off-chain worker.

Both of these are temporary solutions, and we would later revert to mainline when the release is available.

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

No branches or pull requests

1 participant