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

Add amount checks to integration tests #351

Merged
merged 3 commits into from
Aug 22, 2024

Commits on Aug 20, 2024

  1. Add amount checks to integration tests

    At the end of each integration test, check the resulting transaction
    inputs/outputs, and the resulting balances for the sender and receiver.
    
    Note that the sender sweep test case requires the original PSBT fee rate
    to be high enough to cover the receiver input, because neither the
    sender nor the receiver can contribute additional fees in the payjoin
    PSBT due to current API limitations.
    spacebear21 committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    c7b5c17 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. Configuration menu
    Copy the full SHA
    7391636 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. Configuration menu
    Copy the full SHA
    f1401ce View commit details
    Browse the repository at this point in the history