< sdupre>
Currently miners seem to be the sole deciders of soft-fork activation. Is this intentional? Could an opcode be made like "OP_VERIFYBLOCKSUPPORTSFORK" where transactions could only be valid in blocks that signal activation? Then users could pressure miners by withholding fees...
< bitcoin-git>
[bitcoin] gertjaap opened pull request #16277: Supress output in test_bitcoin for expected errors (master...issue-15944) https://github.com/bitcoin/bitcoin/pull/16277
< bitcoin-git>
[bitcoin] practicalswift opened pull request #16278: tests: Reduce compilation time and unneccessary recompiles by removing unused includes in tests (master...cut-compilation-bloat-in-unit-tests) https://github.com/bitcoin/bitcoin/pull/16278
< jonasschnelli>
Compiling win64 (minGW, standard depends build) on linux X86 leads to "configure: error: librt missing"
< jonasschnelli>
Anyone seeing the same issue?
< jonasschnelli>
the depens with HOSTx86_64-w64-mingw32 builds fine
< jonasschnelli>
nm,... I had --enable-glibc-back-compat enabled
< bitcoin-git>
bitcoin/master 0e01e45 Wladimir J. van der Laan: devtools: Fetch and display ACKs at sign-off time in github-merge
< bitcoin-git>
bitcoin/master e115a21 MarcoFalke: Merge #16223: devtools: Fetch and display ACKs at sign-off time in github-...
< bitcoin-git>
[bitcoin] MarcoFalke merged pull request #16223: devtools: Fetch and display ACKs at sign-off time in github-merge (master...2019_06_contrib_acks) https://github.com/bitcoin/bitcoin/pull/16223
< bitcoin-git>
[bitcoin] TheBlueMatt opened pull request #16279: Return the AcceptBlock CValidationState directly in ProcessNewBlock (master...2019-06-pnb-dos-state) https://github.com/bitcoin/bitcoin/pull/16279
< fanquake>
jonasschnelli: on which Linux? I haven’t see that compiling on WSL recently. Can investigate today.