< bitcoin-git> [bitcoin] theuni opened pull request #10663: net: split resolve out of connect (master...split-resolve-connect) https://github.com/bitcoin/bitcoin/pull/10663
< bitcoin-git> [bitcoin] donlondon opened pull request #10665: go (master...release) https://github.com/bitcoin/bitcoin/pull/10665
< annanay25> Hi, where can I find a Roadmap of Bitcoin development?
< bitcoin-git> [bitcoin] sipa closed pull request #10665: go (master...release) https://github.com/bitcoin/bitcoin/pull/10665
< wumpus> sipa: how would that work? you'd pass in two lambas - one gets called if the value is present, and the other if the return value is not present?
< sipa> wumpus: yup
< sipa> Maybe a = (a -> b, () -> b) -> b
< sipa> in haskellish type notation
< wumpus> though if the function would no longer have a return type at all, it would have the advantage that callbacks can be asynchronous
< wumpus> that would be more NodeJS than Haskell though :-(
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/e2921405dff1...8c841a31a91f
< bitcoin-git> bitcoin/master fab9b60 MarcoFalke: doc: Remove outdated minrelaytxfee comment
< bitcoin-git> bitcoin/master 8c841a3 Wladimir J. van der Laan: Merge #10626: doc: Remove outdated minrelaytxfee comment...
< bitcoin-git> [bitcoin] laanwj closed pull request #10626: doc: Remove outdated minrelaytxfee comment (master...Mf1706-docInit) https://github.com/bitcoin/bitcoin/pull/10626
< MarcoFalke> ! [remote rejected] master -> master (cannot lock ref 'refs/heads/master': is at 8c841a31a91ffe7e449c4733d14664b79cb39378 but expected e2921405dff1331d0a1ba6a2e97b2cc23992e72a)
< MarcoFalke> What are the odds? :)
< wumpus> oh! did our merges collide? I think it happened to me once, before
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/8c841a31a91f...e0a7801223fd
< bitcoin-git> bitcoin/master 5155d11 Andrew Chow: Initialize randomness in benchmarks...
< bitcoin-git> bitcoin/master e0a7801 MarcoFalke: Merge #10662: Initialize randomness in benchmarks...
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #10662: Initialize randomness in benchmarks (master...fix-bench) https://github.com/bitcoin/bitcoin/pull/10662
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/e0a7801223fd...232508fe0fcb
< bitcoin-git> bitcoin/master dd869c6 Gregory Maxwell: Add an explanation of quickly hashing onto a non-power of two range....
< bitcoin-git> bitcoin/master 232508f Wladimir J. van der Laan: Merge #10577: Add an explanation of quickly hashing onto a non-power of two range....
< bitcoin-git> [bitcoin] laanwj closed pull request #10577: Add an explanation of quickly hashing onto a non-power of two range. (master...hashrange-comment) https://github.com/bitcoin/bitcoin/pull/10577
< wumpus> NicolasDorier: #10622 is strange - it looks like a stale bitcoin-config.h is floating around, but I'd expect git clean -dfx to take care of that
< gribble> https://github.com/bitcoin/bitcoin/issues/10622 | Compile error (ubuntu trusty) · Issue #10622 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] laanwj pushed 6 new commits to master: https://github.com/bitcoin/bitcoin/compare/232508fe0fcb...2772dc9f2199
< bitcoin-git> bitcoin/master 7f31762 Cory Fields: net: add an internal subnet for representing unresolved hostnames...
< bitcoin-git> bitcoin/master 6d0bd5b Cory Fields: net: do not allow resolving to an internal address...
< bitcoin-git> bitcoin/master 6cdc488 Cory Fields: net: switch to dummy internal ip for dns seed source...
< bitcoin-git> [bitcoin] laanwj closed pull request #10446: net: avoid extra dns query per seed (master...no-double-resolve) https://github.com/bitcoin/bitcoin/pull/10446
< bitcoin-git> [bitcoin] laanwj closed pull request #9919: UNIX sockets support for RPC (master...2017_03_unix_socket) https://github.com/bitcoin/bitcoin/pull/9919
< bitcoin-git> [bitcoin] laanwj closed pull request #9979: p2p: Bare minimum to support UNIX sockets (master...2017_03_unix_socket_p2p) https://github.com/bitcoin/bitcoin/pull/9979
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/2772dc9f2199...00350bd6db91
< bitcoin-git> bitcoin/master 0ef7de9 John Newbery: [RPCs] Remove submitblock parameters argument help text
< bitcoin-git> bitcoin/master 00350bd Wladimir J. van der Laan: Merge #10191: [trivial] Rename unused RPC arguments 'dummy'...
< bitcoin-git> [bitcoin] laanwj closed pull request #10191: [trivial] Rename unused RPC arguments 'dummy' (master...remove_submit_block_params) https://github.com/bitcoin/bitcoin/pull/10191
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/00350bd6db91...b62b4c873e18
< bitcoin-git> bitcoin/master e503b2b tnaka: fixed listunspent rpc convert parameter
< bitcoin-git> bitcoin/master b62b4c8 Wladimir J. van der Laan: Merge #10627: fixed listunspent rpc convert parameter...
< bitcoin-git> [bitcoin] laanwj closed pull request #10627: fixed listunspent rpc convert parameter (master...fixed-listunspent) https://github.com/bitcoin/bitcoin/pull/10627
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/b62b4c873e18...eee398fa123f
< bitcoin-git> bitcoin/master 1887337 Gregory Maxwell: Add a comment explaining the use of MAX_BLOCK_BASE_SIZE.
< bitcoin-git> bitcoin/master eee398f Wladimir J. van der Laan: Merge #10608: Add a comment explaining the use of MAX_BLOCK_BASE_SIZE....
< bitcoin-git> [bitcoin] laanwj closed pull request #10608: Add a comment explaining the use of MAX_BLOCK_BASE_SIZE. (master...size_comment) https://github.com/bitcoin/bitcoin/pull/10608
< bitcoin-git> [bitcoin] laanwj closed pull request #10339: Optimization: Calculate block hash less times (master...b15-optimization-blockhash) https://github.com/bitcoin/bitcoin/pull/10339
< bitcoin-git> [bitcoin] laanwj pushed 5 new commits to master: https://github.com/bitcoin/bitcoin/compare/eee398fa123f...bef02fb6ac9f
< bitcoin-git> bitcoin/master ccf84bb Russell Yanofsky: Move birthday optimization out of ScanForWalletTransactions...
< bitcoin-git> bitcoin/master 9bb66ab Russell Yanofsky: Add RescanFromTime method and use from rpcdump...
< bitcoin-git> bitcoin/master 5b2be2b Russell Yanofsky: Make CWallet::RescanFromTime comment less ambiguous
< bitcoin-git> [bitcoin] laanwj closed pull request #10412: Improve wallet rescan API (master...pr/scanclean) https://github.com/bitcoin/bitcoin/pull/10412
< Victorsueca> gee, that's some activity there
< achow101> Does anyone know what commit(s) or PRs removed IP transactions? I was looking at #253 but it says 0 commits and 0 changes and the commit it references is completely unrelated :(
< gribble> https://github.com/bitcoin/bitcoin/issues/253 | Remove send to IP address and IP transactions support by laanwj · Pull Request #253 · bitcoin/bitcoin · GitHub
< _void> Hi! I've been reading about sidechains (and I'm reading now a Vitalik's post about sharding) and there is something I don't get, because I always thought that to secure a sidechain the only thing needed is a hash on the main chain
< Lauda> Wrong channel
< _void> Mmm sorry, I'm new here
< Lauda> try #bitcoin-dev
< _void> Mhh what's the difference? I think I should use some channel for "discuss" like the mailing list (dev and discuss)
< sipa> this channel is about development of one specific implementation of the bitcoin protocol called bitcoin core
< _void> Now I see, there are a bunch of channels, maybe you see me here anyway, I'm thinking of joining the dev community :)
< sipa> achow101: i think it was removed in various steps
< TheV01D> hello ppl
< TheV01D> I want to use base58 and key.h in a seperate program
< TheV01D> linker complaining bout memory_cleanse
< bitcoin-git> [bitcoin] jtimon closed pull request #10462: Consensus: Modified BIP8 implementation (master...b15-bip8-min) https://github.com/bitcoin/bitcoin/pull/10462
< jtimon> it almost never needs rebase, but I have looked if it needs it or not so many times...there doesn't seem to be much interest in #9176 wumpus should I close it?
< gribble> https://github.com/bitcoin/bitcoin/issues/9176 | Globals: Pass Consensus::Params through CBlockTreeDB::LoadBlockIndexGuts() by jtimon · Pull Request #9176 · bitcoin/bitcoin · GitHub
< jtimon> is in a sense similar to #10339 in the sense that people seem to dislike more explicit arguments
< gribble> https://github.com/bitcoin/bitcoin/issues/10339 | Optimization: Calculate block hash less times by jtimon · Pull Request #10339 · bitcoin/bitcoin · GitHub