2016-03-21

< GitHub174> bitcoin/master 5fa66e4 Alex Morcos: Create SingleNodeConnCB class for RPC tests
< GitHub174> bitcoin/master 9e072a6 Alex Morcos: Implement "feefilter" P2P message....
< GitHub174> [bitcoin] laanwj pushed 5 new commits to master: https://github.com/bitcoin/bitcoin/compare/29b2be6ad789...c946a15075ba
< GitHub184> [bitcoin] laanwj opened pull request #7729: rpc: introduce 'label' API for wallet (master...2016_03_wallet_label_api) https://github.com/bitcoin/bitcoin/pull/7729
< GitHub50> [bitcoin] jtimon opened pull request #7728: Fees: Tests: Check CFeeRate internal precision in mempool_tests.cpp (master...0.12.99-feerate-precision-test) https://github.com/bitcoin/bitcoin/pull/7728
< GitHub114> [bitcoin] jtimon opened pull request #7727: Travis test (not to merge): Introduce silent bug in CFeeRate (master...0.12.99-feerate-test-bug) https://github.com/bitcoin/bitcoin/pull/7727
< GitHub62> [bitcoin] laanwj closed pull request #7692: Remove p2p alert system (master...remove_alert) https://github.com/bitcoin/bitcoin/pull/7692
< GitHub99> bitcoin/master 01fdfef BtcDrak: Remove `-alerts` option
< GitHub99> bitcoin/master 9206634 BtcDrak: Update alert notification and GUI
< GitHub99> bitcoin/master bbb9d1d BtcDrak: Remove p2p alert handling
< GitHub99> [bitcoin] laanwj pushed 8 new commits to master: https://github.com/bitcoin/bitcoin/compare/9af69fa7e7b7...29b2be6ad789
< GitHub194> [bitcoin] laanwj closed pull request #7726: Correct importaddress help reference to importpubkey (master...master) https://github.com/bitcoin/bitcoin/pull/7726
< GitHub131> bitcoin/master 9af69fa Wladimir J. van der Laan: Merge #7726: Correct importaddress help reference to importpubkey...
< GitHub131> bitcoin/master c5825d2 Denis Lukianov: Correct importaddress help reference to importpubkey
< GitHub131> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/3c27067dd2db...9af69fa7e7b7
< GitHub164> [bitcoin] laanwj closed pull request #7712: Improve COutPoint less operator (master...enhancement/improve-coutpoint-less-operator) https://github.com/bitcoin/bitcoin/pull/7712
< GitHub97> bitcoin/master 3c27067 Wladimir J. van der Laan: Merge #7712: Improve COutPoint less operator...
< GitHub97> bitcoin/master 0f17692 João Barbosa: Improve COutPoint less operator
< GitHub97> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/3b4324b1edd7...3c27067dd2db
< GitHub82> [bitcoin] laanwj closed pull request #7720: [qa] rpc-test: Normalize assert() (master...Mf1603-qaAssertNorm) https://github.com/bitcoin/bitcoin/pull/7720
< GitHub129> bitcoin/master 3b4324b Wladimir J. van der Laan: Merge #7720: [qa] rpc-test: Normalize assert()...
< GitHub129> bitcoin/master fab3890 MarcoFalke: [qa] rpc-test: Normalize assert()
< GitHub129> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/9426632cb58d...3b4324b1edd7
< wumpus> BlueMatt: can you take a look at https://github.com/bitcoin/bitcoin/pull/7713, it changes verify-commits.sh
< GitHub6> [bitcoin] laanwj closed pull request #7708: De-neuter NODE_BLOOM (master...2016-03-17-nodebloom) https://github.com/bitcoin/bitcoin/pull/7708
< GitHub166> bitcoin/master 9426632 Wladimir J. van der Laan: Merge #7708: De-neuter NODE_BLOOM...
< GitHub166> bitcoin/master c90036f Patrick Strateman: Always disconnect old nodes which request filtered connections.
< GitHub166> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/ddfd79659e31...9426632cb58d
< GitHub81> [bitcoin] laanwj closed pull request #7705: [amount] Add tests and make GetFee() monotonic (master...Mf1603-amountFix) https://github.com/bitcoin/bitcoin/pull/7705
< GitHub165> bitcoin/master fad13b1 MarcoFalke: [amount] Preempt issues with negative fee rates
< GitHub165> bitcoin/master faf756a MarcoFalke: [amount] Make GetFee() monotonic...
< GitHub165> bitcoin/master fab6880 MarcoFalke: [qa] Add amount tests
< GitHub165> [bitcoin] laanwj pushed 4 new commits to master: https://github.com/bitcoin/bitcoin/compare/7b832d286bd1...ddfd79659e31
< GitHub94> [bitcoin] laanwj closed pull request #7656: Improve EncodeBase58 performance (master...enhancement/speedup-encodebase58) https://github.com/bitcoin/bitcoin/pull/7656
< GitHub112> bitcoin/master 7b832d2 Wladimir J. van der Laan: Merge #7656: Improve EncodeBase58 performance...
< GitHub112> bitcoin/master 3252208 João Barbosa: Improve EncodeBase58 performance
< GitHub112> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/29e1131c4642...7b832d286bd1
< GitHub59> [bitcoin] CypherGrue opened pull request #7726: Correct importaddress help reference to importpubkey (master...master) https://github.com/bitcoin/bitcoin/pull/7726
< moli> yes, i guess i like to do it my way so i can remember where i put it, and i notice you have bitcoin.conf.5 in your bitcoin-segwit, i wish we could have bitcoin.conf in windows download package
< moli> and bitcoin.conf doesn't come with the download package, i have to create it and then put it in Bitcoin folder
< moli> so in the folder Bitcoin it has wallet.dat, bitcoin.conf, etc
< moli> sipa, i don't use the default, so my datadir is something like this: C:\bitcoin-0.12.0\bin\bitcoin-qt.exe -datadir=C:\Bitcoin
< moli> oops, i meant bitcoin.conf
< moli> sipa, i'm not sure if you're looking for bitcoin-conf, but on windows by default it's in: C:\Users\UserName\AppData\Roaming\Bitcoin\bitcoin-conf
< morcos> mine is in ~/.config/Bitcoin/Bitcoin-Qt.conf

2016-03-20

< sipa> wumpus, jonasschnelli: is there any way to check what datadir a Bitcoin-Qt was configured to use?
< GitHub187> [bitcoin] laanwj opened pull request #7723: build: python 3 compatibility (master...2016_03_build_python_3) https://github.com/bitcoin/bitcoin/pull/7723
< GitHub34> [bitcoin] MarcoFalke closed pull request #7721: [qa] Use print() in rpc tests (master...Mf1603-qaPy3print) https://github.com/bitcoin/bitcoin/pull/7721

2016-03-19

< GitHub128> [bitcoin] MarcoFalke opened pull request #7722: [qa] Use python2/3 syntax (master...Mf1603-qaPy2/3) https://github.com/bitcoin/bitcoin/pull/7722
< GitHub127> [bitcoin] MarcoFalke opened pull request #7721: [qa] Use print() in rpc tests (master...Mf1603-qaPy3print) https://github.com/bitcoin/bitcoin/pull/7721
< Chris_Stewart_5> Yeah I always like to try and ask in #bitcoin-dev before I ask in this channel :/
< Chris_Stewart_5> is there a function in bitcoin core to write a transaction's hex to stdout?
< GitHub142> [bitcoin] MarcoFalke opened pull request #7720: [qa] rpc-test: Normalize assert() (master...Mf1603-qaAssertNorm) https://github.com/bitcoin/bitcoin/pull/7720
< jon_> Having a problem with bitcoin core can anyone help?

2016-03-18

< GitHub17> [bitcoin] morcos closed pull request #7695: [0.11] Backport BIP 68 mempool only (0.11...68backport) https://github.com/bitcoin/bitcoin/pull/7695
< GitHub157> [bitcoin] btcdrak closed pull request #7693: [0.11] Backport BIP112 CHECKSEQUENCEVERIFY mempool-only (0.11...bip112-backport-0.11) https://github.com/bitcoin/bitcoin/pull/7693
< GitHub85> [bitcoin] morcos opened pull request #7716: [0.12] Backport BIP9 and softfork for BIP's 68,112,113 (0.11...backportBIP9SoftFork) https://github.com/bitcoin/bitcoin/pull/7716
< wumpus> morcos: oh no, you found a bitcoin cheat code :D
< GitHub85> [bitcoin] morcos closed pull request #7706: [WIP] Fix calculation of balances and available coins. (master...fixconflicts2) https://github.com/bitcoin/bitcoin/pull/7706
< GitHub7> [bitcoin] morcos opened pull request #7715: Fix calculation of balances and available coins. (master...fixconflicts_take2) https://github.com/bitcoin/bitcoin/pull/7715
< qwebirc646325> does anyone know if its possible to fork bitcoin to createe a new coin with support for sending 1 satoshi
< GitHub162> [bitcoin] laanwj closed pull request #7702: [qa] Add tests verifychain, lockunspent, getbalance, listsinceblock (master...Mf1603-qaCleanup2) https://github.com/bitcoin/bitcoin/pull/7702
< GitHub16> bitcoin/master 29e1131 Wladimir J. van der Laan: Merge #7702: [qa] Add tests verifychain, lockunspent, getbalance, listsinceblock...
< GitHub16> bitcoin/master fa4a522 MarcoFalke: [qa] Add tests verifychain, lockunspent, getbalance, listsinceblock
< GitHub16> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/efde86b4aae6...29e1131c4642
< GitHub11> [bitcoin] petertodd opened pull request #7713: Fixes for verify-commits script (master...2016-03-fix-verify-commits) https://github.com/bitcoin/bitcoin/pull/7713
< GitHub113> [bitcoin] laanwj closed pull request #7709: Tests: fix missing import in mempool_packages (master...fix-mempool-packages-2) https://github.com/bitcoin/bitcoin/pull/7709
< GitHub57> bitcoin/master efde86b Wladimir J. van der Laan: Merge #7709: Tests: fix missing import in mempool_packages...
< GitHub57> bitcoin/master e38781d Suhas Daftuar: Tests: fix missing import in mempool_packages
< GitHub57> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/73b7eb501e64...efde86b4aae6
< devplop> #bitcoin-dev Cannot join channel (+r) - you need to be identified with services
< jonasschnelli> Just join the channel #bitcoin-dev ?
< devplop> thanks again, I can't go to bitcoin-dev, where do I have to register?
< jonasschnelli> devplop: theres is a dev. documentation on bitcoin.org
< jonasschnelli> This channel is for bitcoin-core development only. You can use #bitcoin-dev
< devplop> I'm developping a website wich use bitcoind, this is not development? or here we only talk about developement of bitcoin itself
< jonasschnelli> devplop but you should discuss that in #bitcoin (this is the development channel)
< GitHub90> [bitcoin] laanwj closed pull request #7575: Minimal BIP9 implementation (master...bip9) https://github.com/bitcoin/bitcoin/pull/7575
< GitHub197> bitcoin/master d23f6c6 Pieter Wuille: Softfork status report in RPC
< GitHub197> bitcoin/master 732e774 Pieter Wuille: Versionbits tests
< GitHub197> bitcoin/master 6851107 Pieter Wuille: BIP9 Implementation...
< GitHub197> [bitcoin] laanwj pushed 7 new commits to master: https://github.com/bitcoin/bitcoin/compare/f034bced269c...73b7eb501e64
< GitHub18> [bitcoin] jonasschnelli closed pull request #6641: De-neuter NODE_BLOOM (master...bloom-disable) https://github.com/bitcoin/bitcoin/pull/6641
< GitHub125> [bitcoin] promag opened pull request #7712: Improve COutPoint less operator (master...enhancement/improve-coutpoint-less-operator) https://github.com/bitcoin/bitcoin/pull/7712
< GitHub16> [bitcoin] fanquake opened pull request #7711: [build-aux] Update Boost & check macros to latest serials (master...build-aux-change) https://github.com/bitcoin/bitcoin/pull/7711
< GitHub187> [bitcoin] fanquake opened pull request #7710: [Depends] Bump miniupnpc (master...depends-02) https://github.com/bitcoin/bitcoin/pull/7710
< GitHub192> [bitcoin] sdaftuar opened pull request #7709: Tests: fix missing import in mempool_packages (master...fix-mempool-packages-2) https://github.com/bitcoin/bitcoin/pull/7709
< GitHub136> [bitcoin] pstratem opened pull request #7708: De-neuter NODE_BLOOM (master...2016-03-17-nodebloom) https://github.com/bitcoin/bitcoin/pull/7708

2016-03-17

< morcos> wumpus: sipa: gmaxwell: See my latest comments on https://github.com/bitcoin/bitcoin/pull/7706 . It's a bit of a boondoggle.
< jtimon> too much unnecessary disruption to get to this result, so I had to reduce it to something more readable. After many apparently false positives (I knew the rpc tests couldn't possibly let pass some of the things I did), https://github.com/jtimon/bitcoin/tree/0.12.99-feerate-test-bug it's basically what I have, but I still won't push my not-to-be-merged point about CFeeRate having "bad aji" which I'm still not sure I'm right about
< jtimon> btw, unrelated, morcos gmaxwell how stupid does https://github.com/jtimon/bitcoin/tree/0.12.99-feerate-test-bug look? would something like that qualify as a "test bug" in libsecp256k1 ?
< btcdrak> morcos: this is what I came up with https://github.com/bitcoin/bips/compare/master...btcdrak:cvsdeploy
< jtimon> morcos: the right bit to signal hardforks is the one that helps old nodes declare the first hardfork block invalid. see outdated https://github.com/bitcoin/bitcoin/pull/7566/commits/990dda87b258c1e8d4d35b1fcbae4106303664f0
< jonasschnelli> dgenr8 partition check PR: https://github.com/bitcoin/bitcoin/pull/7568/files
< GitHub84> [bitcoin] jonasschnelli opened pull request #7707: [RPC][QT] UI support for abandoned transactions (master...2016/03/abandon_ui) https://github.com/bitcoin/bitcoin/pull/7707
< morcos> I think it makes sense to include that we Bitcoin Core will have a release well in advance of the start date implementing the fork
< paveljanik> I probably won't be able to join the beginning of the meeting again. Suggested topic: Qt 5.6 support. Bitcoin Core doesn't compile with it, because Qt 5.6 dropped almost all pkgconfig files, so configure fails.
< GitHub169> [bitcoin] morcos opened pull request #7706: [WIP] Fix calculation of balances and available coins. (master...fixconflicts2) https://github.com/bitcoin/bitcoin/pull/7706
< wumpus> sipa: https://en.bitcoin.it/wiki/Alert_system has all alerts ever
< GitHub199> [bitcoin] MarcoFalke opened pull request #7705: [amount] Add tests and make GetFee() monotonic (master...Mf1603-amountFix) https://github.com/bitcoin/bitcoin/pull/7705
< wumpus> jonasschnelli: just copied the list from #7312 and added #7690 https://github.com/bitcoin/bitcoin/issues/7704
< GitHub102> [bitcoin] laanwj closed pull request #7686: [qt] Remove 0-fee from send dialog (master...Mf1603-qt-0-fee) https://github.com/bitcoin/bitcoin/pull/7686
< GitHub142> bitcoin/master f034bce Wladimir J. van der Laan: Merge #7686: [qt] Remove 0-fee from send dialog...
< GitHub142> bitcoin/master fae8467 MarcoFalke: [qt] Remove unneeded "fSendFreeTransactions" check
< GitHub142> bitcoin/master fa48bb3 MarcoFalke: [qt] Remove 0-fee from send dialog
< GitHub142> [bitcoin] laanwj pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/01f42676236b...f034bced269c
< kanzure> if you mean testing, then use regtest mode and bitcoin-cli
< Chris_Stewart_5> Is there any way to play with bitcoin core in an interpreter like environment?
< GitHub60> [bitcoin] laanwj closed pull request #6816: BIP9: versionbits (master...versionbits) https://github.com/bitcoin/bitcoin/pull/6816
< GitHub103> [bitcoin] jtimon closed pull request #7665: Contrib: Introduce script to tag compiled binaries for convenience (py) (master...0.12.99-contrib-tag) https://github.com/bitcoin/bitcoin/pull/7665
< GitHub26> [bitcoin] laanwj closed pull request #7594: Mempool: Add tracking of ancestor packages (master...ancestor-tracking) https://github.com/bitcoin/bitcoin/pull/7594
< GitHub20> bitcoin/master 76a7632 Suhas Daftuar: Remove work limit in UpdateForDescendants()...
< GitHub20> bitcoin/master 5de2baa Suhas Daftuar: Rename CTxMemPool::remove -> removeRecursive...
< GitHub20> bitcoin/master 7659438 Suhas Daftuar: CTxMemPool::removeForBlock now uses RemoveStaged
< GitHub20> [bitcoin] laanwj pushed 7 new commits to master: https://github.com/bitcoin/bitcoin/compare/14d6324a248d...01f42676236b
< GitHub167> [bitcoin] laanwj opened pull request #7703: tor: Change auth order to only use HASHEDPASSWORD if -torpassword (master...2016_03_auth_order) https://github.com/bitcoin/bitcoin/pull/7703
< GitHub73> [bitcoin] MarcoFalke opened pull request #7702: [qa] Add tests verifychain, lockunspent, getbalance, listsinceblock (master...Mf1603-qaCleanup2) https://github.com/bitcoin/bitcoin/pull/7702
< go1111111> is anyone working on the blockchain verification flag, as Greg describes at https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2015-December/011853.html ? I have some interest in working on it (slowly, as it'd be my first non-test PR)
< GitHub87> [bitcoin] jonasschnelli closed pull request #6850: Improve AddToWallet performance when rescanning (master...master) https://github.com/bitcoin/bitcoin/pull/6850
< wumpus> Luke-Jr: can you take a look at https://github.com/bitcoin/bitcoin/pull/7656 (base58 encoding speed up), seems relevant with your libbase58

2016-03-16

< GitHub162> [bitcoin] laanwj closed pull request #7187: Keep reorgs fast for SequenceLocks checks (master...fastReorgBIP68) https://github.com/bitcoin/bitcoin/pull/7187
< GitHub33> bitcoin/master 14d6324 Wladimir J. van der Laan: Merge #7187: Keep reorgs fast for SequenceLocks checks...
< GitHub33> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/622fe6c32f41...14d6324a248d
< GitHub33> bitcoin/master 982670c Alex Morcos: Add LockPoints...
< GitHub110> [bitcoin] MarcoFalke closed pull request #7661: [wallet] Round up to the next satoshi on odd fee rates (master...Mf1603-walletCeil) https://github.com/bitcoin/bitcoin/pull/7661
< GitHub37> [bitcoin] MarcoFalke closed pull request #7660: [amount] Extend GetFee() by optional flag ceil (master...Mf1603-amountCeil) https://github.com/bitcoin/bitcoin/pull/7660
< wumpus> bitcoin.org has extensive infrastructure for documentation, don't think bitcoincore.org has
< MarcoFalke> but bitcoin/bitcoin commits are read by somewhat more people than the website commits
< MarcoFalke> bitcoin wiki it?
< wumpus> https://github.com/bitcoin/bitcoin/issues/7633#issuecomment-195254622 I'd really like to avoid this another time
< morcos> anywya, we're not talking about using doubles for an amount, i think everyone would 100% agree, that no bitcoin amount should ever be represented as a double (bitcoins.satoshis)
< MarcoFalke> Using doubles for bitcoin should be fine right now, as a double can hold all possible values with exact precision IIRC.
< GitHub103> [bitcoin] laanwj closed pull request #7697: Tests: make prioritise_transaction.py more robust (master...fix-prioritise-transaction) https://github.com/bitcoin/bitcoin/pull/7697
< GitHub116> bitcoin/master 622fe6c Wladimir J. van der Laan: Merge #7697: Tests: make prioritise_transaction.py more robust...
< GitHub116> bitcoin/master ec14339 Suhas Daftuar: Tests: make prioritise_transaction.py more robust
< GitHub116> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/3d0dfdbf9f26...622fe6c32f41
< GitHub140> [bitcoin] laanwj closed pull request #7684: [qa] Extend tests (master...Mf1603-qaCleanup1) https://github.com/bitcoin/bitcoin/pull/7684
< GitHub191> bitcoin/master fa8cd46 MarcoFalke: [qa] Move create_tx() to util.py
< GitHub191> bitcoin/master fad7dc8 MarcoFalke: [qa] wallet: speed up tests
< GitHub191> bitcoin/master fa3a81a MarcoFalke: [tests] Extend util_ParseMoney test case
< GitHub191> [bitcoin] laanwj pushed 5 new commits to master: https://github.com/bitcoin/bitcoin/compare/a6a860796a44...3d0dfdbf9f26
< Chris_Stewart_5> thanks guys, If I am understanding this correctly, we would have to deploy another soft fork to make this signature valid again for bitcoin core nodes? Are the flags in the test case used ONLY for these test cases or is there similar flags used in bitcoin core's interpreter?
< Chris_Stewart_5> Hi guys, I know this isn't the correct channel, but I figured some one in this channel might be able to answer my question - i've already tried #bitcoin-dev
< GitHub25> [bitcoin] sdaftuar opened pull request #7697: Tests: make prioritise_transaction.py more robust (master...fix-prioritise-transaction) https://github.com/bitcoin/bitcoin/pull/7697
< GitHub1> [bitcoin] EthanHeilman opened pull request #7696: Fix de-serialization bug where AddrMan is left corrupted (master...bug) https://github.com/bitcoin/bitcoin/pull/7696

2016-03-15

< GitHub72> [bitcoin] morcos opened pull request #7695: [0.11] Backport BIP 68 mempool only (0.11...68backport) https://github.com/bitcoin/bitcoin/pull/7695
< GitHub175> [bitcoin] pstratem opened pull request #7694: Rename AcceptBlock/AcceptBlockHeader to StoreBlock/StoreBlockHeader (master...2016-03-15-naming) https://github.com/bitcoin/bitcoin/pull/7694
< GitHub97> [bitcoin] btcdrak opened pull request #7693: [0.11 backport] BIP112 CHECKSEQUENCEVERIFY mempool-only (0.11...bip112-backport-0.11) https://github.com/bitcoin/bitcoin/pull/7693
< GitHub85> [bitcoin] btcdrak closed pull request #7561: IsSuperMajority() softfork for BIPs 68,112 and 113 (master...softfork) https://github.com/bitcoin/bitcoin/pull/7561
< GitHub2> [bitcoin] btcdrak closed pull request #7544: Backport BIP112 implementation for 0.12 (0.12...dot12_backport_bip112) https://github.com/bitcoin/bitcoin/pull/7544
< MarcoFalke> Right, we want to make sure the default size can still hold all widgets when expanded ( https://github.com/bitcoin/bitcoin/issues/6601#issuecomment-196464704 )
< GitHub69> [bitcoin] btcdrak opened pull request #7692: Remove p2p alert system (master...remove_alert) https://github.com/bitcoin/bitcoin/pull/7692
< GitHub139> [bitcoin] jonasschnelli opened pull request #7691: [Wallet] refactor wallet/init interaction (master...2016/03/wallet_mod) https://github.com/bitcoin/bitcoin/pull/7691
< GitHub34> [bitcoin] laanwj closed pull request #7621: Fixes ZMQ startup with bad arguments. (master...ba-fix-zmq) https://github.com/bitcoin/bitcoin/pull/7621
< GitHub62> bitcoin/master a6a8607 Wladimir J. van der Laan: Merge #7621: Fixes ZMQ startup with bad arguments....
< GitHub62> bitcoin/master 0040118 mrbandrews: Fixes ZMQ startup with bad arguments.
< GitHub62> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/48f39058315c...a6a860796a44
< jonasschnelli> sipa, wumpus: Why is https://github.com/bitcoin/bitcoin/pull/7689 labeled with prio high?
< GitHub138> [bitcoin] laanwj closed pull request #5949: Replace openssl aes encryption/decryption/key creation implementations with our own (master...aes-keys) https://github.com/bitcoin/bitcoin/pull/5949
< GitHub126> [bitcoin] laanwj closed pull request #7682: [0.11.3] Fix "Unclear error when starting Bitcoin Core" (0.11...Mf1603-011wallet) https://github.com/bitcoin/bitcoin/pull/7682

2016-03-14

< GitHub87> [bitcoin] sipa opened pull request #7689: Replace OpenSSL AES with our own constant-time version (edit of #5949) (master...const_aes) https://github.com/bitcoin/bitcoin/pull/7689
< GitHub73> [bitcoin] sipa opened pull request #7688: List solvability in listunspent output and improve help (master...helpspendsolv) https://github.com/bitcoin/bitcoin/pull/7688
< GitHub177> [bitcoin] sipa opened pull request #7687: Stop treating importaddress'ed scripts as change (master...fixscriptimport) https://github.com/bitcoin/bitcoin/pull/7687
< GitHub32> [bitcoin] laanwj closed pull request #7683: Fix torcontrol.cpp unused private field warning (master...2016/03/torctrl) https://github.com/bitcoin/bitcoin/pull/7683
< GitHub33> bitcoin/master 3d7e973 Jonas Schnelli: Fix torcontrol.cpp unused private field warning
< GitHub33> bitcoin/master 48f3905 Wladimir J. van der Laan: Merge #7683: Fix torcontrol.cpp unused private field warning...
< GitHub33> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/0735c0ca7c22...48f39058315c
< GitHub16> [bitcoin] MarcoFalke opened pull request #7686: [qt] Remove 0-fee from send dialog (master...Mf1603-qt-0-fee) https://github.com/bitcoin/bitcoin/pull/7686
< GitHub73> [bitcoin] jonasschnelli opened pull request #7685: [WIP] Add bloom filter usage statistics (master...2016/03/bf_stats) https://github.com/bitcoin/bitcoin/pull/7685
< GitHub148> [bitcoin] MarcoFalke opened pull request #7684: [qa] Extend tests (master...Mf1603-qaCleanup1) https://github.com/bitcoin/bitcoin/pull/7684
< jonasschnelli> paveljanik maybe verify https://github.com/bitcoin/bitcoin/pull/7683?
< GitHub147> [bitcoin] jonasschnelli opened pull request #7683: Fix torcontrol.cpp unused private field warning (master...2016/03/torctrl) https://github.com/bitcoin/bitcoin/pull/7683
< jonasschnelli> wumpus: this fixes the torcontrol warning for me: https://github.com/bitcoin/bitcoin/compare/master...jonasschnelli:2016/03/torctrl?expand=1
< GitHub97> bitcoin/0.11 d49f724 Wladimir J. van der Laan: Revert "[wallet] Add rpc tests to verify fee calculations"...
< GitHub97> [bitcoin] laanwj pushed 1 new commit to 0.11: https://github.com/bitcoin/bitcoin/commit/d49f72420b86cff446961f007dce050b84594373
< GitHub35> bitcoin/0.11 b6f5904 Wladimir J. van der Laan: Revert "Default fPayAtLeastCustomFee to false"...
< GitHub35> [bitcoin] laanwj pushed 1 new commit to 0.11: https://github.com/bitcoin/bitcoin/commit/b6f59048d33a360246e000fc45daf26d08a693de
< wumpus> the list in https://github.com/bitcoin/bitcoin/pull/7047 is pretty scary :)
< GitHub98> [bitcoin] MarcoFalke opened pull request #7682: [0.11.3] Backports (0.11...Mf1603-011wallet) https://github.com/bitcoin/bitcoin/pull/7682
< GitHub194> [bitcoin] laanwj closed pull request #7608: [wallet] Move hardcoded file name out of log messages (master...Mf1602-walletFileName) https://github.com/bitcoin/bitcoin/pull/7608
< GitHub179> bitcoin/master 0735c0c Wladimir J. van der Laan: Merge #7608: [wallet] Move hardcoded file name out of log messages...
< GitHub179> bitcoin/master fa19b18 MarcoFalke: [wallet] Move hardcoded file name out of log messages
< GitHub179> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/41d2dfa9e73b...0735c0ca7c22
< GitHub2> [bitcoin] laanwj closed pull request #7680: qt: Remove reflection from `about` icon (master...2016_03_image_optimize) https://github.com/bitcoin/bitcoin/pull/7680
< GitHub195> bitcoin/master 41d2dfa Wladimir J. van der Laan: Merge #7680: qt: Remove reflection from `about` icon...
< GitHub195> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/c15eb2824184...41d2dfa9e73b
< GitHub195> bitcoin/master 322a7a2 Wladimir J. van der Laan: qt: Remove reflection from `about` icon...
< GitHub32> [bitcoin] laanwj opened pull request #7680: qt: Remove reflection from `about` icon (master...2016_03_image_optimize) https://github.com/bitcoin/bitcoin/pull/7680
< GitHub192> [bitcoin] laanwj closed pull request #7658: Add curl to Gitian setup instructions (master...curl) https://github.com/bitcoin/bitcoin/pull/7658
< GitHub199> bitcoin/master c15eb28 Wladimir J. van der Laan: Merge #7658: Add curl to Gitian setup instructions...
< GitHub199> bitcoin/master ce41cf0 BtcDrak: Add curl to Gitian setup instrustions...
< GitHub199> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/c9a12657545f...c15eb2824184
< GitHub7> bitcoin/master c9a1265 Wladimir J. van der Laan: Merge #7670: use cached block hash in blockToJSON()...
< GitHub70> [bitcoin] laanwj closed pull request #7670: use cached block hash in blockToJSON() (master...patch) https://github.com/bitcoin/bitcoin/pull/7670
< GitHub7> bitcoin/master a6ee0ca Pavel Vasin: use cached block hash in blockToJSON()
< GitHub7> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/c87f51e55bc3...c9a12657545f
< GitHub102> [bitcoin] laanwj closed pull request #7655: [qt] Add .clang-format (master...Mf1603-qt-clang-format-0.12) https://github.com/bitcoin/bitcoin/pull/7655
< GitHub155> bitcoin/master c87f51e Wladimir J. van der Laan: Merge #7663: Make the generate RPC call function for non-regtest...
< GitHub3> [bitcoin] laanwj closed pull request #7663: Make the generate RPC call function for non-regtest (master...generatenonreg) https://github.com/bitcoin/bitcoin/pull/7663
< GitHub155> bitcoin/master 8a253b3 Pieter Wuille: Make the generate RPC call function for non-regtest
< GitHub155> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/11c769966ad7...c87f51e55bc3
< GitHub30> [bitcoin] laanwj closed pull request #7507: Remove internal miner (master...master) https://github.com/bitcoin/bitcoin/pull/7507
< GitHub130> bitcoin/master 8d1de43 Leviathn: Remove internal miner...
< GitHub130> bitcoin/master 11c7699 Wladimir J. van der Laan: Merge #7507: Remove internal miner...
< GitHub130> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/5b3b5a7d711c...11c769966ad7
< GitHub41> [bitcoin] laanwj closed pull request #7577: [Wallet] move "load wallet phase" to CWallet (master...2016/02/wallet_ref2) https://github.com/bitcoin/bitcoin/pull/7577
< GitHub160> bitcoin/master 5b3b5a7 Wladimir J. van der Laan: Merge #7577: [Wallet] move "load wallet phase" to CWallet...
< GitHub160> bitcoin/master 15e6e13 Jonas Schnelli: [Wallet] optimize return value of InitLoadWallet()
< GitHub160> bitcoin/master fc7c60d Jonas Schnelli: [Wallet] move "load wallet phase" to CWallet
< GitHub160> [bitcoin] laanwj pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/f1ca8915bb22...5b3b5a7d711c
< GitHub32> [bitcoin] laanwj closed pull request #7517: test: script_error checking in script_invalid tests (master...2016_02_test_script_errors) https://github.com/bitcoin/bitcoin/pull/7517
< GitHub97> bitcoin/master 0ecb340 Wladimir J. van der Laan: test: Script_error checking in script_invalid tests...
< GitHub97> bitcoin/master 2317ad7 Wladimir J. van der Laan: test: Re-introduce JSON pretty printing in test builder
< GitHub97> bitcoin/master b0ff857 Wladimir J. van der Laan: test: Move non-generated script_invalid test to the correct place...
< GitHub97> [bitcoin] laanwj pushed 4 new commits to master: https://github.com/bitcoin/bitcoin/compare/56d2c4e0fee3...f1ca8915bb22
< GitHub100> [bitcoin] laanwj closed pull request #7667: Move GetTempPath() to testutil (master...patch-gettemppath) https://github.com/bitcoin/bitcoin/pull/7667
< GitHub42> bitcoin/master 56d2c4e Wladimir J. van der Laan: Merge #7667: Move GetTempPath() to testutil...
< GitHub42> bitcoin/master 2fdaa25 Mustafa: Move GetTempPath() to testutil.
< GitHub42> bitcoin/master 393b22e Mustafa: Add a source file for unit test utils.
< GitHub42> [bitcoin] laanwj pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/b24266c20748...56d2c4e0fee3
< GitHub107> [bitcoin] laanwj closed pull request #7676: torcontrol: rename global base, avoid overlap with field (master...2016_03_torcontrol_rename_base) https://github.com/bitcoin/bitcoin/pull/7676
< NicolasDorier> I would appreciate some feedback on https://github.com/bitcoin/bitcoin/issues/7677
< wumpus> so, it looks like 0.12 finally broke windows XP compatibility (https://github.com/bitcoin/bitcoin/issues/7639, https://github.com/bitcoin/bitcoin/issues/7674)
< GitHub154> [bitcoin] laanwj opened pull request #7676: torcontrol: rename global base, avoid overlap with field (master...2016_03_torcontrol_rename_base) https://github.com/bitcoin/bitcoin/pull/7676
< GitHub88> bitcoin/master b24266c Jonas Schnelli: Merge #7668: Fix history deletion bug after font size change...
< GitHub180> [bitcoin] jonasschnelli closed pull request #7668: Fix history deletion bug after font size change (master...rpcconsole-hist-fix) https://github.com/bitcoin/bitcoin/pull/7668
< GitHub88> bitcoin/master 21e45a0 Andrew C: Fix history deletion bug after font change...
< GitHub88> [bitcoin] jonasschnelli pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/3798e5de334c...b24266c20748
< GitHub94> [bitcoin] jonasschnelli closed pull request #7613: Add autocomplete to bitcoin-qt's console window. (master...autocomplete) https://github.com/bitcoin/bitcoin/pull/7613
< GitHub69> bitcoin/master 3798e5d Jonas Schnelli: Merge #7613: Add autocomplete to bitcoin-qt's console window....
< GitHub69> [bitcoin] jonasschnelli pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/0fa88ef784dd...3798e5de334c
< GitHub69> bitcoin/master ce7413f Luv Khemani: Add autocomplete to bitcoin-qt's console window....

2016-03-13

< btcdrak> there are a number of instances where posts would be better suited there as opposed to bitcoin-dev.
< btcdrak> wumpus: warren: I think it's time we made a bitcoin-core-dev specific mailing list.

2016-03-12

< GitHub62> [bitcoin] achow101 opened pull request #7671: [RPC] Allow mining to a specific address (master...generate-to-addr) https://github.com/bitcoin/bitcoin/pull/7671
< GitHub135> [bitcoin] rat4 opened pull request #7670: use cached block hash in blockToJSON() (master...patch) https://github.com/bitcoin/bitcoin/pull/7670
< GitHub166> [bitcoin] jonasschnelli closed pull request #7669: sorry, this is miss (master...MAX_BLOCK_SIZE) https://github.com/bitcoin/bitcoin/pull/7669
< GitHub153> [bitcoin] abc-atama opened pull request #7669: Update consensus.h (master...MAX_BLOCK_SIZE) https://github.com/bitcoin/bitcoin/pull/7669

2016-03-11

< sipa> travis on my local bitcoin repo seems to work
< Luke-Jr> cfields_: be careful we don't end up with a special Travis that only works for 'bitcoin' org
< jonasschnelli> cfields_: check my PR: https://github.com/bitcoin/bitcoin/pull/7577/files#diff-b2bb174788c7409b671c46ccc86034bdR2994 there is a use case where I create a instance and in case of an error, it should auto-delete the instance.
< GitHub16> [bitcoin] achow101 opened pull request #7668: Fix history deletion bug after font size change (master...rpcconsole-hist-fix) https://github.com/bitcoin/bitcoin/pull/7668
< GitHub158> [bitcoin] musalbas opened pull request #7667: Move GetTempPath() to testutil (master...patch-gettemppath) https://github.com/bitcoin/bitcoin/pull/7667
< GitHub19> [bitcoin] laanwj closed pull request #7666: [0.12.1] Fix doc and output for rpcauth (0.12...Mf1603-012fixdocrpcauth) https://github.com/bitcoin/bitcoin/pull/7666
< GitHub192> bitcoin/0.12 f04f4fd MarcoFalke: [doc/log] Fix markdown syntax and line terminate LogPrint...
< GitHub192> [bitcoin] laanwj pushed 1 new commit to 0.12: https://github.com/bitcoin/bitcoin/commit/f04f4fd2eed581a5e287d14036d790cf2badcbe6
< GitHub79> [bitcoin] laanwj closed pull request #7635: [Documentation] Add dependency info to test docs (master...docs4) https://github.com/bitcoin/bitcoin/pull/7635
< GitHub33> bitcoin/master 0fa88ef Wladimir J. van der Laan: Merge #7635: [Documentation] Add dependency info to test docs...
< GitHub33> bitcoin/master 2ab835a Elliot Olds: Check if zmq is installed in tests, update docs...
< GitHub33> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/86a1ec5b2c97...0fa88ef784dd
< GitHub180> [bitcoin] laanwj closed pull request #7576: [Wallet] move wallet help string creation to CWallet (master...2016/02/wallet_helpstr) https://github.com/bitcoin/bitcoin/pull/7576
< GitHub32> bitcoin/master 86a1ec5 Wladimir J. van der Laan: Merge #7576: [Wallet] move wallet help string creation to CWallet...
< GitHub32> bitcoin/master 72c2651 Jonas Schnelli: [Wallet] move wallet help string creation to CWallet
< GitHub32> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/9f14e5ad918d...86a1ec5b2c97
< GitHub23> [bitcoin] laanwj closed pull request #7640: Removes forward slash (/) from user agent in peers tab UI. (master...master) https://github.com/bitcoin/bitcoin/pull/7640
< GitHub55> [bitcoin] laanwj closed pull request #7553: Remove vfReachable and modify IsReachable to only use vfLimited. (master...2016-02-17-reachable) https://github.com/bitcoin/bitcoin/pull/7553
< GitHub32> bitcoin/master 9f14e5a Wladimir J. van der Laan: Merge #7553: Remove vfReachable and modify IsReachable to only use vfLimited....
< GitHub32> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/26a2a7214fe1...9f14e5ad918d
< GitHub32> bitcoin/master 110b62f Patrick Strateman: Remove vfReachable and modify IsReachable to only use vfLimited....
< GitHub68> [bitcoin] laanwj closed pull request #7592: mempool: Re-remove ERROR logging for mempool rejects (master...2016_02_mempool_error_spam) https://github.com/bitcoin/bitcoin/pull/7592
< GitHub46> bitcoin/master 26a2a72 Wladimir J. van der Laan: Merge #7592: mempool: Re-remove ERROR logging for mempool rejects...
< GitHub46> bitcoin/master 8fc81e0 Wladimir J. van der Laan: mempool: Reduce ERROR logging for mempool rejects...
< GitHub46> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/3da5d1bc2e5d...26a2a7214fe1
< GitHub152> [bitcoin] laanwj closed pull request #7637: Fix memleak in TorController [rework] (master...2016_03_torcontrol_leak) https://github.com/bitcoin/bitcoin/pull/7637
< GitHub182> bitcoin/master 3da5d1b Wladimir J. van der Laan: Merge #7637: Fix memleak in TorController [rework]...
< GitHub182> bitcoin/master e219503 Wladimir J. van der Laan: Fix memleak in TorController [rework]...
< GitHub182> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/c8d2473e6cb0...3da5d1bc2e5d
< achow101> well it looks like the rpc tests do have regtest mining stuff there, but I'm not sure that it will work well with not being in the Bitcoin Core project.
< achow101> warren: I suppose I could do that, but that just make things annoying since this is just for rpc tests for Armory. Do you know if the Bitcoin Core rpc tests have mining implmented in them? If so I can just borrow that
< achow101> Is there any way in Bitcoin Core to mine to a specific address when in regtest mode?

2016-03-10

< BlueMatt> btcdrak: also #bitcoin-dev
< BlueMatt> btcdrak: I havent seen anything on bitcoin-dev?
< jonasschnelli> BTW: how changes the https://github.com/bitcoin icon? Nice one!
< jonasschnelli> Is https://github.com/sipa/bitcoin/tree/segwit still the most recent segnet working tree?
< jonasschnelli> morcos: but you should see it in the debug log? https://github.com/bitcoin/bitcoin/blob/master/src/main.cpp#L2464
< GitHub191> [bitcoin] MarcoFalke opened pull request #7666: [0.12.1] Fix doc and output for rpcauth (0.12...Mf1603-012fixdocrpcauth) https://github.com/bitcoin/bitcoin/pull/7666
< GitHub50> [bitcoin] jtimon opened pull request #7665: Contrib: Introduce script to tag compiled binaries for convenience (py) (master...0.12.99-contrib-tag) https://github.com/bitcoin/bitcoin/pull/7665

2016-03-09

< morcos> ttps://github.com/bitcoin/bitcoin/issues/7664
< gmaxwell> I'm concerned about this: https://github.com/bitcoin/bitcoin/issues/7657
< GitHub45> [bitcoin] sipa opened pull request #7663: Make the generate RPC call function for non-regtest (master...generatenonreg) https://github.com/bitcoin/bitcoin/pull/7663