< bitcoin-git> [bitcoin] lucash-dev opened pull request #13533: [tests] Reduced number of validations in tx_validationcache_tests (master...reduce-txvalidationcache_tests-runtime) https://github.com/bitcoin/bitcoin/pull/13533
< cornfeedhobo> before i open an issue, could someone look at the french bip39 wordlist and tell me if they see the weird first byte artifact?
< bitcoin-git> [bitcoin] practicalswift opened pull request #13534: Don't assert(foo()) where foo has side effects (master...assert-with-a-side-effect) https://github.com/bitcoin/bitcoin/pull/13534
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #13535: [qa] wallet_basic: Avoid creating tiny output early on (master...Mf1806-qaWalletBasic) https://github.com/bitcoin/bitcoin/pull/13535
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #13536: [qt] coincontrol: Remove unused qt4 workaround (master...Mf1806-qtCoinNo4) https://github.com/bitcoin/bitcoin/pull/13536
< promag> MarcoFalke: re #13535, I don't get it, if fund succeeded, how could it give bad-txns-in-belowout error?
< gribble> https://github.com/bitcoin/bitcoin/issues/13535 | [qa] wallet_basic: Avoid creating tiny output early on by MarcoFalke · Pull Request #13535 · bitcoin/bitcoin · GitHub
< promag> hmm there is no fund near L250
< bitcoin-git> [bitcoin] wodry opened pull request #13537: GUI: Peer table: Visualize inbound/outbound state for every row (master...peer-table-show-inbound-outbound-symbol) https://github.com/bitcoin/bitcoin/pull/13537
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/b1dc39df6ec8...b877c394771a
< bitcoin-git> bitcoin/master bb3de15 Wladimir J. van der Laan: qt: Move BitcoinGUI initializers to class, fix initializer order warning...
< bitcoin-git> bitcoin/master b877c39 MarcoFalke: Merge #13528: qt: Move BitcoinGUI initializers to class, fix initializer order warning...
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #13528: qt: Move BitcoinGUI initializers to class, fix initializer order warning (master...2018_06_bitcoingui_initializers) https://github.com/bitcoin/bitcoin/pull/13528
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/b877c394771a...baf3a3ab0c63
< bitcoin-git> bitcoin/master faa2cf6 MarcoFalke: [qt] coincontrol: Remove unused qt4 workaround
< bitcoin-git> bitcoin/master baf3a3a MarcoFalke: Merge #13536: [qt] coincontrol: Remove unused qt4 workaround...
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #13536: [qt] coincontrol: Remove unused qt4 workaround (master...Mf1806-qtCoinNo4) https://github.com/bitcoin/bitcoin/pull/13536
< sipa> i made a writeup on how to represent keys and related scripts in a single descriptor: https://gist.github.com/sipa/e3d23d498c430bb601c5bca83523fa82
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/baf3a3ab0c63...452bb90c718d
< bitcoin-git> bitcoin/master 3f72d04 Kristaps Kaupe: Fix parameter count check for importpubkey.
< bitcoin-git> bitcoin/master 452bb90 Wladimir J. van der Laan: Merge #13507: RPC: Fix parameter count check for importpubkey...
< bitcoin-git> [bitcoin] laanwj closed pull request #13507: RPC: Fix parameter count check for importpubkey (master...importpubkey) https://github.com/bitcoin/bitcoin/pull/13507
< Korefan> Could someone help me and direct where to start with reading, compiling, etc?
< sipa> (or similar for windows or osx)
< Korefan> sipa, ty ;-)
< promag> jnewbery: loadwallet /path/to/some/folder/but/not/a/wallet works, is this expected?
< jimpo> neat idea for a composable grammar, sipa