< achow101>
MarcoFalke: would it be possible for you to have DrahtBot check for silent merge conflicts? the ones where git doesn't have a merge conflict but merging results in a compilation or test failure?
< luke-jr>
achow101: doesn't Travis already check t hat?
< sipa>
luke-jr: only upon a new push
< achow101>
luke-jr: only on a new push to the branch for the pr
< achow101>
perhaps it would be possible to make travis rebuild every pr for every new push to master, but I don't think travis would like to rebuild 200+ prs for every push to master
< bitcoin-git>
[bitcoin] ken2812221 opened pull request #13660: [depends] Don't build Qt dependencies if it doesn't support Qt (master...qt-packages-fix) https://github.com/bitcoin/bitcoin/pull/13660
< bitcoin-git>
bitcoin/master ac51a26 Luke Dashjr: During IBD, when doing pruning, prune 10% extra to avoid pruning again soon after...
< bitcoin-git>
bitcoin/master 9a1ad2c Pieter Wuille: Merge #11658: During IBD, when doing pruning, prune 10% extra to avoid pruning again soon after...
< bitcoin-git>
[bitcoin] sipa closed pull request #11658: During IBD, when doing pruning, prune 10% extra to avoid pruning again soon after (master...ibd_prune_extra) https://github.com/bitcoin/bitcoin/pull/11658
< Tony_>
Hi, all,I have a question about the "Escrow And Arbitration" in the developer guide, what would happen if the arbitrator Alice was bribed by Charlie or Bob?
< sipa>
Tony_: #bitcoin or bitcoin.stackexchange.clm
< bitcoin-git>
[bitcoin] ken2812221 closed pull request #13660: [depends] Don't build Qt dependencies if it doesn't support Qt (master...qt-packages-fix) https://github.com/bitcoin/bitcoin/pull/13660
< bitcoin-git>
[bitcoin] ken2812221 reopened pull request #13660: [depends] Don't build Qt dependencies if it doesn't support Qt (master...qt-packages-fix) https://github.com/bitcoin/bitcoin/pull/13660
< bitcoin-git>
[bitcoin] Sjors opened pull request #13662: Explain when reindex-chainstate can be used instead of reindex (master...2018/07/reindex-chainstate-doc) https://github.com/bitcoin/bitcoin/pull/13662
< bitcoin-git>
[bitcoin] MarcoFalke opened pull request #13663: tests: Avoid read/write to default datadir (master...Mf1807-qaNoDefaultDatadir) https://github.com/bitcoin/bitcoin/pull/13663
< bitcoin-git>
[bitcoin] MarcoFalke closed pull request #11359: Add a pruning 'high water mark' to reduce the frequency of pruning events (master...2017-09-add-pruning-hwm) https://github.com/bitcoin/bitcoin/pull/11359
< bitcoin-git>
[bitcoin] masonicboom opened pull request #13664: Trivial: fix references to share/rpcuser (now share/rpcauth) (master...update-rpcuser-references) https://github.com/bitcoin/bitcoin/pull/13664
< harding>
wumpus: will a tarball for RISC-V be provided with the regular 0.17 release files? Asking because I'll need to make a minor update to the website /en/download page to list that platform.
< Chris_Stewart_5>
How do I run lint-all.sh locally?