< bitcoin-git>
[bitcoin] kallewoof closed pull request #12911: wallet: Show fee in results for signrawtransaction* for segwit inputs (master...sign-show-fees) https://github.com/bitcoin/bitcoin/pull/12911
< bitcoin-git>
[bitcoin] MarcoFalke merged pull request #18176: tests: Add fuzzing harness for CScript and CScriptNum operations (master...fuzzers-script_ops) https://github.com/bitcoin/bitcoin/pull/18176
< bitcoin-git>
[bitcoin] practicalswift closed pull request #16136: Add an optional extra level of checking: ASSUME(...) - an opt-in side-effect safe assert(...) (master...check) https://github.com/bitcoin/bitcoin/pull/16136
< bitcoin-git>
[bitcoin] practicalswift closed pull request #17639: tests: Add "make check-valgrind" to run the unit tests under Valgrind (master...make-check-valgrind) https://github.com/bitcoin/bitcoin/pull/17639
< bitcoin-git>
[bitcoin] practicalswift closed pull request #17208: Make all tests pass UBSan without using any UBSan suppressions (master...ubsan-warnings) https://github.com/bitcoin/bitcoin/pull/17208
< bitcoin-git>
[bitcoin] practicalswift closed pull request #17894: tests: Avoid accumulating allocated memory in a global state if LogPrintf is called when fuzzing (master...fuzzers-deserialize-enable-logging) https://github.com/bitcoin/bitcoin/pull/17894
< bitcoin-git>
[bitcoin] practicalswift opened pull request #18308: depends: Make it possible to build Boost dependency using a toolset other than gcc (./b2 toolset=gcc) (master...b2-toolset-clang) https://github.com/bitcoin/bitcoin/pull/18308
< bitcoin-git>
[bitcoin] n-thumann opened pull request #18309: zmq: Add support to listen on multiple interfaces (master...zmq-listen-multiple-interfaces) https://github.com/bitcoin/bitcoin/pull/18309
< bitcoin-git>
bitcoin/master ffff9dc MarcoFalke: test: Explain why test logging should be used
< bitcoin-git>
bitcoin/master cf4cb28 MarcoFalke: Merge #18305: test: Explain why test logging should be used
< bitcoin-git>
[bitcoin] MarcoFalke merged pull request #18305: test: Explain why test logging should be used (master...2003-docWhyTestLog) https://github.com/bitcoin/bitcoin/pull/18305
< jonatack>
instagibbs: totalFee in rpc bumpfee was deprecated in 0.19 and should be removed for 0.20, yes?
< bitcoin-git>
[bitcoin] dannmat closed pull request #18291: Changed the date format on Block Syncing overlay (master...mar-20-date-format-string) https://github.com/bitcoin/bitcoin/pull/18291
< bitcoin-git>
[bitcoin] jonatack opened pull request #18312: wallet: remove deprecated totalFee argument from fee bumping (master...rpc-bumpfee-remove-deprecated-totalFee) https://github.com/bitcoin/bitcoin/pull/18312
< ysangkok>
ryanofsky: vasild linked a line in that function, so he knows there is a RenameOver link. I believe he is pointing out that its contents is 'implementation-defined' on non-Win32, since that part of the function uses std::rename.