-
Notifications
You must be signed in to change notification settings - Fork 407
no-std
version of create_phantom_invoice
#1978
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
Labels
good first issue
Good for newcomers
Milestone
Comments
Kurtsley
added a commit
to Kurtsley/rust-lightning
that referenced
this issue
Jan 23, 2023
Kurtsley
added a commit
to Kurtsley/rust-lightning
that referenced
this issue
Jan 25, 2023
Kurtsley
added a commit
to Kurtsley/rust-lightning
that referenced
this issue
Jan 26, 2023
Kurtsley
added a commit
to Kurtsley/rust-lightning
that referenced
this issue
Jan 27, 2023
…it#1978 Add a no-std timestamp function
Kurtsley
added a commit
to Kurtsley/rust-lightning
that referenced
this issue
Jan 27, 2023
…it#1978 Replace current_timestamp call with no-std duration_from_epoch
TheBlueMatt
added a commit
that referenced
this issue
Jan 30, 2023
Remove std::SystemTime from create_phantom_invoice, ref #1978
valentinewallace
pushed a commit
to valentinewallace/rust-lightning
that referenced
this issue
Feb 3, 2023
…it#1978 Replace current_timestamp call with no-std duration_from_epoch
optout21
pushed a commit
to optout21/rust-lightning
that referenced
this issue
Jul 24, 2023
…it#1978 Replace current_timestamp call with no-std duration_from_epoch
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Should be pretty easy, just gotta accept the current time as a parameter like we do for the
create_Invoice_from_channelmanager_and_duration_since_epoch*
functions. I really hate the cambrian explosion of functions in that file, so bonus points for cleaning it up, but it doesn't have to happen now.The text was updated successfully, but these errors were encountered: