< bitcoin-git>
[bitcoin] hebasto opened pull request #18349: build: Fix quick hack for version string in releases (master...20200314-version-workaround) https://github.com/bitcoin/bitcoin/pull/18349
< bitcoin-git>
[bitcoin] TheQuantumPhysicist opened pull request #18350: Fix mining to an invalid target + ensure that a new block has the correct hash internally (master...master) https://github.com/bitcoin/bitcoin/pull/18350
< vasild>
jonatack: Indeed BOOST_AUTO_TEST_CASE(logargs) intercepts and inspects the logs, thanks for the hint! I created a unit test for #17994, but its not viable to add it because it would require filling up a few 128MiB files with data. In my tests I lowered MAX_BLOCKFILE_SIZE so that only a few blocks suffice to overflow a blk file.