< bitcoin-git>
bitcoin/master a16ea05 practicalswift: tests: Add fuzzing harness for functions/classes in flatfile.h
< bitcoin-git>
bitcoin/master 9718f38 practicalswift: tests: Add fuzzing harness for functions/classes in merkleblock.h
< bitcoin-git>
bitcoin/master f205cf7 practicalswift: tests: Add fuzzing harness for functions/classes in span.h
< bitcoin-git>
[bitcoin] MarcoFalke merged pull request #18455: tests: Add fuzzing harness for functions/classes in flatfile.h, merkleblock.h, random.h, serialize.h and span.h (master...fuzzers-misc-4) https://github.com/bitcoin/bitcoin/pull/18455
< bitcoin-git>
[bitcoin] theStack opened pull request #18466: rpc: fix invalid parameter error codes for {sign,verify}message RPCs (master...20200329-rpc-improve-signverifymessage-error-codes) https://github.com/bitcoin/bitcoin/pull/18466
< hebasto>
jeremyrubin: sdaftuar_: did I understand correctly, that in current CTxMemPool::UpdateForDescendants() the upper bound of the number of txiter that are stored in cachedDescendants is N*(N-1)/2, N is a number of all txs, in mempool and from disconnected block?