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 psbt BIP174 test vectors tests #935

Merged
merged 4 commits into from Oct 28, 2022

Commits on Oct 27, 2022

  1. Move test_data/* tests/data

    In preparation for adding integration tests in the standard Rust
    `tests/` directroy; move the contents of `test_data` to `tests/data`.
    tcharding authored and DanGould committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    72935a0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6b6ef52 View commit details
    Browse the repository at this point in the history
  3. Test PSBT integration

    Implement Test Vectors from BIP 174
    
    Co-authored-by: Tobin Harding <me@tobin.cc>
    Co-authored-by: Armin Sabouri <armins88@gmail.com>
    3 people committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    16bf6f6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b8bd31d View commit details
    Browse the repository at this point in the history