-
Notifications
You must be signed in to change notification settings - Fork 58
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
Add Electrum backend #1222
Commits on Sep 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e267f66 - Browse repository at this point
Copy the full SHA e267f66View commit details -
Configuration menu - View commit details
-
Copy full SHA for 34b9a49 - Browse repository at this point
Copy the full SHA 34b9a49View commit details -
bitcoin: add sync_wallet method to interface
This includes changes from darosior's comment in wizardsardine#1222 (comment).
Configuration menu - View commit details
-
Copy full SHA for 89e004d - Browse repository at this point
Copy the full SHA 89e004dView commit details -
poller: sync wallet before checking updates
This includes changes from darosior's comment in wizardsardine#1222 (comment).
Configuration menu - View commit details
-
Copy full SHA for 69259c1 - Browse repository at this point
Copy the full SHA 69259c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c02b0d - Browse repository at this point
Copy the full SHA 4c02b0dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 689442c - Browse repository at this point
Copy the full SHA 689442cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5011ad9 - Browse repository at this point
Copy the full SHA 5011ad9View commit details -
Configuration menu - View commit details
-
Copy full SHA for c4c2424 - Browse repository at this point
Copy the full SHA c4c2424View commit details
Commits on Sep 5, 2024
-
This includes changes from darosior's comment in wizardsardine#1222 (comment).
Configuration menu - View commit details
-
Copy full SHA for c7ee862 - Browse repository at this point
Copy the full SHA c7ee862View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 1b04b29 - Browse repository at this point
Copy the full SHA 1b04b29View commit details -
Configuration menu - View commit details
-
Copy full SHA for a85d488 - Browse repository at this point
Copy the full SHA a85d488View commit details -
Configuration menu - View commit details
-
Copy full SHA for 371e31e - Browse repository at this point
Copy the full SHA 371e31eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 72c6314 - Browse repository at this point
Copy the full SHA 72c6314View commit details -
Configuration menu - View commit details
-
Copy full SHA for 177dfc4 - Browse repository at this point
Copy the full SHA 177dfc4View commit details -
Configuration menu - View commit details
-
Copy full SHA for ada89c5 - Browse repository at this point
Copy the full SHA ada89c5View commit details -
func test: wait for block heights to match
This is copied from darosior's changes in wizardsardine#1222 (comment).
Configuration menu - View commit details
-
Copy full SHA for b630d46 - Browse repository at this point
Copy the full SHA b630d46View commit details -
func test: prevent disconnects when using mocktime
Thanks to pythcoiner for providing this fix.
Configuration menu - View commit details
-
Copy full SHA for 341f940 - Browse repository at this point
Copy the full SHA 341f940View commit details