Skip to content

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

Open
@tnull

Description

@tnull
Contributor

In lightningdevkit/lightning-liquidity#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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Participants

      @tnull

      Issue actions

        LSPS2: Check `OpeningFeeParams` expiry times in `no-std` · Issue #3471 · lightningdevkit/rust-lightning