< harding>
provoostenator_: there's an item in the 0.20 release notes draft starting with "Transactions which do not produce change outputs can still be created even if a change address cannot be fetched.". MarcoFalke queried about which PR that belongs to and I believe it's #17219, which is in master but not in 0.20 AFAICT. I'm going to drop it from the draft, but please let me know if that's wrong and I'll restore it. I can also open a
< harding>
PR adding it to the release notes in master, unless you want to do that.
< shesek>
is it a known issue that importing an address doesn't track its existing mempool transactions until they get confirmed? or am I missing something? here's a reproduction script and the output I'm seeing: https://gist.github.com/shesek/9c82c0e50f3d2f44f36078dd8daed280
< elichai2>
shesek: hmm idk about known issue, but it looks like the code only does a rescan of the chain and not a rescan of the mempool
< elichai2>
I don't mind working on this, but I'll first let someone who knows the wallet better to respond :) if it's actually missing, should this be part of the existing rescan or a new type of rescan? (sipa achow101 )