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

LSPS2: Check OpeningFeeParams expiry times in no-std #54

Open
tnull opened this issue Nov 29, 2023 · 0 comments
Open

LSPS2: Check OpeningFeeParams expiry times in no-std #54

tnull opened this issue Nov 29, 2023 · 0 comments
Labels

Comments

@tnull
Copy link
Collaborator

tnull commented Nov 29, 2023

In #53 we made the crate generally no-std compatible, with one small exception: we now don't have an immediate way to verify that OpeningFeeParams we receive as an LSP are still valid. Currently, we just don't check expiry in no-std builds, however, we should find a way to do this in the future, e.g., by letting the user giving us an implementation of a trait TimeSource or similar.

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

No branches or pull requests

1 participant