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

Stability tests (multiple consecutive payments to same offer) #30

Merged
merged 5 commits into from
Jun 28, 2024

Conversation

mrfelton
Copy link
Member

This pull request includes changes to update the configuration and Dockerfile, increase the channel capacity, and add a new test file. The most significant changes are the addition of a new protocol in the configuration file, the update of the Dockerfile to use a different source for the lndk library, the increase of the channel capacity in the initialization script, and the addition of a new test file for payment stability.

Configuration Updates:

  • conf/lnd/lnd.conf: Added protocol.wumbo-channels=true to enable the use of channels that can accommodate larger amounts of Bitcoin.

Dockerfile Updates:

  • docker/lndk/Dockerfile: Updated the LNDK_REF and LNDK_SOURCE arguments to use a different source for the lndk library, and modified the git clone command to use the LNDK_SOURCE environment variable. [1] [2]

Channel Capacity Increase:

  • scripts/init.sh: Increased the channel capacity from 10,000,000 to 15,000,000 and the pushed amount from 5,000,000 to 7,500,000 in the openchannel and fundchannel commands.

New Test File:

@mrfelton mrfelton added scope:tests Indicates improvements or additions to tests type:enhancement Indicates new feature requests labels Jun 28, 2024
@mrfelton mrfelton self-assigned this Jun 28, 2024
@mrfelton mrfelton merged commit a4d4695 into master Jun 28, 2024
1 check passed
@mrfelton mrfelton deleted the stability-tests branch June 28, 2024 09:46
@mrfelton mrfelton changed the title Stability tests Stability tests (multiple consecutive payments to same offer) Jun 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
scope:tests Indicates improvements or additions to tests type:enhancement Indicates new feature requests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant