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

Prepare 0.0.121 #127

Merged
merged 6 commits into from
Feb 12, 2024
Merged

Conversation

arik-so
Copy link
Contributor

@arik-so arik-so commented Jan 30, 2024

No description provided.

@arik-so arik-so marked this pull request as ready for review February 10, 2024 00:35
@tnull tnull self-requested a review February 10, 2024 19:30
Copy link
Collaborator

@tnull tnull left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, mod 3 nits.



let invoicePaymentResult = channelManagerConstructor.channelManager.sendPayment(paymentHash: paymentHash, recipientOnion: recipientOnion, paymentId: paymentId, routeParams: routeParameters, retryStrategy: Bindings.Retry.initWithAttempts(a: 3))
// let invoicePaymentResult = Bindings.payInvoice(invoice: invoice, retryStrategy: Bindings.Retry.initWithAttempts(a: 3), channelmanager: channelManagerConstructor.channelManager)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: Remove commented-out line.

@@ -853,7 +859,9 @@ public class HumanObjectPeerTestInstance {
try! await Task.sleep(nanoseconds: 0_100_000_000)
}

let invoicePayment = invoicePaymentResult.getValue()!

// let invoicePayment = invoicePaymentResult.getValue()!
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: Remove commented-out line.

@@ -951,7 +959,8 @@ public class HumanObjectPeerTestInstance {
try! await Task.sleep(nanoseconds: 0_100_000_000)
}

let invoicePayment = invoicePaymentResult.getValue()!
// let invoicePayment = invoicePaymentResult.getValue()!
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: Remove commented-out line.

@arik-so
Copy link
Contributor Author

arik-so commented Feb 12, 2024

Will address in follow-up commit, don't wanna restart the CI from scratch right now.

@arik-so arik-so merged commit 73adb75 into lightningdevkit:main Feb 12, 2024
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants