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: bitcoin transaction fee assessment #557

Merged
merged 15 commits into from
Sep 24, 2024

Commits on Sep 23, 2024

  1. Add the types for deserializing

    getrawtransaction responses
    djordon committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    0f40268 View commit details
    Browse the repository at this point in the history
  2. Add implementation of function that

    fetches transactions from bitcoin-core
    djordon committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    0b100fd View commit details
    Browse the repository at this point in the history
  3. Polish the docs [ci skip]

    djordon committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    5fb3d5e View commit details
    Browse the repository at this point in the history
  4. reorder stuff

    djordon committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    ece1b63 View commit details
    Browse the repository at this point in the history
  5. use bitcoin-core v25 in CI

    djordon committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    3b41221 View commit details
    Browse the repository at this point in the history
  6. Implement functions for apportioning fees

    for a bitcoin transaction
    djordon committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    f056b25 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    58b03c9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1013dd7 View commit details
    Browse the repository at this point in the history
  9. Add an integration test for the new

    get_tx_info function. Update an old
    test after bitcoin-core version change
    djordon committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    fd272f3 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c95f8a1 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. Assess the fees using weight units

    instead of vbytes.
    djordon committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    64e7961 View commit details
    Browse the repository at this point in the history
  2. Add tests

    djordon committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    f39b1da View commit details
    Browse the repository at this point in the history
  3. Fix typos

    djordon committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    80e909c View commit details
    Browse the repository at this point in the history
  4. Use the scheme given in the

    bitcoin-core client url
    djordon committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    2007877 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e7d8dd9 View commit details
    Browse the repository at this point in the history