2015-10-09

< GitHub31> bitcoin/master 0cca024 Wladimir J. van der Laan: Update miniupnpc to 1.9.20151008...
< wumpus> yeah@gavinandresen in the GUI too <wumpus> to disable upnp in Bitcoin Core: run with -noupnp, or disable checkbox in GUI under Options → Network → Map port using UPNP
< gavinandresen> sipa: … from wumpus’ https://github.com/bitcoin/bitcoin/pull/6789
< wumpus> CodeShark: don't be crazy, this is not #bitcoin-sciencefiction :p
< wumpus> I think merging https://github.com/bitcoin/bitcoin/pull/6785 makes sense before 0.11.1
< GitHub133> [bitcoin] laanwj opened pull request #6789: Update miniupnpc to 1.9.20151008 (master...2015_10_mitigate_upnp_buffer_overflow) https://github.com/bitcoin/bitcoin/pull/6789
< GitHub198> [bitcoin] MarcoFalke opened pull request #6788: [trivial] sync univalue (master...MarcoFalke-2015-syncUnivalue) https://github.com/bitcoin/bitcoin/pull/6788
< CodeShark> sipa: I just don't think bitcoin can perpetually keep on adding new features at the protocol level if each proposed change requires a handful of people such as yourself to review the same lines of code over and over again :)
< sipa> but from the point of existing code - and that's what your abstraction framework can deal with - it just completely deletes the concept of script from bitcoin
< aj> wumpus, Luke-Jr: am i completely off-base think bip68/nSequence for relative locktime will cause SPV clients to see bad confirmations on about 5% of blocks for a while after activation? cf http://lists.linuxfoundation.org/pipermail/bitcoin-dev/2015-October/011467.html
< GitHub28> bitcoin/master 6cf73b0 Wladimir J. van der Laan: Merge pull request #6779...
< GitHub61> [bitcoin] laanwj closed pull request #6779: build: Make use of ZMQ_CFLAGS (master...fix-zmq-cflags) https://github.com/bitcoin/bitcoin/pull/6779
< GitHub28> bitcoin/master b22692c Cory Fields: build: Make use of ZMQ_CFLAGS
< GitHub28> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/c82ea8b271c8...6cf73b0cd4cf
< GitHub66> [bitcoin] laanwj closed pull request #6783: [Trivial] Fixed typo in depends/README.md [skip ci] (master...depends_readme_typo) https://github.com/bitcoin/bitcoin/pull/6783
< GitHub52> bitcoin/master c82ea8b Wladimir J. van der Laan: Merge pull request #6783...
< GitHub52> bitcoin/master 34754ce Chris Kleeschulte: [Trivial] Fixed typo when referring to a previous section in...
< GitHub52> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/a99b6cb19ee7...c82ea8b271c8
< GitHub12> [bitcoin] laanwj closed pull request #6770: [Trivial] Ignore bench_bitcoin binary [skip ci] (master...bench_gitignore) https://github.com/bitcoin/bitcoin/pull/6770
< GitHub84> bitcoin/master b2af29b Pavel Janík: Ignore bench_bitcoin binary.
< GitHub84> bitcoin/master a99b6cb Wladimir J. van der Laan: Merge pull request #6770...
< GitHub84> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/d479311dba25...a99b6cb19ee7
< GitHub108> [bitcoin] Diapolo closed pull request #6288: [Qt] fix debug console window handling when e.g. minimized (master...show-rpconsole) https://github.com/bitcoin/bitcoin/pull/6288
< GitHub142> [bitcoin] dgenr8 opened pull request #6785: Backport to v0.11: In (strCommand == "tx"), return if AlreadyHave() (0.11...already_have_0.11) https://github.com/bitcoin/bitcoin/pull/6785
< CodeShark> would be nice to define the validation rules for each soft fork in its own module as well...so then the entire soft fork can be specified as a unit that just needs to be added and linked to Bitcoin Core

2015-10-08

< GitHub24> [bitcoin] morcos closed pull request #6673: Simple mempool protect (master...simpleMempoolProtect) https://github.com/bitcoin/bitcoin/pull/6673
< GitHub153> [bitcoin] kleetus opened pull request #6783: [Trivial] Fixed typo in depends/README.md [skip ci] (master...depends_readme_typo) https://github.com/bitcoin/bitcoin/pull/6783
< GitHub59> [bitcoin] princeofdarkness76 opened pull request #6782: Master (0.8...master) https://github.com/bitcoin/bitcoin/pull/6782
< GitHub100> [bitcoin] jonasschnelli opened pull request #6781: [QT] pretty print (indent) multiline html output (master...2015/10/qt_rpcconsole_pp) https://github.com/bitcoin/bitcoin/pull/6781
< GitHub73> [bitcoin] jonasschnelli opened pull request #6780: Call init's parameter interaction before we create the UI options model (master...2015/10/qt_fix_listen) https://github.com/bitcoin/bitcoin/pull/6780
< GitHub57> [bitcoin] theuni opened pull request #6779: build: Make use of ZMQ_CFLAGS (master...fix-zmq-cflags) https://github.com/bitcoin/bitcoin/pull/6779
< GitHub33> [bitcoin] jamesob opened pull request #6777: Unobfuscate chainstate data in CCoinsViewDB::GetStats (master...obfuscate_fix) https://github.com/bitcoin/bitcoin/pull/6777

2015-10-07

< GitHub83> [bitcoin] sipa opened pull request #6776: Support -checkmempool=N, which runs checks once every N transactions (master...fraccheck) https://github.com/bitcoin/bitcoin/pull/6776
< GitHub192> [bitcoin] CodeShark opened pull request #6774: ISM to softforks unit (master...ISM_to_softforks_unit) https://github.com/bitcoin/bitcoin/pull/6774
< GitHub95> bitcoin/master d479311 Wladimir J. van der Laan: Merge pull request #6720...
< GitHub68> [bitcoin] laanwj closed pull request #6720: Creates unittests for addrman, makes addrman more testable. (master...unittest) https://github.com/bitcoin/bitcoin/pull/6720
< GitHub95> bitcoin/master 1534d9a EthanHeilman: Creates unittests for addrman, makes addrman testable....
< GitHub95> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/49dd5c629df0...d479311dba25
< dcousens> I'm just glad I deployed the bitcoin apps I work on with XWalk (compatibility, 20mb+ to your app size, but guarantees a consistent (and new) web view across all versions)
< GitHub136> bitcoin/0.11 71cc9d9 Gregory Maxwell: Test LowS in standardness, removes nuisance malleability vector....
< GitHub136> [bitcoin] laanwj pushed 1 new commit to 0.11: https://github.com/bitcoin/bitcoin/commit/71cc9d9fe829efd9c9b012c4cd1ece1d988b4869
< GitHub13> bitcoin/0.10 1cea6b0 Gregory Maxwell: Test LowS in standardness, removes nuisance malleability vector....
< GitHub13> [bitcoin] laanwj force-pushed 0.10 from b1d76af to 1cea6b0: https://github.com/bitcoin/bitcoin/commits/0.10
< GitHub107> [bitcoin] laanwj pushed 1 new commit to 0.10: https://github.com/bitcoin/bitcoin/commit/b1d76af0ea35dc349f96251496fdfafe3ffab759
< GitHub107> bitcoin/0.10 b1d76af Gregory Maxwell: Test LowS in standardness, removes nuisance malleability vector....
< GitHub89> [bitcoin] laanwj closed pull request #6769: Test LowS in standardness, removes nuisance malleability vector. (master...no_nuisance_malleability) https://github.com/bitcoin/bitcoin/pull/6769
< GitHub94> bitcoin/master 49dd5c6 Wladimir J. van der Laan: Merge pull request #6769...
< GitHub94> bitcoin/master b196b68 Gregory Maxwell: Test LowS in standardness, removes nuisance malleability vector....
< GitHub94> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/4fac576c619f...49dd5c629df0

2015-10-06

< GitHub18> [bitcoin] morcos opened pull request #6771: Policy: Lower default limits for tx chains (master...lowerLimits) https://github.com/bitcoin/bitcoin/pull/6771
< GitHub112> [bitcoin] laanwj closed pull request #6650: Obfuscate chainstate (master...obfuscate_chainstate) https://github.com/bitcoin/bitcoin/pull/6650
< GitHub34> bitcoin/master 4fac576 Wladimir J. van der Laan: Merge pull request #6650...
< GitHub34> bitcoin/master 42cb388 James O'Beirne: Add chainstate obfuscation to avoid spurious antivirus detection...
< GitHub34> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/b7d78fd0bd24...4fac576c619f
< GitHub42> [bitcoin] paveljanik opened pull request #6770: [Trivial] Ignore bench_bitcoin binary [skip ci] (master...bench_gitignore) https://github.com/bitcoin/bitcoin/pull/6770
< [b__b]> Available plugins: bangmotivate, help, last_seen, ping, logger (https://botbot.me/freenode/bitcoin-core-dev/help/)
< GitHub76> [bitcoin] laanwj closed pull request #6674: take steps towards standardizing and improving log output (master...logs) https://github.com/bitcoin/bitcoin/pull/6674
< GitHub76> [bitcoin] laanwj closed pull request #6733: Simple benchmarking framework (master...bench) https://github.com/bitcoin/bitcoin/pull/6733
< GitHub49> bitcoin/master b7d78fd Wladimir J. van der Laan: Merge pull request #6733...
< GitHub49> bitcoin/master 7072c54 Gavin Andresen: Support very-fast-running benchmarks...
< GitHub49> bitcoin/master 535ed92 Gavin Andresen: Simple benchmarking framework...
< GitHub49> [bitcoin] laanwj pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/66a86a3edb94...b7d78fd0bd24
< GitHub10> bitcoin/0.11 83671ef Peter Todd: Make CRollingBloomFilter set nTweak for you...
< GitHub10> bitcoin/0.11 25cf122 Pieter Wuille: Reuse vector hashing code for uint256...
< GitHub10> bitcoin/0.11 2983fe0 Peter Todd: Add uint256 support to CRollingBloomFilter...
< GitHub110> [bitcoin] laanwj closed pull request #6750: Recent rejects backport to v0.11 (0.11...recent-rejects-v0.11-backport) https://github.com/bitcoin/bitcoin/pull/6750
< GitHub10> [bitcoin] laanwj pushed 7 new commits to 0.11: https://github.com/bitcoin/bitcoin/compare/8a915e56f4be...5ed8d0b37e27
< GitHub74> [bitcoin] laanwj closed pull request #6248: Fix Qt build on arch by setting -fPIC (master...archbuild) https://github.com/bitcoin/bitcoin/pull/6248
< GitHub62> [bitcoin] laanwj closed pull request #6563: update miner_tests (master...miner_test) https://github.com/bitcoin/bitcoin/pull/6563
< GitHub116> [bitcoin] laanwj closed pull request #6642: Reduce systematic error of time offset measurements (master...MarcoFalke-2015-timeOffsetFix) https://github.com/bitcoin/bitcoin/pull/6642
< GitHub76> [bitcoin] laanwj closed pull request #6762: [Trivial] tests-config.sh is superseded by tests_config.py [skip ci] (master...qatest_gitignore) https://github.com/bitcoin/bitcoin/pull/6762
< GitHub158> bitcoin/master a19504b Pavel Janík: tests-config.sh is superseded by tests_config.py
< GitHub158> bitcoin/master 66a86a3 Wladimir J. van der Laan: Merge pull request #6762...
< GitHub158> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/bdece5068bc7...66a86a3edb94
< GitHub28> [bitcoin] laanwj closed pull request #6743: autotools: move checking for zmq library to common area in configure.ac (master...fixes/6679) https://github.com/bitcoin/bitcoin/pull/6743
< GitHub73> bitcoin/master bdece50 Wladimir J. van der Laan: Merge pull request #6743...
< GitHub73> bitcoin/master dd28089 Johnathan Corgan: autotools: move checking for zmq library to common area in configure.ac...
< GitHub73> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/0a5385b23f33...bdece5068bc7
< GitHub82> [bitcoin] laanwj closed pull request #6760: Changed qa/pull-tester/run-bitcoind-for-test.sh.in to non-executable mode. (master...master) https://github.com/bitcoin/bitcoin/pull/6760
< GitHub103> bitcoin/master 0a5385b Wladimir J. van der Laan: Merge pull request #6760...
< GitHub103> bitcoin/master efb37d4 randy-waterhouse: Changed run-bitcoind-for-test.sh.in to non-executable mode....
< GitHub103> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/79529e50dbe4...0a5385b23f33
< GitHub187> [bitcoin] laanwj closed pull request #6763: [Trivial] The Bitcoin Core project is releasing Bitcoin Core, not Bitcoin. (master...trivial_Bitcoin_vs_BitcoinCore_fix) https://github.com/bitcoin/bitcoin/pull/6763
< GitHub147> bitcoin/master 79529e5 Wladimir J. van der Laan: Merge pull request #6763...
< GitHub147> bitcoin/master 202f612 Pavel Janík: The Bitcoin Core project is releasing Bitcoin Core, not Bitcoin.
< GitHub147> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/b6f3a4eb19ae...79529e50dbe4
< GitHub173> [bitcoin] laanwj closed pull request #6751: Document pull-req #6424 in release-notes (master...pull-req-6424-release-notes) https://github.com/bitcoin/bitcoin/pull/6751
< GitHub65> bitcoin/master b6f3a4e Wladimir J. van der Laan: Merge pull request #6751...
< GitHub65> bitcoin/master 9204930 Peter Todd: Document pull-req #6424 in release-notes...
< GitHub65> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/5d98e0fa1496...b6f3a4eb19ae
< GitHub17> bitcoin/master 5d98e0f Wladimir J. van der Laan: Merge pull request #6768...
< GitHub193> [bitcoin] laanwj closed pull request #6768: zmq: update docs to reflect feature is compiled in automatically (master...update-zmq-docs) https://github.com/bitcoin/bitcoin/pull/6768
< GitHub17> bitcoin/master 9f5c641 Johnathan Corgan: zmq: update docs to reflect feature is compiled in automatically if possible...
< GitHub17> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/3b2d37c61963...5d98e0fa1496
< GitHub28> bitcoin/master 3b2d37c Wladimir J. van der Laan: Merge pull request #6742...
< GitHub180> [bitcoin] laanwj closed pull request #6742: Changed logging to make -logtimestamps to work also for -printtoconsole (master...feature-logtimestamps-toconsole) https://github.com/bitcoin/bitcoin/pull/6742
< GitHub28> bitcoin/master 58981d4 Arne Brutschy: Changed logging to make -logtimestamps to work also for -printtoconsole
< GitHub28> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/a75c67364d34...3b2d37c61963
< GitHub155> [bitcoin] laanwj closed pull request #6766: [Trivial] Consistent use of lower case letters (master...lower_case) https://github.com/bitcoin/bitcoin/pull/6766
< GitHub183> [bitcoin] gmaxwell opened pull request #6769: Test LowS in standardness, removes nuisance malleability vector. (master...no_nuisance_malleability) https://github.com/bitcoin/bitcoin/pull/6769
< GitHub89> [bitcoin] jmcorgan opened pull request #6768: zmq: update docs to reflect feature is compiled in automatically (master...update-zmq-docs) https://github.com/bitcoin/bitcoin/pull/6768
< GitHub146> [bitcoin] sandakersmann closed pull request #6767: [Trivial] Missing "Core" in header (master...missing_core) https://github.com/bitcoin/bitcoin/pull/6767
< GitHub62> [bitcoin] sandakersmann opened pull request #6767: [Trivial] Missing "Core" in header (master...missing_core) https://github.com/bitcoin/bitcoin/pull/6767
< GitHub13> [bitcoin] sandakersmann opened pull request #6766: [Trivial] Consistent use of lower case letters (master...lower_case) https://github.com/bitcoin/bitcoin/pull/6766
< jgarzik> gmaxwell, Does this fix? http://gtf.org/garzik/bitcoin/patch.univalue_get_int
< jgarzik> bug in conversion of bitcoin code to univalue
< gmaxwell> thats not a bitcoin value, it's an integer (confirmation depth). It could be 64bit.
<@sipa> yeah, sounds like a bug in the conversion of the bitcoin to univalue, not a problem with univalue itself

2015-10-05

< GitHub107> [bitcoin] paveljanik opened pull request #6763: [Trivial] The Bitcoin Core project is releasing Bitcoin Core, not Bitcoin. (master...trivial_Bitcoin_vs_BitcoinCore_fix) https://github.com/bitcoin/bitcoin/pull/6763
< GitHub85> [bitcoin] laanwj closed pull request #6761: [Trivial] Remove UTF-8 BOM [skip ci] (master...remove_bom) https://github.com/bitcoin/bitcoin/pull/6761
< GitHub72> [bitcoin] paveljanik opened pull request #6762: tests-config.sh is superseded by tests_config.py [skip ci] (master...qatest_gitignore) https://github.com/bitcoin/bitcoin/pull/6762
< GitHub152> [bitcoin] paveljanik opened pull request #6761: [Trivial] Remove UTF-8 BOM [skip ci] (master...remove_bom) https://github.com/bitcoin/bitcoin/pull/6761
< GitHub76> [bitcoin] randy-waterhouse opened pull request #6760: Changed qa/pull-tester/run-bitcoind-for-test.sh.in to non-executable mode. (master...master) https://github.com/bitcoin/bitcoin/pull/6760
< GitHub182> [bitcoin] laanwj closed pull request #6744: build: disable -Wself-assign (master...2015_10_clang_self_assignment_warning) https://github.com/bitcoin/bitcoin/pull/6744
< GitHub178> bitcoin/master a75c673 Wladimir J. van der Laan: Merge pull request #6744...
< GitHub178> bitcoin/master bb24835 Wladimir J. van der Laan: build: disable -Wself-assign...
< GitHub178> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/e10a4ab904ab...a75c67364d34
< GitHub57> bitcoin/master e10a4ab Wladimir J. van der Laan: Merge pull request #6748...
< GitHub57> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/5f34a2510f64...e10a4ab904ab
< GitHub57> bitcoin/master 9ee5ac8 Pavel Janík: Rewrite help texts for features enabled by default.
< GitHub143> [bitcoin] laanwj closed pull request #6752: Changed rpc-tests.sh to rpc-tests.py in README.md (master...readme) https://github.com/bitcoin/bitcoin/pull/6752
< GitHub13> bitcoin/master 5f34a25 ptschip: Changed rpc-tests.sh to rpc-tests.py in README.md...
< GitHub13> [bitcoin] laanwj pushed 1 new commit to master: https://github.com/bitcoin/bitcoin/commit/5f34a2510f6414a27ac3179ee461c944c8acd395
< GitHub94> [bitcoin] laanwj closed pull request #6759: build: Remove unncecessary chmods after #6616 (master...2015_10_remove_unncecessary_chmods) https://github.com/bitcoin/bitcoin/pull/6759
< GitHub167> bitcoin/master 2844b9e Wladimir J. van der Laan: Merge pull request #6759...
< GitHub167> bitcoin/master ea70997 Wladimir J. van der Laan: build: Remove unnecessary chmods after #6616...
< GitHub167> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/3ab3de8ba1a6...2844b9e90e58
< CodeShark> can I get some more ACKs? https://github.com/bitcoin/bitcoin/pull/6747
< GitHub165> [bitcoin] laanwj opened pull request #6759: build: Remove unncecessary chmods after #6616 (master...2015_10_remove_unncecessary_chmods) https://github.com/bitcoin/bitcoin/pull/6759

2015-10-04

< GitHub106> bitcoin/master 3ab3de8 Jeff Garzik: qa/pull-tester/rpc-tests.py: chmod 0755...
< GitHub106> [bitcoin] jgarzik pushed 1 new commit to master: https://github.com/bitcoin/bitcoin/commit/3ab3de8ba1a63d5ec0f97ae12e660d9730c60156
< CodeShark> rather than having to constrain our refactoring efforts to avoid pushback from people who long ago forked Bitcoin Core :p
< CodeShark> even alt coins could be built that can contribute useful ideas back to Bitcoin ;)
< gmaxwell> the structure of bitcoin core today is much more agreeable to that than it was in the past.
< gmaxwell> there was a begin a it in bitcoin core that was long since stripped out
< Luke-Jr> FYI: Someone in #bitcoin is actively trying to get a virus signature mined into the blockchain.

2015-10-03

< GitHub103> [bitcoin] ptschip opened pull request #6752: Changed rpc-tests.sh to rpc-tests.py in README.md (master...readme) https://github.com/bitcoin/bitcoin/pull/6752
< GitHub18> [bitcoin] petertodd opened pull request #6751: Document pull-req #6424 in release-notes (master...pull-req-6424-release-notes) https://github.com/bitcoin/bitcoin/pull/6751

2015-10-02

< BlueMatt> morcos: please make sure to fix https://github.com/bitcoin/bitcoin/issues/6531 when you do
< BlueMatt> the big miners I've heard from dont care about fees, and are perfectly willing to forgo them to make bitcoin work properly for users - if users' wallets are using cpfp to unstick transactions, then it becomes required for bitcoin to work properly for users
< btcdrak> this really is a discussion for #bitcoin-dev or #bitcoin
< jcorgan> guys, can you take it to #bitcoin-dev or #bitcoin?
< jgarzik> no it's not quite chichen-and-egg. users are incentivized against it because long chains of unconfirmed transactions do not work well in the bitcoin system. that's not specific to CPFP but relevant to evaluating CPFP.
< jgarzik> In theory sure. But's it's optimizing for the "last 0.0001%" Bitcoin isn't great for long chains of unconfirmed transactions. Sure miners should capture those, but users and services will not generate them.
< btcdrak> maaku: sdaftuar was asking if there was a resolution to this http://lists.linuxfoundation.org/pipermail/bitcoin-dev/2015-July/009344.html
< GitHub108> [bitcoin] petertodd opened pull request #6750: Recent rejects backport to v0.11 (0.11...recent-rejects-v0.11-backport) https://github.com/bitcoin/bitcoin/pull/6750
< CodeShark> are you saying the race conditions are in Bitcoin Core? or in the travis environment?
< wumpus> run your tests while running a parallel a build of bitcoin core with gccin the background?
< Luke-Jr> can someone throw a notice on BIP 62 that it is currently not deployable? http://blog.coinkite.com/post/130318407326/ongoing-bitcoin-malleability-attack-low-s-high
< wumpus> where bitcoin developers do their ritual tribal name-swapping dance
< gmaxwell> http://blog.coinkite.com/post/130318407326/ongoing-bitcoin-malleability-attack-low-s-high "BIP62 is not currently deployed and we encourage all miners to enforce it as soon as possible." 0_o
< GitHub176> [bitcoin] paveljanik opened pull request #6748: Rewrite help texts for features enabled by default (master...configure_disable) https://github.com/bitcoin/bitcoin/pull/6748
< GitHub54> [bitcoin] CodeShark opened pull request #6747: Softforks unit (master...softforks_unit) https://github.com/bitcoin/bitcoin/pull/6747
< CodeShark> to be clear, I don't want to sound like I'm complaining - this is not a complaint...I want to help Bitcoin Core be more efficient
< CodeShark> a good number of people doing real quantum leap type work on Bitcoin are waiting on changes that are taking forever
< CodeShark> rusty, basically https://github.com/bitcoin/bitcoin/compare/master...CodeShark:versionbits but without softforks.h/softforks.cpp
< phantomcircuit> (i bet that's mostly the reason why people who up in #bitcoin and ask why they have no inbound connections)
< PRab> https://github.com/bitcoin/bitcoin/blob/master/contrib/gitian-downloader/prab-key.pgp has expired, but I have created and rolled over to a new key. What is the "proper" way to update this?
< GitHub53> [bitcoin] pstratem opened pull request #6745: Net: Remove "Address refresh broadcast" logic. (master...addr_known_reset) https://github.com/bitcoin/bitcoin/pull/6745

2015-10-01

< gribble> variable was used before it was initialized by tuttleorbuttle · Pull Request #4096 · bitcoin/bitcoin · GitHub | https://github.com/bitcoin/bitcoin/pull/4096
< gribble> variable was used before it was initialized by tuttleorbuttle · Pull Request #4096 · bitcoin/bitcoin · GitHub | https://github.com/bitcoin/bitcoin/pull/4096
< gribble> Update block-tester by TheBlueMatt · Pull Request #5422 · bitcoin/bitcoin · GitHub | https://github.com/bitcoin/bitcoin/pull/5422
< kanzure> maaku: re: https://github.com/bitcoin/bitcoin/pull/6564 my concern was something about CSV-failing transaction rejection and then parent replacement if it was also in mempool, but nevermind i see why that's not important here
< GitHub142> [bitcoin] laanwj closed pull request #5422: Update block-tester (master...mempoolfix4) https://github.com/bitcoin/bitcoin/pull/5422
< GitHub91> [bitcoin] laanwj closed pull request #6616: Regression Tests: Migrated rpc-tests.sh to all Python rpc-tests.py (master...all_python) https://github.com/bitcoin/bitcoin/pull/6616
< GitHub196> bitcoin/master 5ab5dca Wladimir J. van der Laan: Merge pull request #6616...
< GitHub196> bitcoin/master 5467820 ptschip: Migrated rpc-tests.sh to all python rpc-tests.py...
< GitHub196> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/19c71864258f...5ab5dca6f1bb
< btcdrak> BIP113 Mempool-only Median time-past as endpoint for lock-time calculations https://github.com/bitcoin/bitcoin/pull/6566
< btcdrak> BIP112 Mempool-only CHECKSEQUENCEVERIFY https://github.com/bitcoin/bitcoin/pull/6564
< btcdrak> BIP68 Mempool-only sequence number constraint verification https://github.com/bitcoin/bitcoin/pull/6312
< GitHub173> [bitcoin] laanwj closed pull request #6739: Trivial: start the help texts with lowercase (master...patch-9) https://github.com/bitcoin/bitcoin/pull/6739
< GitHub65> bitcoin/master 19c7186 Wladimir J. van der Laan: Merge pull request #6739...
< GitHub65> bitcoin/master 96106f0 paveljanik: [Trivial] start the help texts with lowercase
< GitHub65> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/cd78c2a421ae...19c71864258f
< GitHub63> [bitcoin] laanwj closed pull request #6424: Policy: Decouple Solver() from nMaxDatacarrierBytes (for free) (master...policy-datacarriersize-0.11.99) https://github.com/bitcoin/bitcoin/pull/6424
< GitHub54> bitcoin/master da894ab Peter Todd: Accept any sequence of PUSHDATAs in OP_RETURN outputs...
< GitHub54> bitcoin/master 6a07eb6 Peter Todd: Make TX_SCRIPTHASH clear vSolutionsRet first...
< GitHub54> bitcoin/master 5d8709c Peter Todd: Add IsPushOnly(const_iterator pc)...
< GitHub54> [bitcoin] laanwj pushed 4 new commits to master: https://github.com/bitcoin/bitcoin/compare/bb882d04e862...cd78c2a421ae
< paveljanik> can we have a bot here "expanding" PR numbers? E.g. after entering #6550, it could print: Obfuscate chainstate (https://github.com/bitcoin/bitcoin/pull/6650).
< sipa> no, in #bitcoin-dev
< wumpus> in #bitcoin-dev still
< GitHub70> [bitcoin] laanwj opened pull request #6744: build: disable -Wself-assign (master...2015_10_clang_self_assignment_warning) https://github.com/bitcoin/bitcoin/pull/6744
< GitHub35> [bitcoin] jmcorgan opened pull request #6743: autotools: move checking for zmq library to common area in configure.ac (master...fixes/6679) https://github.com/bitcoin/bitcoin/pull/6743
< Naphex> then just move back to #bitcoin-dev and get jgarzik too stop removing the bans
< jgarzik> ok, #bitcoin-dev as planned
< wumpus> but also bitcoin core specific stuff like the mempool management
< jgarzik> Is it a Bitcoin Core meeting or bitcoin protocol meeting? If the former, have the meeting in here, and keep an eye on #bitcoin-dev for any stragglers
< btcdrak> wumpus: meetbot is not setup for #bitcoin-dev, so better here.
< GitHub185> [bitcoin] laanwj closed pull request #5079: Accept any sequence of PUSHDATAs in OP_RETURN outputs (master...op-return-accept-multiple-pushdatas) https://github.com/bitcoin/bitcoin/pull/5079
< GitHub119> [bitcoin] laanwj closed pull request #6732: build: remove libressl check (proposal) (master...2015_09_remove_libressl_check) https://github.com/bitcoin/bitcoin/pull/6732
< GitHub186> bitcoin/master bb882d0 Wladimir J. van der Laan: Merge pull request #6732...
< GitHub186> bitcoin/master 5978388 Wladimir J. van der Laan: build: remove libressl check...
< GitHub186> bitcoin/master a3874c7 Wladimir J. van der Laan: doc: no longer require use of openssl in OpenBSD build guide
< GitHub186> [bitcoin] laanwj pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/f297042cae57...bb882d04e862
< sipa> ok, #bitcoin-dev
< wumpus> ok, I'd say keep it to #bitcoin-dev for this week, we could move it next week, and announce somewhat longer in before
< jonasschnelli> Maybe its better communication to do it on #bitcoin-dev unless there are clear infos about where the next irc meeting will be
< wumpus> sipa: it's still on the schedule as #bitcoin-dev. Could announce a new channel, don't know what makes sense.
< jonasschnelli> wumpus: yeah. Need to do that upstream now... that was one of the goals, ... to improve UniValue without disturbing bitcoin-core.
< GitHub171> [bitcoin] jonasschnelli closed pull request #6580: [UniValue] replace global function find_value() with UniValue::findValue() (master...2015/08/univalue_find_value) https://github.com/bitcoin/bitcoin/pull/6580
< jonasschnelli> https://github.com/bitcoin/bitcoin/pull/6215 <-- trivial review, code is only used in unit tests right now
< GitHub25> [bitcoin] laanwj closed pull request #6637: Add UniValue as subtree (master...2015/09/univalue_subtree) https://github.com/bitcoin/bitcoin/pull/6637
< GitHub50> bitcoin/master 6e16a41 Jonas Schnelli: Merge commit '2f9f082b5ef3c495c70598ef23383effef675f9a' as 'src/univalue'
< GitHub50> bitcoin/master 2f9f082 Jonas Schnelli: Squashed 'src/univalue/' content from commit 87d9045...
< GitHub50> bitcoin/master 0917306 Jonas Schnelli: remove univalue, prepare for subtree
< GitHub50> [bitcoin] laanwj pushed 6 new commits to master: https://github.com/bitcoin/bitcoin/compare/17d0e638b66b...f297042cae57
< GitHub83> [bitcoin] laanwj closed pull request #6686: [travis] add zmq python module, re-enable zmq rpc tests (master...2015/09/travis_zmq) https://github.com/bitcoin/bitcoin/pull/6686
< GitHub147> bitcoin/master a9c27cd Jonas Schnelli: [travis] add zmq python module
< GitHub147> bitcoin/master 745f909 Cory Fields: travis: install a recent libzmq and pyzmq for tests
< GitHub147> bitcoin/master 110a1fd Jonas Schnelli: enable zmq-test in rpc-tests.sh
< GitHub147> [bitcoin] laanwj pushed 4 new commits to master: https://github.com/bitcoin/bitcoin/compare/4899a04c24b9...17d0e638b66b
< wumpus> someone on #bitcoin also reporting malleated transactions
< jonasschnelli> btcdrak: better: https://github.com/bitcoin/bitcoin/pull/6637?
< jonasschnelli> https://github.com/bitcoin/bitcoin/pull/6637 <--- seeks for a final review
< GitHub44> [bitcoin] laanwj closed pull request #5987: Bugfix: Fix testnet-in-a-box use case (master...bugfix_tniab) https://github.com/bitcoin/bitcoin/pull/5987
< GitHub144> bitcoin/master 4899a04 Wladimir J. van der Laan: Merge pull request #5987...
< GitHub144> bitcoin/master e761d7a Luke Dashjr: Bugfix: Allow mining on top of old tip blocks for testnet (fixes testnet-in-a-box use case)
< GitHub144> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/8a86d53bd570...4899a04c24b9
< TZander> anyway #bitcoin-dev is kinda empty right now
< wumpus> the list of issues to be resolved here is at: https://github.com/bitcoin/bitcoin/issues , there are 367 open, good luck
< wumpus> I have to be, to avoid this becoming #bitcoin-dev again
< wumpus> to avoid political meta discussion, and focus on develpoment of the Bitcoin Core project in github.com/bitcoin/bitcoin
< TZander> Aquentin: Channel #bitcoin-core-dev created on Mon Nov 17 2014
< btcdrak> Trolling for reviews, Mempool-only CHECKSEQUENCEVERIFY https://github.com/bitcoin/bitcoin/pull/6564
< btcdrak> Trolling for reviews, Mempool-only sequence number constraint verification https://github.com/bitcoin/bitcoin/pull/6312
< jgarzik> Trolling for reviews, Bugfix: Fix testnet-in-a-box use case #5987 https://github.com/bitcoin/bitcoin/pull/5987
< jgarzik> Trolling for reviews, add bip32 pub key serialization #6215 https://github.com/bitcoin/bitcoin/pull/6215
< GitHub54> [bitcoin] jgarzik closed pull request #6731: doc: Add build guide for OpenBSD 5.7 (master...2015_09_openbsd_build_guide) https://github.com/bitcoin/bitcoin/pull/6731
< GitHub178> [bitcoin] jgarzik pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/cf9bb11f97db...8a86d53bd570
< GitHub178> bitcoin/master 9639ead Wladimir J. van der Laan: doc: Add build guide for OpenBSD 5.7...
< GitHub178> bitcoin/master 8a86d53 Jeff Garzik: Merge pull request #6731
< GitHub1> [bitcoin] jgarzik closed pull request #6588: In (strCommand == "tx"), return if AlreadyHave() (master...already_have) https://github.com/bitcoin/bitcoin/pull/6588
< GitHub55> bitcoin/master cf9bb11 Jeff Garzik: Merge pull request #6588
< GitHub55> bitcoin/master 9524c4d Tom Harding: In (strCommand == "tx"), return if AlreadyHave()...
< GitHub55> [bitcoin] jgarzik pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/12a7712abd49...cf9bb11f97db
< GitHub126> [bitcoin] laanwj closed pull request #5924: Clean up change computation in CreateTransaction. (master...change-cleanup) https://github.com/bitcoin/bitcoin/pull/5924
< GitHub193> bitcoin/master 12a7712 Wladimir J. van der Laan: Merge pull request #5924...
< GitHub193> bitcoin/master 835c122 Daniel Kraft: Clean up change computation in CreateTransaction....
< GitHub193> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/1119cc3f5918...12a7712abd49
< wumpus> minutes of last meeting were posted to the mailing list by Daniel Stadulis ( http://lists.linuxfoundation.org/pipermail/bitcoin-dev/2015-September/011190.html )
< wumpus> it was created because people didn't want the github commit notifications on #bitcoin-dev

2015-09-30

< sipa> but for use in Bitcoin we can't just only have a strict DER one
< rusty> sipa: I stole the DER encode/decode from bitcoin.
< GitHub166> [bitcoin] arnuschky opened pull request #6742: Changed logging to make -logtimestamps to work also for -printtoconsole (master...feature-logtimestamps-toconsole) https://github.com/bitcoin/bitcoin/pull/6742
< GitHub156> bitcoin/master 1119cc3 Wladimir J. van der Laan: Merge pull request #6741...
< GitHub69> [bitcoin] laanwj closed pull request #6741: doc: Change #bitcoin-dev IRC channel to #bitcoin-core-dev (master...2015_09_channel_split) https://github.com/bitcoin/bitcoin/pull/6741
< GitHub156> [bitcoin] laanwj pushed 1 new commit to master: https://github.com/bitcoin/bitcoin/commit/1119cc3f5918575ca397518c9fd31a64704c7e4f
< GitHub21> [bitcoin] laanwj opened pull request #6741: doc: Change #bitcoin-dev IRC channel to #bitcoin-core-dev (master...2015_09_channel_split) https://github.com/bitcoin/bitcoin/pull/6741