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

lnwallet: update Bolt3 test vectors #7439

Merged

Commits on Mar 16, 2023

  1. Configuration menu
    Copy the full SHA
    b5d281d View commit details
    Browse the repository at this point in the history
  2. lnwallet: remove dead code

    ellemouton committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    15da50d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    09ff853 View commit details
    Browse the repository at this point in the history
  4. lnwallet: add funding amount assertion to tests

    In this commit, an assertion is added to the bolt 3 commitment tx tests
    that ensures that the local and remote balances add up to the expected
    funding amount. Adding this assertion uncovered a borked test vector
    which is also fixed in this commit.
    ellemouton committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    dbc19b2 View commit details
    Browse the repository at this point in the history
  5. lnwallet: add new htlc set for test vectors

    Add a new test htlc set comprised of htlc 1 from the original set and
    two new htlcs, 5 and 6, that use the same preimage and have the same
    output value (in sats). This htlc set is used in tests that assert the
    ordering of htlcs  that have the same preimage and output value.
    ellemouton committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    4f14193 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a41f6d5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6774b72 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b607db3 View commit details
    Browse the repository at this point in the history
  9. docs: add release note

    ellemouton committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    05793e5 View commit details
    Browse the repository at this point in the history