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

test: Fixes and updates to wallet_backwards_compatibility.py for 25.0 and descriptor wallets #28027

Merged

Commits on Jul 14, 2023

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

Commits on Aug 23, 2023

  1. test: Fix 0.16 wallet paths and downgrade test

    The test for 0.16 wallet downgrading was using the wrong wallet path and
    thus incorrectly finding that 0.16 could open wallets created in master.
    achow101 committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    313d665 View commit details
    Browse the repository at this point in the history
  2. test: Remove w1_v18 from wallet backwards compatibility

    This wallet is no longer used in the test
    achow101 committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    53f35d0 View commit details
    Browse the repository at this point in the history
  3. test: Refactor v19 addmultisigaddress test to be distinct

    This specific test is distinct from the rest of the backwards
    compatibility tests as it is checking a specific failure.
    achow101 committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    71c03ae View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f41215c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f158573 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6d46990 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    538939e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    bbf43c6 View commit details
    Browse the repository at this point in the history
  9. test: roundtrip wallet backwards compat downgrade

    Test that old nodes don't mess up new wallets by loading a downgraded
    wallet in master again.
    achow101 committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    afd9a67 View commit details
    Browse the repository at this point in the history