2016-02-23

< wumpus> (zmq in bitcoin core, I mean)
< JackH> yes I read about it, but how exactly do we use it together with bitcoin? do you bind it to 8333?
< jonasschnelli> Or, you can take a risk and download my 0.12.0 build: https://bitcoin.jonasschnelli.ch/releasebuilds/v0.12.0/
< jonasschnelli> The one you referred is https://github.com/jonasschnelli/bitcoin/commit/453c567?

2016-02-22

< GitHub72> [bitcoin] jonasschnelli opened pull request #7579: [Qt] show network/chain errors in the GUI (master...2016/02/gui_alert) https://github.com/bitcoin/bitcoin/pull/7579
< GitHub133> [bitcoin] jonasschnelli opened pull request #7577: [Wallet] move "load wallet phase" to CWallet (master...2016/02/wallet_ref2) https://github.com/bitcoin/bitcoin/pull/7577
< GitHub124> [bitcoin] jonasschnelli opened pull request #7576: [Wallet] move wallet help string creation to CWallet (master...2016/02/wallet_helpstr) https://github.com/bitcoin/bitcoin/pull/7576

2016-02-21

< GitHub60> [bitcoin] sipa opened pull request #7575: Minimal BIP9 implementation (master...bip9) https://github.com/bitcoin/bitcoin/pull/7575
< GitHub13> [bitcoin] NicolasDorier opened pull request #7574: Remove STANDARD_LOCKTIME_VERIFY_FLAGS and mempool policy's flags (master...removeFlag) https://github.com/bitcoin/bitcoin/pull/7574
< GitHub77> [bitcoin] mruddy opened pull request #7573: P2P: add trustsystemclock command line option (master...trust-system-clock) https://github.com/bitcoin/bitcoin/pull/7573
< GitHub54> [bitcoin] mruddy opened pull request #7570: Net: Add IPv6 Scoped Address Support (master...ipv6-link-local) https://github.com/bitcoin/bitcoin/pull/7570
< GitHub98> [bitcoin] raedah opened pull request #7569: show coinjoins clearly in qt transaction list (master...fixtxdisplay) https://github.com/bitcoin/bitcoin/pull/7569

2016-02-20

< GitHub149> [bitcoin] dgenr8 opened pull request #7568: Corrections to bad-chain alert triggering (master...fix_bad_chain_alert_trigger) https://github.com/bitcoin/bitcoin/pull/7568
< GitHub136> [bitcoin] vlamer closed pull request #7567: Merge pull request #3 from bitcoin/0.12 (0.12...0.12) https://github.com/bitcoin/bitcoin/pull/7567
< GitHub93> [bitcoin] vlamer opened pull request #7567: Merge pull request #3 from bitcoin/0.12 (0.12...0.12) https://github.com/bitcoin/bitcoin/pull/7567
< GitHub137> [bitcoin] jtimon opened pull request #7566: WIP: Implement BIP9 and get BIP113 to be deployed with it as an example (master...bip9-0.12.99) https://github.com/bitcoin/bitcoin/pull/7566
< GitHub176> [bitcoin] jtimon opened pull request #7565: bip9/bip113/libconsensus-p2a: Deployment preparations forBIP113 + #7552 + Introduce Consensus::VerifyTx() (master...libconsensus-p2a-verifytx-bip113-0.12.99) https://github.com/bitcoin/bitcoin/pull/7565
< GitHub137> [bitcoin] jtimon opened pull request #7564: libconsensus-p2a: Preparations to decouple libconsensus from coins.o (master...libconsensus-p2a-coins-cpp-interface-0.12.99) https://github.com/bitcoin/bitcoin/pull/7564
< GitHub61> [bitcoin] jtimon opened pull request #7563: libconsensus-p2a: Decouple pow.o from chain.o and move it to the consensus package (master...libconsensus-p2a-chain-cpp-interface-0.12.99) https://github.com/bitcoin/bitcoin/pull/7563

2016-02-19

< GitHub189> [bitcoin] btcdrak opened pull request #7562: Bump transaction version default to 2 (master...txversionbump) https://github.com/bitcoin/bitcoin/pull/7562
< GitHub87> [bitcoin] btcdrak opened pull request #7561: IsSuperMajority() softfork for BIPs 68,112 and 113 (master...softfork) https://github.com/bitcoin/bitcoin/pull/7561
< Chris_Stewart_5> Documentation oriented pull requests for the bitcoin core code base is more than welcome right?
< GitHub113> [bitcoin] fanquake reopened pull request #7559: [build-aux] Correct AC_PACKAGE_NAME brackets in bitcoin m4 scripts (master...correct-m4-brackets) https://github.com/bitcoin/bitcoin/pull/7559
< GitHub85> [bitcoin] fanquake closed pull request #7559: [build-aux] Correct AC_PACKAGE_NAME brackets in bitcoin m4 scripts (master...correct-m4-brackets) https://github.com/bitcoin/bitcoin/pull/7559
< GitHub134> [bitcoin] jonasschnelli opened pull request #7560: [OSX] fix brew openssl detection (master...2016/02/osx_openssl) https://github.com/bitcoin/bitcoin/pull/7560
< GitHub98> [bitcoin] fanquake opened pull request #7559: [build-aux] Correct AC_PACKAGE_NAME brackets in bitcoin m4 scripts (master...correct-m4-brackets) https://github.com/bitcoin/bitcoin/pull/7559
< wumpus> cfields: btw: I think you introduced the SCRIPT_ERR codes, does checking them in a test, as in https://github.com/bitcoin/bitcoin/pull/7517, make sense?
< wumpus> not sure it's fair to talk of a bus factor here. In principle someone else could sign, he doesn't have the one golden key that blocks bitcoin releases forever
< wumpus> cfields signs, I upload the bins to bitcoin.org, good to not have one person do both
< wumpus> michagogo: not much - libc is linked dynamically, so in every case a distro upgrade of libc will also fix bitcoin core
< GitHub176> [bitcoin] laanwj closed pull request #7541: Clarify description of blockindex (master...master) https://github.com/bitcoin/bitcoin/pull/7541
< GitHub62> bitcoin/master b6e00af Wladimir J. van der Laan: Merge #7541: Clarify description of blockindex...
< GitHub62> bitcoin/master 7eef1d0 Matthew Zipkin: Clarify description of blockindex...
< GitHub62> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/0e3ccbfb26b1...b6e00af8193f
< GitHub92> [bitcoin] instagibbs opened pull request #7558: Add importprunedfunds rpc call (master...prunedforport) https://github.com/bitcoin/bitcoin/pull/7558
< raedah> what is (fAllFromMe > mine) checking? and where does ISMINE_SPENDABLE come from? https://github.com/bitcoin/bitcoin/blob/master/src/qt/transactionrecord.cpp#L84-L98

2016-02-18

< midnightmagic> (just for tor though, the bitcoin stuff is unchanged)
< midnightmagic> yeah, the tor stuff also verifies tag signatures, so as part of my modifications to get it co-existing with bitcoin gitian I have to maintain a minor fork. gitian doesn't play nice with itself.
< btcdrak> If anyone wants to review the 0.12 blog post, most welcome https://github.com/bitcoin-core/bitcoincore.org/pull/116
< GitHub51> [bitcoin] morcos opened pull request #7557: Encapsulate options for mempool policy (master...policyOptions) https://github.com/bitcoin/bitcoin/pull/7557
< GitHub54> [bitcoin] morcos opened pull request #7556: Some cleanup work for mempool and policy estimator (master...cleanupMempool) https://github.com/bitcoin/bitcoin/pull/7556
< GitHub125> [bitcoin] laanwj closed pull request #7555: Merge pull request (master...master) https://github.com/bitcoin/bitcoin/pull/7555
< GitHub21> [bitcoin] vlamer opened pull request #7555: Merge pull request (master...master) https://github.com/bitcoin/bitcoin/pull/7555
< GitHub159> bitcoin/master 0e3ccbf Wladimir J. van der Laan: doc: Add historical release notes for 0.10.4 0.11.2 and 0.12.0
< GitHub159> [bitcoin] laanwj pushed 1 new commit to master: https://github.com/bitcoin/bitcoin/commit/0e3ccbfb26b11ea3d9ed7dfd39886d69097286e1
< GitHub107> [bitcoin] laanwj closed pull request #7429: 0.12 release notes: Sort by importance to usability (0.12...0.12-sort-release-notes) https://github.com/bitcoin/bitcoin/pull/7429
< GitHub102> [bitcoin] pstratem opened pull request #7553: Remove vfReachable and modify IsReachable to only use vfLimited. (master...2016-02-17-reachable) https://github.com/bitcoin/bitcoin/pull/7553

2016-02-17

< GitHub6> [bitcoin] laanwj opened pull request #7552: rpc: Add `verifyrawtransactions` call (master...2016_02_verifytransaction) https://github.com/bitcoin/bitcoin/pull/7552
< GitHub144> [bitcoin] pedrobranco opened pull request #7551: Add importmulti RPC call (master...feature/rpc-import-multi) https://github.com/bitcoin/bitcoin/pull/7551
< GitHub33> [bitcoin] laanwj opened pull request #7550: rpc: Input-from-stdin mode for bitcoin-cli (master...2016_02_cli_stdin2) https://github.com/bitcoin/bitcoin/pull/7550
< GitHub100> [bitcoin] ptschip closed pull request #7549: Fix for locking issue and compile warning (master...BUIP010_pt3) https://github.com/bitcoin/bitcoin/pull/7549
< GitHub5> [bitcoin] ptschip opened pull request #7549: Fix for locking issue and compile warning (master...BUIP010_pt3) https://github.com/bitcoin/bitcoin/pull/7549
< wumpus> phantomcircuit: yes, sandboxing that code would be nice. Although arguably, against libc exploits, no one stands a chance. If bitcoin-qt doesn't get exploited itself some other service or process will, and they'll pwn the box anyway.
< GitHub159> [bitcoin] laanwj closed pull request #7548: Correct duplicate names in release notes (0.12...fix-release-note-names) https://github.com/bitcoin/bitcoin/pull/7548
< GitHub85> bitcoin/0.12 188ca9c Wladimir J. van der Laan: Merge #7548: Correct duplicate names in release notes...
< GitHub85> bitcoin/0.12 ea52530 fanquake: Fix duplicate names in release notes...
< GitHub85> [bitcoin] laanwj pushed 2 new commits to 0.12: https://github.com/bitcoin/bitcoin/compare/b4662646352d...188ca9c305d3
< GitHub39> [bitcoin] fanquake opened pull request #7548: Correct duplicate names in release notes (0.12...fix-release-note-names) https://github.com/bitcoin/bitcoin/pull/7548
< phantomcircuit> it's attack surface alone is larger than the entire rest of bitcoin-qt

2016-02-16

< GitHub148> [bitcoin] btcdrak opened pull request #7544: Backport BIP112 implementation for 0.12 (0.12...dot12_backport_bip112) https://github.com/bitcoin/bitcoin/pull/7544
< GitHub24> [bitcoin] btcdrak opened pull request #7543: Backport BIP68 implementation for 0.12 (0.12...dot12_backport_bip68) https://github.com/bitcoin/bitcoin/pull/7543
< GitHub8> [bitcoin] morcos opened pull request #7542: Implement "feefilter" P2P message (master...feefilter) https://github.com/bitcoin/bitcoin/pull/7542
< GitHub178> [bitcoin] pinheadmz opened pull request #7541: Clarify description of blockindex (master...master) https://github.com/bitcoin/bitcoin/pull/7541
< GitHub175> [bitcoin] btcdrak opened pull request #7540: Rename OP_NOP3 to OP_CHECKSEQUENCEVERIFY (master...rename_nop3) https://github.com/bitcoin/bitcoin/pull/7540
< GitHub130> [bitcoin] sdaftuar opened pull request #7539: Add tags to mempool's mapTx indices (master...use-tags) https://github.com/bitcoin/bitcoin/pull/7539
< GitHub121> bitcoin/0.12 b466264 Wladimir J. van der Laan: doc: Remove another duplicate author name from release notes...
< GitHub121> [bitcoin] laanwj pushed 1 new commit to 0.12: https://github.com/bitcoin/bitcoin/commit/b4662646352dfe3d3f9bc46682a38973a119d0d8
< GitHub21> bitcoin/master 8b70a64 Wladimir J. van der Laan: Merge #7526: fix spelling of advertise (shows up in the debug log)...
< GitHub124> [bitcoin] laanwj closed pull request #7526: fix spelling of advertise (shows up in the debug log) (master...advertize-advertise) https://github.com/bitcoin/bitcoin/pull/7526
< GitHub21> bitcoin/master 37767fd jloughry: fix spelling of advertise in src and doc
< GitHub21> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/93c85d458ac3...8b70a64d62c6
< GitHub17> bitcoin/master a381076 BtcDrak: Code style fix....
< GitHub115> [bitcoin] laanwj closed pull request #7524: BIP-112: Mempool-only CHECKSEQUENCEVERIFY (master...checksequenceverify) https://github.com/bitcoin/bitcoin/pull/7524
< GitHub17> bitcoin/master c3c3752 BtcDrak: Separate CheckLockTime() and CheckSequence() logic...
< GitHub17> [bitcoin] laanwj pushed 4 new commits to master: https://github.com/bitcoin/bitcoin/compare/2d4f73f47e52...93c85d458ac3
< GitHub17> bitcoin/master 53e53a3 Mark Friedenbach: BIP112: Implement CHECKSEQUENCEVERIFY...
< GitHub162> [bitcoin] laanwj closed pull request #7509: Common argument defaults for NODE_BLOOM stuff and -wallet (master...common_defaults_0.12) https://github.com/bitcoin/bitcoin/pull/7509
< GitHub9> bitcoin/master 2d4f73f Wladimir J. van der Laan: Merge #7509: Common argument defaults for NODE_BLOOM stuff and -wallet...
< GitHub9> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/ce5fc02e61c8...2d4f73f47e52
< GitHub9> bitcoin/master 1fb91b3 Luke Dashjr: Common argument defaults for NODE_BLOOM stuff and -wallet
< GitHub56> [bitcoin] laanwj closed pull request #7536: test: test leading spaces for ParseHex (master...2016_02_test_parsehex_leading_space) https://github.com/bitcoin/bitcoin/pull/7536
< GitHub14> bitcoin/master ce5fc02 Wladimir J. van der Laan: Merge #7536: test: test leading spaces for ParseHex...
< GitHub14> bitcoin/master f31b6b8 Wladimir J. van der Laan: test: test leading space for ParseHex...
< GitHub14> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/19324cf09cad...ce5fc02e61c8
< wumpus> cfields: kleetus added a autotools build system to leveldb so we can do out-of-tree builds, which would be very nice to have, can you take a look to see if everything is ok? https://btcdrakgithub.com/bitcoin/leveldb/pull/11
< btcdrak> khaNH: support is in #bitcoin
< khaNH> ANY1 KNOW HOW TO USE BITCOIN CORE?

2016-02-15

< GitHub99> [bitcoin] laanwj closed pull request #7504: Crystal clean make clean (master...20160210_crystal_clean_make_clean) https://github.com/bitcoin/bitcoin/pull/7504
< GitHub176> bitcoin/master ae6eca0 Pavel Janík: make clean should clean .a files
< GitHub176> bitcoin/master 19324cf Wladimir J. van der Laan: Merge #7504: Crystal clean make clean...
< GitHub176> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/18cb2d509055...19324cf09cad
< GitHub35> [bitcoin] laanwj closed pull request #7531: Add bip68-sequence.py to extended rpc tests (master...bip68-rpc) https://github.com/bitcoin/bitcoin/pull/7531
< GitHub136> bitcoin/master 18cb2d5 Wladimir J. van der Laan: Merge #7531: Add bip68-sequence.py to extended rpc tests...
< GitHub136> bitcoin/master 6ba8b2a BtcDrak: Add bip68-sequence.py to extended rpc tests
< GitHub136> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/bf1e113311fe...18cb2d509055
< morcos> Here is the basic idea for a feefilter: https://gist.github.com/morcos/9aab223c443c9258c979 , implemented here: https://github.com/morcos/bitcoin/tree/feefilter
< cypherBlock> for segwit transactions types that are nested in P2SH (p2sh-p2wsh & p2sh-p2wpkh), is the intent that those are there primarily for un upgraded wallets to send bitcoin to upgraded wallets? Any other usage?
< GitHub131> [bitcoin] laanwj opened pull request #7537: wallet: Warn on unexpected EOF while salvaging wallet (master...2016_02_salvage_unexpected_eof) https://github.com/bitcoin/bitcoin/pull/7537
< GitHub119> [bitcoin] laanwj opened pull request #7536: test: test leading spaces for ParseHex (master...2016_02_test_parsehex_leading_space) https://github.com/bitcoin/bitcoin/pull/7536
< GitHub85> [bitcoin] laanwj closed pull request #7101: Display coinjoins properly in QT (master...master) https://github.com/bitcoin/bitcoin/pull/7101
< wumpus> anyone willing to pick this up? https://github.com/bitcoin/bitcoin/issues/7516 "Missing new RPC calls in 0.12 release notes"
< GitHub26> [bitcoin] laanwj closed pull request #7487: Workaround Travis-side CI issues (master...depends_curl) https://github.com/bitcoin/bitcoin/pull/7487
< GitHub166> bitcoin/master c01f08d Luke Dashjr: Bugfix: depends/Travis: Use --location (follow redirects) and --fail [on HTTP error response] with curl
< GitHub166> bitcoin/master 1ecbb3b Luke Dashjr: depends: Use curl for fetching on Linux...
< GitHub166> bitcoin/master 5d1148c Luke Dashjr: Travis: Use curl rather than wget for Mac SDK
< GitHub166> [bitcoin] laanwj pushed 5 new commits to master: https://github.com/bitcoin/bitcoin/compare/9b9bfcec5af8...bf1e113311fe
< GitHub20> [bitcoin] laanwj closed pull request #7528: autogen.sh: warn about needing autoconf if autoreconf is not found (master...warn-autoconf) https://github.com/bitcoin/bitcoin/pull/7528
< GitHub181> bitcoin/master 9b9bfce Wladimir J. van der Laan: Merge #7528: autogen.sh: warn about needing autoconf if autoreconf is not found...
< GitHub181> bitcoin/master 889426d Andrés G. Aragoneses: autogen.sh: warn about needing autoconf if autoreconf is not found...
< GitHub181> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/db2e1c0650c9...9b9bfcec5af8
< GitHub26> [bitcoin] laanwj closed pull request #7527: [Trivial, RPC] Fix and cleanup listreceivedbyX documentation (master...listfix) https://github.com/bitcoin/bitcoin/pull/7527
< GitHub103> bitcoin/master db2e1c0 Wladimir J. van der Laan: Merge #7527: [Trivial, RPC] Fix and cleanup listreceivedbyX documentation...
< GitHub103> bitcoin/master c372572 instagibbs: Fix and cleanup listreceivedbyX documentation
< GitHub103> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/80d1f2e48364...db2e1c0650c9

2016-02-14

< GitHub156> [bitcoin] luke-jr opened pull request #7534: Minimal RPC & wallet support for CLTV-enabled multisig addresses (master...cltv_address) https://github.com/bitcoin/bitcoin/pull/7534
< GitHub189> [bitcoin] luke-jr opened pull request #7533: RPC: sendrawtransaction: Allow the user to ignore/override specific rejections (master...sendraw_force) https://github.com/bitcoin/bitcoin/pull/7533

2016-02-13

< MarcoFalke> Looks fine because we did not change the packet: https://github.com/bitcoin/bitcoin/blob/master/doc/gitian-building.md#installing-gitian
< MarcoFalke> I can't remember updating gitian. This happened right after win-rc5 : https://github.com/bitcoin/gitian.sigs/pull/304
< GitHub134> [bitcoin] btcdrak opened pull request #7531: Add bip68-sequence.py to extended rpc tests (master...bip68-rpc) https://github.com/bitcoin/bitcoin/pull/7531
< GitHub39> [bitcoin] knocte opened pull request #7530: autogen.sh: check for libtool before automake fails to find it (master...libtool-check) https://github.com/bitcoin/bitcoin/pull/7530
< cfields> 46ef9d35b4fbd89e74065647173ae0bbe8e04c6b47413a421576b0800a04ef37 bitcoin-0.12.0-linux32.tar.gz
< cfields> wumpus: c713f82859a27e9e0f9e7fb926f074bef855e255bfbb1207ce6987534233137a bitcoin-0.12.0-linux64.tar.gz
< wumpus> cfields: Good news: for osx, the dmg and -osx64.tar.gz stayed the same, just bitcoin-0.12.0-osx-unsigned.tar.gz changed. Same as you!
< wumpus> c713f82859a27e9e0f9e7fb926f074bef855e255bfbb1207ce6987534233137a for bitcoin-0.12.0-linux64.tar.gz
< warren> wumpus: cfields and I have been talking for a few months about an eventual replacement, basic idea is to be able to build a deterministic toolchain on any Linux distro, then use that to build things like Bitcoin.
< GitHub67> [bitcoin] luke-jr opened pull request #7529: Bugfix: Rename descendantfees to descendantmodfees (master...bugfix_descendantfees) https://github.com/bitcoin/bitcoin/pull/7529

2016-02-12

< Luke-Jr> wumpus: GreenBits apparently runs Bitcoin Core Daemon on Android these days
< wumpus> there's not even an android bitcoin core release, let alone blackberry
< wumpus> I know most of the bitcoin core codebase in detail, though I sometimes get confused by the wallet and some of the mempool workings
< Luke-Jr> since when is ~/.bitcoin/testnet3/bitcoin.conf ignored and why?
< GitHub136> [bitcoin] knocte opened pull request #7528: autogen.sh: warn about needing autoconf if autoreconf is not found (master...warn-autoconf) https://github.com/bitcoin/bitcoin/pull/7528
< wumpus> f153f1555b60edd61fa57a9b2f6b43d8d6449fd5c0e6a4ef0f4ba745c6376566 bitcoin-0.12.0-osx-unsigned.tar.gz didn't change for me cfields, osx output is the same
< cfields> wumpus: c427d4076e1827d5fd3d645d26f3e1504ffe8b53c33c559c5dc49605d0b10cbd bitcoin-0.12.0-osx-unsigned.tar.gz
< GitHub167> [bitcoin] instagibbs opened pull request #7527: [RPC] Fix and listreceivedbyX documentation (master...listfix) https://github.com/bitcoin/bitcoin/pull/7527
< cfields> 4098c47e08a882892b2a2b88761cf688ae11d6a5a1d02270a154d60c0393e7fb bitcoin-0.12.0-win-unsigned.tar.gz
< wumpus> + b785149cc0cc56dfb1c28626300f85ff8ea1b9658f8016bd9b202e32180a2bd9 bitcoin-0.12.0-win64.zip
< wumpus> - b13f362e4efbcdcc539398010ef3b287209dc497a057f1f86805cc610c1e6796 bitcoin-0.12.0-win64.zip
< GitHub81> [bitcoin] jloughry opened pull request #7526: fix spelling of advertise (shows up in the debug log) (master...advertize-advertise) https://github.com/bitcoin/bitcoin/pull/7526
< GitHub164> [bitcoin] btcdrak opened pull request #7524: BIP-112: Mempool-only CHECKSEQUENCEVERIFY (master...checksequenceverify) https://github.com/bitcoin/bitcoin/pull/7524
< wumpus> cfields: so bench_bitcoin, bitcoin-cli, bitcoin-tx match - bitcoind, bitcoin-qt, test-bitcoin and test-bitcoin-qt differ
< wumpus> more gitian problems, this time building macosx. What is happening? https://github.com/bitcoin/gitian.sigs/pull/304
< GitHub95> [bitcoin] laanwj closed pull request #7184: Implement SequenceLocks functions for BIP 68 (master...alternate68) https://github.com/bitcoin/bitcoin/pull/7184
< GitHub174> bitcoin/master a51c79b Alex Morcos: Bug fix to RPC test
< GitHub174> bitcoin/master da6ad5f Suhas Daftuar: Add RPC test exercising BIP68 (mempool only)
< GitHub174> bitcoin/master c6c2f0f Alex Morcos: Implement SequenceLocks functions...
< GitHub174> [bitcoin] laanwj pushed 5 new commits to master: https://github.com/bitcoin/bitcoin/compare/621940e04090...80d1f2e48364
< GitHub160> [bitcoin] laanwj closed pull request #7520: LibreSSL doesn't define OPENSSL_VERSION, use LIBRESSL_VERSION_TEXT instead (master...20160211_LibreSSL_compile_fix) https://github.com/bitcoin/bitcoin/pull/7520
< GitHub105> bitcoin/master a0a17b3 Pavel Janík: LibreSSL doesn't define OPENSSL_VERSION, use LIBRESSL_VERSION_TEXT instead
< GitHub105> bitcoin/master 621940e Wladimir J. van der Laan: Merge #7520: LibreSSL doesn't define OPENSSL_VERSION, use LIBRESSL_VERSION_TEXT instead...
< GitHub105> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/2f3f4af4cc2b...621940e04090
< GitHub26> bitcoin/0.12 02d707f Wladimir J. van der Laan: Merge #7523: Fix of semantic failure "meet pay"...
< GitHub26> [bitcoin] laanwj pushed 2 new commits to 0.12: https://github.com/bitcoin/bitcoin/compare/04503f78c750...02d707ff37a1
< GitHub26> bitcoin/0.12 e473c2d wodry: Fix of semantic failure "meet pay"...
< GitHub88> [bitcoin] laanwj closed pull request #7523: Fix of semantic failure "meet pay" (0.12...patch-1) https://github.com/bitcoin/bitcoin/pull/7523
< GitHub170> [bitcoin] wodry opened pull request #7523: Fix of semantic failure "meet pay" (0.12...patch-1) https://github.com/bitcoin/bitcoin/pull/7523
< GitHub22> [bitcoin] luke-jr opened pull request #7522: Bugfix: Only use git for build info if the repository is actually the right one (master...bugfix_gitdir) https://github.com/bitcoin/bitcoin/pull/7522

2016-02-11

< GitHub14> [bitcoin] morcos opened pull request #7521: Don't resend wallet txs that aren't in our own mempool (master...testBeforeRelay) https://github.com/bitcoin/bitcoin/pull/7521
< paveljanik> Luke-Jr, https://github.com/bitcoin/bitcoin/commit/d5f46832de900cee0801ca40bba743c9564cccb8 where can I read more about ]AC_PACKAGE_NAME[ syntax? ;-)
< wumpus> sdaftuar: you were right https://github.com/bitcoin/bitcoin/pull/7164
< wumpus> cfields: btw midnightmagic doesn't get windows gitian build to work for 0.12.0 at all https://github.com/bitcoin/bitcoin/issues/7492
< GitHub160> [bitcoin] paveljanik opened pull request #7520: LibreSSL doesn't define OPENSSL_VERSION, use LIBRESSL_VERSION_TEXT instead (master...20160211_LibreSSL_compile_fix) https://github.com/bitcoin/bitcoin/pull/7520
< cfields> wumpus: bitcoin-0.12.0-win64.zip please
< GitHub175> [bitcoin] maaku closed pull request #6564: BIP-112: Mempool-only CHECKSEQUENCEVERIFY (master...checksequenceverify) https://github.com/bitcoin/bitcoin/pull/6564
< GitHub129> [bitcoin] promag opened pull request #7518: [RPC] Add changeAddress option to fundrawtransaction (master...enhancement/fundrawtransaction-with-changeaddress) https://github.com/bitcoin/bitcoin/pull/7518
< Luke-Jr> wumpus: What kind of backwards compatibility issues do you mean for https://github.com/bitcoin/bitcoin/pull/7510 ?
< GitHub71> [bitcoin] laanwj opened pull request #7517: test: script_error checking in script_invalid tests (master...2016_02_test_script_errors) https://github.com/bitcoin/bitcoin/pull/7517
< GitHub123> bitcoin/0.12 d0dbb6d Luke Dashjr: release-notes: Remove suggestion to use 0.11
< GitHub123> bitcoin/0.12 73a0375 Luke Dashjr: release-notes: Mention possibility of priority removal in 0.13, uncertainty of priority calculation being changed back, and request community input
< GitHub123> bitcoin/0.12 4b8d2bc Luke Dashjr: release-notes: Cover priority changes correctly, removing mentions of possible futures
< GitHub123> [bitcoin] laanwj pushed 6 new commits to 0.12: https://github.com/bitcoin/bitcoin/compare/772863583c35...04503f78c750
< GitHub42> [bitcoin] laanwj closed pull request #7346: 0.12 release notes: Mining Policy Changes (0.12...0.12-release-notes-mining) https://github.com/bitcoin/bitcoin/pull/7346
< wumpus> other people think we should sort by other criteria https://github.com/bitcoin/bitcoin/pull/7429
< da2ce7> it would be nice to get https://github.com/bitcoin/bitcoin/pull/7346 merged if there aren’t any further objections to it.
< GitHub88> [bitcoin] jmacwhyte opened pull request #7514: Fix IsInitialBlockDownload for testnet (master...fixisinitialblock) https://github.com/bitcoin/bitcoin/pull/7514
< GitHub17> [bitcoin] laanwj closed pull request #7493: rpc: add null assert (master...patch-1) https://github.com/bitcoin/bitcoin/pull/7493
< GitHub1> [bitcoin] paveljanik opened pull request #7511: [WIP] New ax_pthread.m4 from upstream - draft 3 (not final), for testing on all platforms (master...20160211_WIP_test_new_ax_pthread) https://github.com/bitcoin/bitcoin/pull/7511
< GitHub178> [bitcoin] luke-jr opened pull request #7510: Read/write bitcoin_rw.conf for exposing shared Daemon/GUI options in the GUI (master...rwconf) https://github.com/bitcoin/bitcoin/pull/7510
< GitHub131> [bitcoin] luke-jr opened pull request #7509: Common argument defaults for NODE_BLOOM stuff and -wallet (master...common_defaults_0.12) https://github.com/bitcoin/bitcoin/pull/7509
< GitHub87> [bitcoin] Leviathn opened pull request #7507: Remove internal miner (master...master) https://github.com/bitcoin/bitcoin/pull/7507
< GitHub59> [bitcoin] promag opened pull request #7506: Use CCoinControl selection in CWallet::FundTransaction (master...enhancement/use-coin-control-selection) https://github.com/bitcoin/bitcoin/pull/7506

2016-02-10

< Luke-Jr> weird, when the same setting is set multiple times in bitcoin.conf, it's the first that has effect
< sipa> Luke-Jr: so what do you think the Bitcoin Core wallet should do in the near future? always use fee estimation, and pay the estimated/chosen fee?
< GitHub120> bitcoin/0.12 7728635 Wladimir J. van der Laan: doc: fix author list in release notes
< GitHub120> [bitcoin] laanwj pushed 1 new commit to 0.12: https://github.com/bitcoin/bitcoin/commit/772863583c35e4344c0020445ede04d7a2e5837b
< GitHub3> bitcoin/0.12 6813426 Wladimir J. van der Laan: qt: Translation update pre-rc5
< GitHub3> [bitcoin] laanwj pushed 2 new commits to 0.12: https://github.com/bitcoin/bitcoin/compare/c3faf78c0e96...68134263e2bf
< GitHub3> bitcoin/0.12 10be44a Wladimir J. van der Laan: doc: Release notes update pre-rc5
< wumpus> it is like a separate .conf writable alongside bitcoin.conf, except that it is the OS-sanctified way of storing application settings
< Luke-Jr> how about a separate .conf writable loaded alongside bitcoin.conf?
< wumpus> well I don't want the daemon nor GUI writing to bitcoin.conf. There should be no assumption that the configuration file is writing at all
< Luke-Jr> wumpus: having two sets of settings is far uglier than writing bitcoin.conf IMO
< GitHub165> bitcoin/0.12 c3faf78 instagibbs: Changed getnetworkhps value to double to avoid overflow....
< GitHub165> [bitcoin] laanwj pushed 1 new commit to 0.12: https://github.com/bitcoin/bitcoin/commit/c3faf78c0e96a8c64a5ff8c37ef6fc4cfb35d125
< GitHub179> bitcoin/0.12 947c4ff mrbandrews: [rpc-tests] Change solve() to use rehash...
< GitHub179> bitcoin/0.12 9cb31e6 Matt: Fix spelling: misbeha{b,v}ing...
< GitHub179> [bitcoin] laanwj pushed 2 new commits to 0.12: https://github.com/bitcoin/bitcoin/compare/889e5b3050e7...947c4ff72495
< GitHub1> bitcoin/0.12 889e5b3 Pieter Wuille: Correctly report high-S violations...
< GitHub1> [bitcoin] laanwj pushed 1 new commit to 0.12: https://github.com/bitcoin/bitcoin/commit/889e5b3050e78614acb45ea0845dc8fd33b157bf
< GitHub165> [bitcoin] laanwj closed pull request #7500: Correctly report high-S violations (master...reporthighs) https://github.com/bitcoin/bitcoin/pull/7500
< GitHub139> bitcoin/master 2f3f4af Wladimir J. van der Laan: Merge #7500: Correctly report high-S violations...
< GitHub139> bitcoin/master 9d95187 Pieter Wuille: Correctly report high-S violations
< GitHub139> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/b93f07849648...2f3f4af4cc2b
< GitHub0> [bitcoin] paveljanik opened pull request #7504: Crystal clean make clean (master...20160210_crystal_clean_make_clean) https://github.com/bitcoin/bitcoin/pull/7504
< GitHub22> bitcoin/0.12 1329963 Pieter Wuille: Update the wallet best block marker when pruning...
< GitHub22> bitcoin/0.12 00ec73e Wladimir J. van der Laan: wallet: Ignore MarkConflict if block hash is not known...
< GitHub22> [bitcoin] laanwj pushed 2 new commits to 0.12: https://github.com/bitcoin/bitcoin/compare/827a2b6736d0...132996300134
< GitHub75> [bitcoin] laanwj closed pull request #7502: Update the wallet best block marker when pruning (master...betterflush) https://github.com/bitcoin/bitcoin/pull/7502
< GitHub2> bitcoin/master b93f078 Wladimir J. van der Laan: Merge #7502: Update the wallet best block marker when pruning...
< GitHub2> bitcoin/master e4eebb6 Pieter Wuille: Update the wallet best block marker when pruning
< GitHub2> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/c9da9c4bd83c...b93f07849648
< GitHub145> [bitcoin] Kammi6187 closed pull request #7503: Master (master...master) https://github.com/bitcoin/bitcoin/pull/7503
< GitHub29> [bitcoin] laanwj closed pull request #7491: wallet: Ignore MarkConflict if block hash is not known (master...2016_02_wallet_markconflict_assert) https://github.com/bitcoin/bitcoin/pull/7491
< GitHub186> bitcoin/master c9da9c4 Wladimir J. van der Laan: Merge #7491: wallet: Ignore MarkConflict if block hash is not known...
< GitHub186> bitcoin/master 40e7b61 Wladimir J. van der Laan: wallet: Ignore MarkConflict if block hash is not known...
< GitHub186> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/d007511ebdfa...c9da9c4bd83c
< GitHub10> [bitcoin] Kammi6187 opened pull request #7503: Master (master...master) https://github.com/bitcoin/bitcoin/pull/7503
< GitHub58> [bitcoin] sipa opened pull request #7502: Update the wallet best block marker before pruning (master...betterflush) https://github.com/bitcoin/bitcoin/pull/7502
< GitHub113> [bitcoin] sipa opened pull request #7500: Correctly report high-S violations (master...reporthighs) https://github.com/bitcoin/bitcoin/pull/7500
< GitHub161> [bitcoin] promag opened pull request #7498: [WIP][RPC] Add createtransaction (master...feature/rpc-createtransaction) https://github.com/bitcoin/bitcoin/pull/7498
< wumpus> Luke-Jr: yes, it makes it possible to change the settings through the GUI without having to do something ugly like write a bitcoin.conf
< GitHub36> [bitcoin] laanwj closed pull request #7490: tests: Remove May15 test (master...2016_02_may12forkdat) https://github.com/bitcoin/bitcoin/pull/7490
< GitHub71> bitcoin/master acf5983 Wladimir J. van der Laan: tests: Remove May15 test...
< GitHub71> bitcoin/master d007511 Wladimir J. van der Laan: Merge #7490: tests: Remove May15 test...
< GitHub71> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/b49a62379900...d007511ebdfa
< GitHub101> [bitcoin] Flowdalic opened pull request #7495: Make genbuild.sh check for '.git' (master...5902) https://github.com/bitcoin/bitcoin/pull/7495
< GitHub176> [bitcoin] luke-jr closed pull request #7483: Render icons from SVG (master...svg_icon) https://github.com/bitcoin/bitcoin/pull/7483

2016-02-09

< GitHub173> [bitcoin] dcousens opened pull request #7493: rpc: add null assert (master...patch-1) https://github.com/bitcoin/bitcoin/pull/7493
< Luke-Jr> cfields: Any idea what's going on in https://travis-ci.org/luke-jr/bitcoin/jobs/108003601 ?
< GitHub104> [bitcoin] laanwj opened pull request #7491: wallet: Ignore MarkConflict if block hash is not known (master...2016_02_wallet_markconflict_assert) https://github.com/bitcoin/bitcoin/pull/7491
< wumpus> cfields: isn't it sad: https://github.com/bitcoin/bitcoin/pull/7489
< GitHub142> [bitcoin] laanwj opened pull request #7490: tests: Remove May15 test (master...2016_02_may12forkdat) https://github.com/bitcoin/bitcoin/pull/7490
< GitHub111> [bitcoin] laanwj opened pull request #7489: tests: Make proxy_test work on travis servers without IPv6 (master...2016_02_ipv6_tests_conditional) https://github.com/bitcoin/bitcoin/pull/7489
< wumpus> and filing a pull request for travis won't work either, as on bitcoin/bitcoin the proxy tests are still passing
< GitHub18> bitcoin/0.12 43484d7 Wladimir J. van der Laan: doc: Update release notes for rc4 changes
< GitHub18> bitcoin/0.12 e16f5b4 Suhas Daftuar: Update nQueuedValidatedHeaders after peer disconnection...
< GitHub18> bitcoin/0.12 b2f2b85 Wladimir J. van der Laan: rpc: Add WWW-Authenticate header to 401 response...
< GitHub18> [bitcoin] laanwj pushed 4 new commits to 0.12: https://github.com/bitcoin/bitcoin/compare/b9ed8c996912...827a2b6736d0
< GitHub170> [bitcoin] laanwj closed pull request #7480: Changed getnetworkhps value to double to avoid overflow. (master...hashps) https://github.com/bitcoin/bitcoin/pull/7480
< GitHub33> bitcoin/master b49a623 Wladimir J. van der Laan: Merge #7480: Changed getnetworkhps value to double to avoid overflow....
< GitHub33> bitcoin/master 993d089 instagibbs: Changed getnetworkhps value to double to avoid overflow.
< GitHub33> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/3ffe4b241ed4...b49a62379900
< Luke-Jr> wumpus: looks like bitcoin/* has the old servers specially set
< GitHub43> [bitcoin] laanwj closed pull request #7482: [P2P] Ensure headers count is correct (master...fix-download-timeouts) https://github.com/bitcoin/bitcoin/pull/7482
< GitHub94> bitcoin/master 301bc7b Suhas Daftuar: Update nQueuedValidatedHeaders after peer disconnection
< GitHub94> bitcoin/master 3ffe4b2 Wladimir J. van der Laan: Merge #7482: [P2P] Ensure headers count is correct...
< GitHub94> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/3db828f95165...3ffe4b241ed4
< GitHub174> [bitcoin] laanwj closed pull request #7472: rpc: Add WWW-Authenticate header to 401 response (master...2016_02_www_authenticate) https://github.com/bitcoin/bitcoin/pull/7472
< GitHub42> bitcoin/master 3db828f Wladimir J. van der Laan: Merge #7472: rpc: Add WWW-Authenticate header to 401 response...
< GitHub42> bitcoin/master 7c06fbd Wladimir J. van der Laan: rpc: Add WWW-Authenticate header to 401 response...
< GitHub42> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/326f010332a6...3db828f95165
< GitHub127> [bitcoin] luke-jr opened pull request #7487: depends: Use curl for fetching on Linux (master...depends_curl) https://github.com/bitcoin/bitcoin/pull/7487

2016-02-08

< GitHub59> [bitcoin] luke-jr reopened pull request #7483: Render icons from SVG (master...svg_icon) https://github.com/bitcoin/bitcoin/pull/7483
< GitHub100> [bitcoin] luke-jr opened pull request #7485: Use system univalue by default (master...sys_univalue_def) https://github.com/bitcoin/bitcoin/pull/7485
< GitHub97> [bitcoin] luke-jr closed pull request #7483: Render icons from SVG (master...svg_icon) https://github.com/bitcoin/bitcoin/pull/7483
< GitHub88> [bitcoin] luke-jr reopened pull request #7483: Render icons from SVG (master...svg_icon) https://github.com/bitcoin/bitcoin/pull/7483
< GitHub57> [bitcoin] luke-jr closed pull request #7483: Render icons from SVG (master...svg_icon) https://github.com/bitcoin/bitcoin/pull/7483
< GitHub118> [bitcoin] luke-jr opened pull request #7483: Render icons from SVG (master...svg_icon) https://github.com/bitcoin/bitcoin/pull/7483
< GitHub193> [bitcoin] sdaftuar opened pull request #7482: [P2P] Ensure headers count is correct (master...fix-download-timeouts) https://github.com/bitcoin/bitcoin/pull/7482
< GitHub105> [bitcoin] instagibbs opened pull request #7480: Changed getnetworkhps value to double to avoid overflow. (master...hashps) https://github.com/bitcoin/bitcoin/pull/7480
< wumpus> (probably means an even worse situation of having rsvg, which is notoriously leaky and buggy, as a dependency of bitcoin-qt, but OK)
< wumpus> rather not require any graphical tools for building/deploying bitcoin
< GitHub25> bitcoin/0.12 b9ed8c9 MarcoFalke: [doc] Update release-process.md...
< GitHub25> [bitcoin] laanwj pushed 1 new commit to 0.12: https://github.com/bitcoin/bitcoin/commit/b9ed8c996912aed9031caf0e3e6e32530ae6187a
< petertodd> it's also notable how jgarzik has been promoting non-bitcoin fintech uses of the blockchain for bitfury - demand for those is potentially basically infinite
< GitHub59> [bitcoin] laanwj closed pull request #7465: [doc] Update release-process.md (master...Mf1601-releaseProc) https://github.com/bitcoin/bitcoin/pull/7465
< GitHub16> bitcoin/master fa616c2 MarcoFalke: [doc] Update release-process.md
< GitHub16> bitcoin/master 326f010 Wladimir J. van der Laan: Merge #7465: [doc] Update release-process.md...
< GitHub16> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/e7ea5db0c190...326f010332a6
< Luke-Jr> gotta make Bitcoin look backlogged, after all <.<
< petertodd> wumpus: I kept on getting pull-reqs meant for bitcoin/bips myself
< wumpus> in a way having bitcoin/bips at the root is advantageous
< petertodd> Luke-Jr: you can probably reconnect your repo to bitcoin/bips instead
< Luke-Jr> If petertodd/bips is parented to bitcoin/bips now, I think attaching bitcoin/bips to genjix/bips will work
< wumpus> yes, I get it, they cut off a part of the tree and made bitcoin/bips the parent of that
< wumpus> https://github.com/petertodd/bips is now seen as a fork of bitcoin/bips
< Luke-Jr> wumpus: can you ask support@github.com to relink bitcoin/bips to the same network as genjix/bips?
< GitHub14> [bitcoin] sipa closed pull request #7478: Bitcoin S+ (master...0.12) https://github.com/bitcoin/bitcoin/pull/7478

2016-02-07

< GitHub111> [bitcoin] Nudor opened pull request #7478: Bitcoin S+ (master...0.12) https://github.com/bitcoin/bitcoin/pull/7478
< instagibbs> greg@greg-ThinkPad-T530:~/Documents/bitcoin$ Error: Prune: last wallet synchronisation goes beyond pruned data. You need to -reindex (download the whole blockchain again in case of pruned node)
< PRab> Would it be possible to merge everything into master in the bitcoin-detached-sigs repo?
< midnightmagic> the ones I'm comparing are rc1. b0b27e04c5df96e7bcda47d977b970b4cffd4bbdc2b7ab16fe0f56fa4b049aa0 bitcoin-0.12.0-linux64.tar.gz vs fanquake: efb075cd298f484d90a01731471829b65ca39abb8fcc00cfa94ea452c157df8e bitcoin-0.12.0-linux64.tar.gz
< GitHub43> [bitcoin] domob1812 opened pull request #7477: Fix quoting of copyright holders in configure.ac. (master...configure-quoting) https://github.com/bitcoin/bitcoin/pull/7477

2016-02-05

< Tasoshi> how can bitcoin operate when r/bitcoin is banned and censored, on what basis would anyone find this community welcoming at all
< Tasoshi> these are difficult times for bitcoin
< Tasoshi> The unthinkable is happening with r/bitcoin being censored/banned, that affects all for it breaches all principles