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

Make everything async #26

Closed
wants to merge 22 commits into from

Commits on Sep 19, 2022

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

Commits on Sep 30, 2022

  1. f Use individual event structs

    tnull committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    fdef833 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2022

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

Commits on Oct 7, 2022

  1. f Don't wrap upstream event

    tnull committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    0cd90b5 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2022

  1. f Duplicate Readable

    tnull committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    b18b416 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2022

  1. Configuration menu
    Copy the full SHA
    a4922da View commit details
    Browse the repository at this point in the history
  2. Revert "f Use individual event structs"

    This reverts commit fdef833.
    tnull committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    0a0d8b3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    30dcdea View commit details
    Browse the repository at this point in the history
  4. f Panic for non-Segwit spends

    tnull committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    876d109 View commit details
    Browse the repository at this point in the history
  5. f Fee estimates

    tnull committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    46d6d35 View commit details
    Browse the repository at this point in the history
  6. f Use HashSet

    tnull committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    2b7f758 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    04254e8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e9a695b View commit details
    Browse the repository at this point in the history
  9. f FMT

    tnull committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    97c22fd View commit details
    Browse the repository at this point in the history
  10. f Go async

    tnull committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    caf8683 View commit details
    Browse the repository at this point in the history
  11. f Panic on broadcast failure

    tnull committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    a35ed90 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    458978b View commit details
    Browse the repository at this point in the history
  13. f Add TODOs

    tnull committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    4f7e1d5 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    4b12fc7 View commit details
    Browse the repository at this point in the history
  15. Clean up error types and logging outputs

    Here we migrate from wrapping all upstream errors to exposing only
    select error variants to the downstream user. Also, we clean up and
    unify logging outputs.
    tnull committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    78eb34d View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    e82b5f7 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2022

  1. Make everything async

    We migrate BDK and other remaining blocking parts to async.
    tnull committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    a6174dc View commit details
    Browse the repository at this point in the history