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

Extract NiPoPoW verifier into a separate library for SPV workflow in appkit #1965

Closed
greenhat opened this issue Mar 2, 2023 · 2 comments
Closed
Assignees

Comments

@greenhat
Copy link
Member

greenhat commented Mar 2, 2023

Move NipopowProof, NipopowVerifier, and all dependent types from the node code into a new library; The goal is to be able to use them for SPV workflow in appkit ergoplatform/ergo-appkit#187

The above NiPoPoW-related types would better be in a dedicated ergo-nipopow library than in ergo-wallet since they are not directly related to wallet features. However, the bigger challenge will be the dependent more low-level types like Header, etc. They might have a better fit to their separate lib (ergo-core/ergo-chain-types?).

@ccellado
Copy link
Collaborator

See also #2063 and #2061

@ccellado
Copy link
Collaborator

Closed with #2060

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants