-
Notifications
You must be signed in to change notification settings - Fork 23
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
Rotate taproot swap-in addresses #584
Merged
Merged
Commits on Feb 15, 2024
-
This meta notably contains the index if the address was deterministically generated.
Configuration menu - View commit details
-
Copy full SHA for a37fd67 - Browse repository at this point
Copy the full SHA a37fd67View commit details -
use multiple swap-in addresses
We create and monitor a fixed number of different swap-in addresses. Peer will choose an empty swap-in addresses if there is one, or a random address if there are none. We limit the number of monitored swap-in addresses to avoid hitting resource limits on Electrum servers. A few hundred addresses (100 or 200) is a safe limit.
Configuration menu - View commit details
-
Copy full SHA for f57ebb5 - Browse repository at this point
Copy the full SHA f57ebb5View commit details -
add support for address generator in mini-wallet
We keep the core logic for watching individual addresses, and just generate more when needed.
Configuration menu - View commit details
-
Copy full SHA for af3b0dd - Browse repository at this point
Copy the full SHA af3b0ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for aaa5070 - Browse repository at this point
Copy the full SHA aaa5070View commit details -
make address scanning 'synchronous'
It's not really synchronous, but we rely the least possible on the mailbox. This makes the `window` disappear because we are scanning addresses one by one. Suggested by @sstone.
Configuration menu - View commit details
-
Copy full SHA for 5a5da63 - Browse repository at this point
Copy the full SHA 5a5da63View commit details -
Configuration menu - View commit details
-
Copy full SHA for bd7f748 - Browse repository at this point
Copy the full SHA bd7f748View commit details -
Configuration menu - View commit details
-
Copy full SHA for a23343c - Browse repository at this point
Copy the full SHA a23343cView commit details -
move AddressState/AddressMeta out of Companion object
It's more consistent with Utxo and makes jvm interop easier.
Configuration menu - View commit details
-
Copy full SHA for 7b74a3c - Browse repository at this point
Copy the full SHA 7b74a3cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 82c0d22 - Browse repository at this point
Copy the full SHA 82c0d22View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.