< bitcoin-git> [bitcoin] fanquake opened pull request #13617: [WIP] release: require macOS 10.10+ (master...macos-10-10) https://github.com/bitcoin/bitcoin/pull/13617
< bitcoin-git> [bitcoin] sugarjig closed pull request #13616: Add datadir flag to bitcoind.service (master...update-bitcoind-service) https://github.com/bitcoin/bitcoin/pull/13616
< petertodd> gmaxwell: given how long the expiration period is of time-based mempool expiration the total bandwidth used by expired txs can't be all that high
< luke-jr> #13191 added an explicit cpuid asm call, without the necessary cpuid feature checks; it says it did this because cpuid.h's wrapper doesn't support subleafs; but cpuid.h has another wrapper that DOES support subleafs..
< gribble> https://github.com/bitcoin/bitcoin/issues/13191 | Specialized double-SHA256 with 64 byte inputs with SSE4.1 and AVX2 by sipa · Pull Request #13191 · bitcoin/bitcoin · GitHub
< luke-jr> furthermore, it doesn't look like the code is actually *using* subleafs?
< luke-jr> sipa: ^ what's going on here?
< sipa> luke-jr: it is using subleaf 0 of leaf 7
< luke-jr> sipa: subleaf 0 isn't the default subleaf?
< sipa> luke-jr: no, not all leafs have subleafs
< sipa> the non-subleaf cpuid code doesn't initialize the register that indicates the subleaf
< luke-jr> hm
< luke-jr> what's wrong with __get_cpuid_count then? <.<
< sipa> luke-jr: not available in all GCC versions we use
< luke-jr> i c
< sipa> or not in all compilers we use in general
< luke-jr> any idea how master is passing Travis, when the simple cpuid call we use clobbers ebx, which is used for PIC on x86-32? :x
< sipa> luke-jr: it seems that sufficiently recent GCC will just temporarily move the PIC register when you have asm code that indicates clobbering ebx
< sipa> but older GCC will give an error
< luke-jr> is someone already working on a fix/workaround for that?
< sipa> #13611
< gribble> https://github.com/bitcoin/bitcoin/issues/13611 | [bugfix] Use __cpuid_count for gnu C to avoid gitian build fail. by ken2812221 · Pull Request #13611 · bitcoin/bitcoin · GitHub
< sipa> ecx, not ebx
< luke-jr> sipa: shouldn't we still be checking for cpuid support/max (in the __asm__ fallback, after 13611)?
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/88a15ebc8d31...b55f0c31d461
< bitcoin-git> bitcoin/master 63c16ed Chun Kuan Lee: Use __cpuid_count for gnu C to avoid gitian build fail.
< bitcoin-git> bitcoin/master b55f0c3 Wladimir J. van der Laan: Merge #13611: [bugfix] Use __cpuid_count for gnu C to avoid gitian build fail....
< bitcoin-git> [bitcoin] laanwj closed pull request #13611: [bugfix] Use __cpuid_count for gnu C to avoid gitian build fail. (master...sha256-cpuid) https://github.com/bitcoin/bitcoin/pull/13611
< sipa> luke-jr: hmm, perhaps :s
< bitcoin-git> [bitcoin] jnewbery closed pull request #12360: Bury bip9 deployments (master...bury_bip9_deployments) https://github.com/bitcoin/bitcoin/pull/12360
< bitcoin-git> [bitcoin] laanwj pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/b55f0c31d461...172f984f598f
< bitcoin-git> bitcoin/master c469ecf fanquake: net: Remove unused interrupt from SendMessages
< bitcoin-git> bitcoin/master 4b6ab02 practicalswift: Remove unused argument to ProcessGetBlockData(...)
< bitcoin-git> bitcoin/master 172f984 Wladimir J. van der Laan: Merge #13615: net: Remove unused interrupt from SendMessages...
< bitcoin-git> [bitcoin] laanwj closed pull request #13615: net: Remove unused interrupt from SendMessages (master...plv-send-messages) https://github.com/bitcoin/bitcoin/pull/13615
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/172f984f598f...17e9106c864e
< bitcoin-git> bitcoin/master 5e362c0 Samuel B. Atwood: Fix command line help for -printtoconsole and -debuglogfile...
< bitcoin-git> bitcoin/master 17e9106 Wladimir J. van der Laan: Merge #13614: doc: Update command line help for -printtoconsole and -debuglogfile (satwo)...
< bitcoin-git> [bitcoin] laanwj closed pull request #13614: doc: Update command line help for -printtoconsole and -debuglogfile (satwo) (master...satwo_contrib_rebased) https://github.com/bitcoin/bitcoin/pull/13614
< bitcoin-git> [bitcoin] laanwj pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/17e9106c864e...a247594e75f5
< bitcoin-git> bitcoin/master caac39b Daniel Kraft: Make ZMQ notification interface instance global....
< bitcoin-git> bitcoin/master 161e8d4 Daniel Kraft: RPC: Add new getzmqnotifications method....
< bitcoin-git> bitcoin/master a247594 Wladimir J. van der Laan: Merge #13570: RPC: Add new "getzmqnotifications" method...
< bitcoin-git> [bitcoin] laanwj closed pull request #13570: RPC: Add new "getzmqnotifications" method (master...zmq) https://github.com/bitcoin/bitcoin/pull/13570
< bitcoin-git> [bitcoin] Empact closed pull request #13608: bitcoin-tx: Require that input amount is provided for witness transactions (master...bitcoin-tx-sign-amount) https://github.com/bitcoin/bitcoin/pull/13608
< bitcoin-git> [bitcoin] laanwj pushed 4 new commits to master: https://github.com/bitcoin/bitcoin/compare/a247594e75f5...a6d14b1cf711
< bitcoin-git> bitcoin/master 28482ef Sebastian Kung: Ugrade Qt depends to Qt5.9.4...
< bitcoin-git> bitcoin/master 70afa65 Ken Lee: Fix depends Qt5.9.4 mac build...
< bitcoin-git> bitcoin/master 800dea8 Sebastian Kung: Upgrade Qt depends to 5.9.6
< bitcoin-git> [bitcoin] laanwj closed pull request #12971: depends: Upgrade Qt to 5.9.6 (master...Qt59) https://github.com/bitcoin/bitcoin/pull/12971
< bitcoin-git> [bitcoin] laanwj closed pull request #13609: OSX -> macOS (master...osx2macos) https://github.com/bitcoin/bitcoin/pull/13609
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/a6d14b1cf711...453ae5ec9f76
< bitcoin-git> bitcoin/master 57889e6 Daniel Kraft: bitcoin-tx: Stricter check for valid integers...
< bitcoin-git> bitcoin/master 453ae5e Wladimir J. van der Laan: Merge #13603: bitcoin-tx: Stricter check for valid integers...
< bitcoin-git> [bitcoin] laanwj closed pull request #13603: bitcoin-tx: Stricter check for valid integers (master...bitcointx) https://github.com/bitcoin/bitcoin/pull/13603
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/453ae5ec9f76...8cc048ee53e5
< bitcoin-git> bitcoin/master 8564435 Jeff Frontz: Corrected text to reflect new[er] process of specifying fingerprints instead of individual keys.
< bitcoin-git> bitcoin/master 8cc048e Wladimir J. van der Laan: Merge #13605: Docs: corrected text to reflect new[er] process of specifying fingerprints...
< bitcoin-git> [bitcoin] laanwj closed pull request #13605: Docs: corrected text to reflect new[er] process of specifying fingerprints (master...update-gitian-keys-README) https://github.com/bitcoin/bitcoin/pull/13605
< bitcoin-git> [bitcoin] laanwj pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/8cc048ee53e5...7e74c54fed36
< bitcoin-git> bitcoin/master ed82f17 Gregory Sanders: have verifytxoutproof check the number of txns in proof structure
< bitcoin-git> bitcoin/master d280617 Suhas Daftuar: [qa] Add a test for merkle proof malleation
< bitcoin-git> bitcoin/master 7e74c54 Wladimir J. van der Laan: Merge #13452: rpc: have verifytxoutproof check the number of txns in proof structure...
< bitcoin-git> [bitcoin] laanwj closed pull request #13452: rpc: have verifytxoutproof check the number of txns in proof structure (master...actuallyverifytxoutproof) https://github.com/bitcoin/bitcoin/pull/13452
< jnewbery> promag: are you still targetting v0.17 for #13100?
< gribble> https://github.com/bitcoin/bitcoin/issues/13100 | gui: Add dynamic wallets support by promag · Pull Request #13100 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] laanwj pushed 6 new commits to 0.16: https://github.com/bitcoin/bitcoin/compare/dac5d68fc6cf...dac5374ccee6
< bitcoin-git> bitcoin/0.16 18b0c69 Luke Dashjr: Bugfix: Include <memory> for std::unique_ptr...
< bitcoin-git> bitcoin/0.16 ce8aa54 Chun Kuan Lee: Add Windows shutdown handler...
< bitcoin-git> bitcoin/0.16 cbd2f70 Gregory Sanders: expose CBlockIndex::nTx in getblock(header)...
< bitcoin-git> [bitcoin] laanwj pushed 4 new commits to master: https://github.com/bitcoin/bitcoin/compare/7e74c54fed36...3a3eabef4097
< bitcoin-git> bitcoin/master 268400d Pieter Wuille: [Refactor] CPU feature detection logic for SHA256
< bitcoin-git> bitcoin/master 4c935e2 Pieter Wuille: Add SHA256 implementation using using Intel SHA intrinsics
< bitcoin-git> bitcoin/master 66b2cf1 Pieter Wuille: Use immintrin.h everywhere for intrinsics
< bitcoin-git> [bitcoin] laanwj closed pull request #13386: SHA256 implementations based on Intel SHA Extensions (master...201806_shani) https://github.com/bitcoin/bitcoin/pull/13386
< gmaxwell> \O/
< sipa> w00
< sipa> t
< wumpus> :D
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/3a3eabef4097...b641f6042567
< bitcoin-git> bitcoin/master fa324a8 MarcoFalke: doc: Rewrite some validation doc as lock annotations
< bitcoin-git> bitcoin/master b641f60 Wladimir J. van der Laan: Merge #13481: doc: Rewrite some validation docs as lock annotations...
< bitcoin-git> [bitcoin] laanwj closed pull request #13481: doc: Rewrite some validation docs as lock annotations (master...Mf1806-docValLockAnnot) https://github.com/bitcoin/bitcoin/pull/13481
< bitcoin-git> [bitcoin] Empact reopened pull request #13584: Audit string.h inclusion (master...cstring) https://github.com/bitcoin/bitcoin/pull/13584
< bitcoin-git> [bitcoin] stefek99 opened pull request #13618: Typos in the install script (master...patch-1) https://github.com/bitcoin/bitcoin/pull/13618
< bitcoin-git> [bitcoin] Empact opened pull request #13619: Inlcude cstring rather than cstddef in compat/glib_sanity.cpp (master...glib-sanity) https://github.com/bitcoin/bitcoin/pull/13619
< jimpo> #12254 is updated according to new BIP 158 rules (more efficient GCS params, filter with out + prevout scripts)
< gribble> https://github.com/bitcoin/bitcoin/issues/12254 | BIP 158: Compact Block Filters for Light Clients by jimpo · Pull Request #12254 · bitcoin/bitcoin · GitHub
< sipa> jimpo: \o/
< gmaxwell> Freeking awesome.
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #13562: travis: Switch back to trusty for now (master...Mf1806-qaTravisTrusty) https://github.com/bitcoin/bitcoin/pull/13562