AssumeUTXO is a bootstrapping technique that will allow a user to see some data about their wallet, and possible make transactions, before having gone through the full initial block download. Let's figure out how this works and what the best user experience for this feature is.
There seem to be a few steps:
- User opts-in to this feature, or it is enabled by default
- The application downloads the startup data (just going to call it this for sake of a better term) automatically, or the user uploads it from their hard drive
- Initial block download starts for full validation
- The wallet can show some data
- Wallet balance
- Can it also show the payment history?
- Can the user spend?
- Initial block download finds a discrepancy to the startup data
- Initial block download finishes
- Do we communicate this? What changes for the user?
- The user can create and download their own startup data to use elsewhere
Some detail to sort through here. Let's figure it out.
--
List of related issues and PRs (update as we go):
AssumeUTXO is a bootstrapping technique that will allow a user to see some data about their wallet, and possible make transactions, before having gone through the full initial block download. Let's figure out how this works and what the best user experience for this feature is.
There seem to be a few steps:
Some detail to sort through here. Let's figure it out.
--
List of related issues and PRs (update as we go):