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
From ergoplatform/ergo-appkit#187 this is needed to have exposed to Appkit for client applications to adopt Nipopows:
move NipopowProof, NipopowVerifier, and all dependent types from node code into a lib (ergo-wallet?);
expose NipopowProof, NipopowVerifier, MerkleProof with mentioned above properties/methods in appkit public API.
Actually, I'm pretty sure that the above NiPoPoW-related types would better be in a dedicated ergo-nipopow lib since they are not directly related to wallet features. However, the bigger challenge will be the dependent more low-level types like Header, etc. Seems like they should be moved to their own separate lib (ergo-core/ergo-chain-types?).
The text was updated successfully, but these errors were encountered:
From ergoplatform/ergo-appkit#187 this is needed to have exposed to Appkit for client applications to adopt Nipopows:
Actually, I'm pretty sure that the above NiPoPoW-related types would better be in a dedicated ergo-nipopow lib since they are not directly related to wallet features. However, the bigger challenge will be the dependent more low-level types like Header, etc. Seems like they should be moved to their own separate lib (ergo-core/ergo-chain-types?).
The text was updated successfully, but these errors were encountered: