< bitcoin-git> [bitcoin] benma opened pull request #10917: developer-notes: CamelCase -> PascalCase (master...pascalcase) https://github.com/bitcoin/bitcoin/pull/10917
< goatpig> what's the max size for an op_return output?
< goatpig> i read 40 bytes for a standard tx, is that still the case?
< bitcoin-git> [bitcoin] jonasschnelli closed pull request #10894: Add CChain object for headers-only chain (master...2017/07/hdr_chain) https://github.com/bitcoin/bitcoin/pull/10894
< sipa> goatpig: it was changed to 80 bytes a long time ago
< jonasschnelli> goatpig: it's now 80
< goatpig> jonasschnelli: thanks
< bitcoin-git> [bitcoin] laanwj pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/0c173a15ca1b...6ef3c7ec6233
< bitcoin-git> bitcoin/master f999c46 Karl-Johan Alm: listsinceblock: optionally find and list any transactions that were undone due to reorg when requesting a non-main chain block in a new 'removed' array.
< bitcoin-git> bitcoin/master 876e92b Karl-Johan Alm: Testing: listsinceblock should display all transactions that were affected since the given block, including transactions that were removed due to a reorg.
< bitcoin-git> bitcoin/master 6ef3c7e Wladimir J. van der Laan: Merge #9622: [rpc] listsinceblock should include lost transactions when parameter is a reorg'd block...
< bitcoin-git> [bitcoin] laanwj closed pull request #9622: [rpc] listsinceblock should include lost transactions when parameter is a reorg'd block (master...listsinceblock-include-lost-txs) https://github.com/bitcoin/bitcoin/pull/9622
< bitcoin-git> [bitcoin] laanwj closed pull request #10580: Prefer gpg2 to gpg (master...prefer_gpg2) https://github.com/bitcoin/bitcoin/pull/10580
< promag> someone can restart job https://travis-ci.org/bitcoin/bitcoin/jobs/256251292?
< wumpus> DONE
< promag> ty wumpus
< NicolasDorier> does it talks to someone this error
< NicolasDorier> google is helpless
< NicolasDorier> seems to fails at the last step
< NicolasDorier> it takes like 10 minute for linking just bitcoind.exe and it ends up with this error
< NicolasDorier> ah made it this time... strange
< wumpus> the moved: warning is harmless, just happens on some platforms (and when cross-compilng)
< wumpus> input/output errror sounds like a disk issue
< NicolasDorier> what I thought, tried to git clean -dfx and everything, nothing. I then tried to re run make -j4 after the failure and it worked
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/6ef3c7ec6233...0c70e845aa92
< bitcoin-git> bitcoin/master 05e023f Dag Robole: Move CloseSocket out of SetSocketNonBlocking and pass SOCKET by const reference in SetSocket* functions
< bitcoin-git> bitcoin/master 0c70e84 Wladimir J. van der Laan: Merge #10865: Move CloseSocket out of SetSocketNonBlocking and pass socket as const reference...
< NicolasDorier> knowing my smallest drive on my computer have 20 GB free, I don't think this is the temporary files of the linker which fill everything
< NicolasDorier> meh, whatever, it works now, will ping again if it crashs again
< bitcoin-git> [bitcoin] laanwj closed pull request #10865: Move CloseSocket out of SetSocketNonBlocking and pass socket as const reference (master...20170718-refactor-1) https://github.com/bitcoin/bitcoin/pull/10865
< wumpus> there might be a more detailed error in dmesg when you get an i/o error
< NicolasDorier> thanks, will try next time it happens
< bitcoin-git> [bitcoin] TheBlueMatt opened pull request #10919: Fix more init bugs. (master...2017-07-init-bugs) https://github.com/bitcoin/bitcoin/pull/10919
< bitcoin-git> [bitcoin] practicalswift opened pull request #10920: [qt] Fix potential memory leak in newPossibleKey(ChangeCWallet *wallet) (master...fix-newPossibleKeyChange-memory-leak) https://github.com/bitcoin/bitcoin/pull/10920
< promag> The plan is to continue with fs namespace alias or is it deprecated?
< BlueMatt> continue, I'd think
< BlueMatt> preferably continue w/ std compat where possible
< sipa> continue
< promag> ty
< BlueMatt> promag: sorry, got distracted diving into a kernel project
< BlueMatt> will take a look
< promag> np
< promag> ty BlueMatt
< bitcoin-git> [bitcoin] jimhashhq opened pull request #10922: New file-partiion.md doc describing how to partition files to ensure fast initial blockchain synchronization.. (master...master) https://github.com/bitcoin/bitcoin/pull/10922