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

feat: add bitcoin transaction fee validation #582

Merged
merged 20 commits into from
Oct 2, 2024

Commits on Sep 30, 2024

  1. Configuration menu
    Copy the full SHA
    edc332b View commit details
    Browse the repository at this point in the history
  2. Use the crate ScriptPubKey in

    EncryptedDkgShares script_pubkey field
    djordon committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    2e20e09 View commit details
    Browse the repository at this point in the history
  3. Switch the config for bitcoin core to use

    the regtest variables
    djordon committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    e60b3c8 View commit details
    Browse the repository at this point in the history
  4. Add a new trait function to DbRead for checking

    whether a script pub key is related to the signers
    djordon committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    9ac4426 View commit details
    Browse the repository at this point in the history
  5. Update the function signature on BitcoinTxInfo.

    Also update a BitcoinTxInfo's subfield and comment
    djordon committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    14b4318 View commit details
    Browse the repository at this point in the history
  6. Update protobuf comment

    djordon committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    d786946 View commit details
    Browse the repository at this point in the history
  7. update random comments. fixup

    djordon committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    7842e32 View commit details
    Browse the repository at this point in the history
  8. Fix a lurking bug in a query that fetches the last

    years worth of scriptPubKeys. It now gets at least one
    scriptPubKey
    djordon committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    915b91b View commit details
    Browse the repository at this point in the history
  9. Update stacks validation functions to use

    bitcoin core
    djordon committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    c7c62b7 View commit details
    Browse the repository at this point in the history
  10. Add test helper struct for setting up sweep

    transactions and making them (hopefully)
    easier to understand
    djordon committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    54120fc View commit details
    Browse the repository at this point in the history
  11. Fix up another query

    djordon committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    1b6a458 View commit details
    Browse the repository at this point in the history
  12. Update the integration tests for stacks tx

    validation
    djordon committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    44edc33 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. Fix typos

    djordon committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    8accf06 View commit details
    Browse the repository at this point in the history
  2. More PR updates

    djordon committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    21ed295 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fa0679f View commit details
    Browse the repository at this point in the history
  4. Updates after merge main

    djordon committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    f695fdd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ced05eb View commit details
    Browse the repository at this point in the history
  6. thanks clippy

    djordon committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    51f56c4 View commit details
    Browse the repository at this point in the history
  7. Fix up the comments.

    djordon committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    985b75c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    622f163 View commit details
    Browse the repository at this point in the history