< bitcoin-git>
[bitcoin] sdaftuar opened pull request #11490: Disconnect from outbound peers with bad headers chains (master...2017-10-outbound-peers-good-chain) https://github.com/bitcoin/bitcoin/pull/11490
< gribble>
https://github.com/bitcoin/bitcoin/issues/10953 | [Refactor] Combine scriptPubKey and amount as CTxOut in CScriptCheck by jl2012 · Pull Request #10953 · bitcoin/bitcoin · GitHub
< gmaxwell>
in any case, based on CST prices, I think we should focus on protections that help in the case that we have disguised B2X peers and they're getting no blocks at all (Because they've rejected the bitcoin chain).
< bitcoin-git>
[bitcoin] laanwj closed pull request #11133: Document assumptions that are being made to avoid division by zero (master...div0) https://github.com/bitcoin/bitcoin/pull/11133
< bitcoin-git>
bitcoin/master a865b38 Wladimir J. van der Laan: Merge #11133: Document assumptions that are being made to avoid division by zero...
< bitcoin-git>
bitcoin/master 55509f1 practicalswift: Document assumptions that are being made to avoid division by zero
< bitcoin-git>
[bitcoin] fanquake closed pull request #11488: Codeai fixes: remove dead code, prevent possible division by zero. (master...codeai-fixes) https://github.com/bitcoin/bitcoin/pull/11488
2017-10-11
< bitcoin-git>
[bitcoin] C0deAi opened pull request #11488: Codeai fixes: remove dead code, prevent possible division by zero. (master...codeai-fixes) https://github.com/bitcoin/bitcoin/pull/11488
< bitcoin-git>
[bitcoin] TheBlueMatt opened pull request #11487: Check that new headers are not a descendant of an invalid block (master...2017-10-acceptblock-validity-check) https://github.com/bitcoin/bitcoin/pull/11487
< promag>
I was kidding :P but maybe .bitcoin-core-wallet
< wumpus>
we need to enforce some naming convention on wallets in that case (we don't even require .dat at the moment) as well as make sure wallets are somehow tagged as bitcoin wallet
< bitcoin-git>
[bitcoin] laanwj closed pull request #11113: [net] Ignore getheaders requests for very old side blocks (master...net-getheaders-fingerprint) https://github.com/bitcoin/bitcoin/pull/11113
< bitcoin-git>
bitcoin/master fef65c4 Wladimir J. van der Laan: Merge #11113: [net] Ignore getheaders requests for very old side blocks...
< bitcoin-git>
bitcoin/master eff4bd8 Jim Posen: [test] P2P functional test for certain fingerprinting protections
< bitcoin-git>
[bitcoin] mess110 opened pull request #11475: [rpc] mempoolinfo should take ::minRelayTxFee into account (master...include_minRelayTxFee_in_getmempoolinfo_rpc) https://github.com/bitcoin/bitcoin/pull/11475
< bitcoin-git>
[bitcoin] mess110 closed pull request #11455: CTxMemPool::GetMinFee should not return CFeeRate(0) (master...fix_mempool_GetMinFee_bug_returning_below_minRelayTxFee) https://github.com/bitcoin/bitcoin/pull/11455
< bitcoin-git>
[bitcoin] MarcoFalke opened pull request #11472: qa: Make tmpdir option an absolute path (master...Mf1710-qaMultiwalletRelDir) https://github.com/bitcoin/bitcoin/pull/11472
< bitcoin-git>
[bitcoin] jonasschnelli opened pull request #11471: [Qt] Optimize SendToSelf rendering with a single non-change output (master...2017/10/qt_sendtoself) https://github.com/bitcoin/bitcoin/pull/11471
< bitcoin-git>
[bitcoin] jnewbery opened pull request #11468: [tests] Make comp test framework more debuggable (master...comp_test_debuggable) https://github.com/bitcoin/bitcoin/pull/11468
< bitcoin-git>
[bitcoin] practicalswift opened pull request #11467: Fix typos. Use nullptr instead of NULL. Use quote form for local includes. (master...cleanups-20171009) https://github.com/bitcoin/bitcoin/pull/11467
< bitcoin-git>
[bitcoin] MeshCollider opened pull request #11466: [WIP] Specify custom wallet directory with -walletdir param (master...201710_walletdir) https://github.com/bitcoin/bitcoin/pull/11466
< bitcoin-git>
[bitcoin] dusty-wil opened pull request #11465: rpc: Update named args documentation for importprivkey (master...master) https://github.com/bitcoin/bitcoin/pull/11465
2017-10-08
< bitcoin-git>
[bitcoin] MarcoFalke closed pull request #11463: BIP148 user activated activation of segwit (master...bip-segwit-flagday) https://github.com/bitcoin/bitcoin/pull/11463
< bitcoin-git>
[bitcoin] jackpot1136 opened pull request #11463: BIP148 user activated activation of segwit (master...bip-segwit-flagday) https://github.com/bitcoin/bitcoin/pull/11463
2017-10-07
< meshcollider>
Bullpay: not the right channel sorry, try #bitcoin or the bitcoin stackexchange?
< gmaxwell>
02:06:47 < someone235> Hi, after installing bitcoin-qt on Ubuntu 16.04 I get this error: "bitcoin-qt: error while loading shared libraries: libzmq.so.3: cannot open shared object file: No such file or directory". Someone knows how to fix it?
< midnightmagic>
Could I request that whoever is in charge of updating bitcoin.org and bitcoincore.org put up statements that I can point to when complaining to Twitter about impersonating accounts? Do these statements already exist?
2017-10-06
< bitcoin-git>
[bitcoin] sdaftuar opened pull request #11458: Don't process unrequested, low-work blocks (master...2017-10-blocks-before-minwork) https://github.com/bitcoin/bitcoin/pull/11458
< bitcoin-git>
[bitcoin] jl2012 closed pull request #8593: Verify all incoming txs unless too big or too much hashing (master...verifyalltx) https://github.com/bitcoin/bitcoin/pull/8593
< gmaxwell>
achow101: because it's hardly any better and it means that when some dimbulb tries running forkcoin it results in him being unable to run Bitcoin (perhaps concurrently) on the same host.
< luke-jr>
RealM9: that's a decision for the community, not for developers. anyhow, ask on #bitcoin if you really want to discuss it
< gmaxwell>
For example say we are surrounded by ForkCoin peers, they are rejecting all bitcoin blocks. There are few forkcoin miners so they only get blocks once per day.
< gribble>
https://github.com/bitcoin/bitcoin/issues/8498 | Near-Bugfix: Optimization: Minimize the number of times it is checked that no money... by jtimon · Pull Request #8498 · bitcoin/bitcoin · GitHub
< sipa>
but it makes bitcoin core responsible for tracking who knows what, instead of leaving that up to clients (who are arguably in a better position to know what they already know)
< bitcoin-git>
[bitcoin] laanwj closed pull request #11437: [Docs] Update Windows build instructions for using WSL and Ubuntu 17.04 (master...windows-build-1704) https://github.com/bitcoin/bitcoin/pull/11437
< bitcoin-git>
bitcoin/master becbd71 Wladimir J. van der Laan: Merge #11437: [Docs] Update Windows build instructions for using WSL and Ubuntu 17.04...
< bitcoin-git>
bitcoin/master 696ce46 fanquake: [Docs] Update Windows build instructions for using WSL and Ubuntu 17.04
< bitcoin-git>
bitcoin/master 4f890ba Donal OConnor: Add new step to clean $PATH var by removing /mnt specific Window's %PATH% paths that cause issues with the make system
< bitcoin-git>
[bitcoin] mess110 closed pull request #11410: [rpc] [tests] mempoolminfee should not drop below minRelayTxFee (master...add_minrelaytxfee_to_getmempoolinfo) https://github.com/bitcoin/bitcoin/pull/11410
< bitcoin-git>
[bitcoin] TheBlueMatt opened pull request #11456: Replace relevant services logic with a function suite. (master...2017-09-service-flags-cleanups) https://github.com/bitcoin/bitcoin/pull/11456
< bitcoin-git>
[bitcoin] mess110 opened pull request #11455: CTxMemPool::GetMinFee should not return CFeeRate(0) (master...fix_mempool_GetMinFee_bug_returning_below_minRelayTxFee) https://github.com/bitcoin/bitcoin/pull/11455
< bitcoin-git>
[bitcoin] jonasschnelli closed pull request #10251: Add balances cache / GUI: use a signal instead of a poll thread (master...2017/04/gui_rm_locks) https://github.com/bitcoin/bitcoin/pull/10251
< bitcoin-git>
[bitcoin] jonasschnelli closed pull request #10238: Change setKeyPool to hold flexible entries (master...2017/04/keypool_fix_a) https://github.com/bitcoin/bitcoin/pull/10238
< bitcoin-git>
[bitcoin] jonasschnelli closed pull request #10517: Factor out CCoinsView based AreInputsStandard/IsWitnessStandard (master...2017/06/policy_compile) https://github.com/bitcoin/bitcoin/pull/10517
< bitcoin-git>
[bitcoin] promag closed pull request #11439: [test] Refactor ZMQ test to use one address per notification type (master...2017-10-clean-zmq-test) https://github.com/bitcoin/bitcoin/pull/11439
< bitcoin-git>
[bitcoin] laanwj closed pull request #11435: build: Make "make clean" remove all files created when running "make check" (master...make-cleaner) https://github.com/bitcoin/bitcoin/pull/11435
< bitcoin-git>
bitcoin/master 167cef8 Wladimir J. van der Laan: Merge #11435: build: Make "make clean" remove all files created when running "make check"...
< bitcoin-git>
bitcoin/master f35d033 practicalswift: build: Make "make clean" remove all files created when running "make check"...
< bitcoin-git>
[bitcoin] jonasschnelli closed pull request #11419: Utils: Fix launchctl not being able to stop bitcoind (master...fix-macos-init) https://github.com/bitcoin/bitcoin/pull/11419
< bitcoin-git>
bitcoin/master 093074b Jonas Schnelli: Merge #11419: Utils: Fix launchctl not being able to stop bitcoind...
< bitcoin-git>
bitcoin/master ab5bba7 Alejandro Avilés: Fix launchctl not being able to stop bitcoind...
< bitcoin-git>
[bitcoin] fanquake opened pull request #11442: [WIP] [Docs] Update OpenBSD Build Instructions for OpenBSD 6.1 (master...openbsd-doc-update) https://github.com/bitcoin/bitcoin/pull/11442
< bitcoin-git>
[bitcoin] luke-jr opened pull request #11441: rpc/server: Support for specifying options as named parameters (master...rpc_namedopts) https://github.com/bitcoin/bitcoin/pull/11441
< esotericnonsense>
submitted as #1828 on the bitcoin.org repo. probably just me that's missed it having not been around for the releases but it's nice to have in there.
< sipa>
(since 0.13 or 0.14 it's implemented in bitcoin core, i believe)
2017-10-02
< bitcoin-git>
[bitcoin] TheBlueMatt opened pull request #11440: Fix validationinterface build on super old boost/clang (master...2017-10-cblock-validationinterface) https://github.com/bitcoin/bitcoin/pull/11440