< 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.
< gribble> https://github.com/bitcoin/bitcoin/issues/17219 | wallet: allow transaction without change if keypool is empty by Sjors · Pull Request #17219 · bitcoin/bitcoin · GitHub
< 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 )
< fjahr> Is this the same issue? https://github.com/bitcoin/bitcoin/issues/18954
< elichai2> yep :)
< elichai2> at least it looks like it
< elichai2> shesek: feel free to test this https://github.com/bitcoin/bitcoin/pull/18964 (promag )
< shesek> I will try this and report back, thanks!
< bitcoin-git> [bitcoin] fanquake closed pull request #18151: build: replace libdmg and genisoimage with xorriso (master...xorriso_replaces_libdmg_genisoimage) https://github.com/bitcoin/bitcoin/pull/18151
< wumpus> this is strange: #19066 -- are there any conditions where bad_alloc can still be thrown when a new_handler is set?
< gribble> https://github.com/bitcoin/bitcoin/issues/19066 | corruption due to lack of memory is not handled · Issue #19066 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] practicalswift opened pull request #19067: tests: Add fuzzing harness for CNode (master...fuzzers-2020-05-25) https://github.com/bitcoin/bitcoin/pull/19067
< fanquake> Anyone have anything rc2 related to report?