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 Electrum backend #1222

Merged
merged 17 commits into from
Sep 5, 2024
Merged

Commits on Sep 4, 2024

  1. Configuration menu
    Copy the full SHA
    e267f66 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    34b9a49 View commit details
    Browse the repository at this point in the history
  3. bitcoin: add sync_wallet method to interface

    This includes changes from darosior's comment in
    wizardsardine#1222 (comment).
    jp1ac4 committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    89e004d View commit details
    Browse the repository at this point in the history
  4. poller: sync wallet before checking updates

    This includes changes from darosior's comment in
    wizardsardine#1222 (comment).
    jp1ac4 committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    69259c1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4c02b0d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    689442c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5011ad9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c4c2424 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. bitcoin: add electrum backend

    This includes changes from darosior's comment in
    wizardsardine#1222 (comment).
    jp1ac4 committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    c7ee862 View commit details
    Browse the repository at this point in the history
  2. func test: fix min rbf feerate

    Here, the min RBF feerate is 1 more than that of the transaction
    to be replaced.
    
    The feerate of the transaction to be replaced may vary slightly
    depending on the signature size and is calculated during the test.
    As such, the min feerate should be set according to this
    calculated value.
    jp1ac4 committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    1b04b29 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a85d488 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    371e31e View commit details
    Browse the repository at this point in the history
  5. ci: add electrs to func tests

    jp1ac4 committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    72c6314 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    177dfc4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ada89c5 View commit details
    Browse the repository at this point in the history
  8. func test: wait for block heights to match

    This is copied from darosior's changes in
    wizardsardine#1222 (comment).
    jp1ac4 committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    b630d46 View commit details
    Browse the repository at this point in the history
  9. func test: prevent disconnects when using mocktime

    Thanks to pythcoiner for providing this fix.
    jp1ac4 committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    341f940 View commit details
    Browse the repository at this point in the history