rkrux
rkrux
Thanks @tdb3 for trying the guide out and sharing your feedback. I think I addressed all of it, and good that you raised the last point - the previous transaction...
@fjahr I've updated the guide adding instructions for assumeutxo mainnet.
@hodlinator Thanks for following the guide and reviewing it thoroughly. I agree with all your suggestions and have accepted them. The diagram is a nice touch. :)
Closing for now, will reopen later if this piques someone's interest.
Re: [Merge branch 'master' into wallet-readonly-access](https://github.com/bitcoin/bitcoin/pull/32685/commits/fa0699eaffee914aded42fce21beffdebf41b1b6) I don't think merging master in the PR branch is preferred, instead rebasing is done. https://github.com/bitcoin/bitcoin/blob/master/CONTRIBUTING.md#rebasing-changes
> I would prefer to not split into multiple PR's since most of the commits here are refactors that are setting-up for splitting wallet creation and loading, the first PR(s)...
`wallet_migration.py` test fails on my system but I see there's an issue for it already here: https://github.com/bitcoin/bitcoin/issues/31447
> Alice calls getxpub m/87h/0h/0h on the new wallet Is this supposed to use the not yet present `gethdkey` RPC instead? Asking because afaik there is no `getxpub` in the...