2017-09-05

< bitcoin-git> [bitcoin] jlopp closed pull request #11239: Gauge double (master...gaugeDouble) https://github.com/bitcoin/bitcoin/pull/11239
< bitcoin-git> [bitcoin] jlopp opened pull request #11239: Gauge double (master...gaugeDouble) https://github.com/bitcoin/bitcoin/pull/11239
< harding> For 0.15.0 users raring to go with segwit, is there any reason to discourage them from using, e.g., bitcoin-cli addwitnessaddress $( bitcoin-cli getnewaddress ) ?
< bitcoin-git> [bitcoin] MeshCollider opened pull request #11238: Fix potential null deference and resource leaks (master...201708_fbinfer_fixes) https://github.com/bitcoin/bitcoin/pull/11238
< bitcoin-git> [bitcoin] MeshCollider opened pull request #11237: Fixing division by zero in time remaining (master...201709_fix_estimated_time) https://github.com/bitcoin/bitcoin/pull/11237
< bitcoin-git> [bitcoin] MeshCollider opened pull request #11236: Add note on translations to CONTRIBUTING.md (master...201709_translations_in_contributing) https://github.com/bitcoin/bitcoin/pull/11236
< bitcoin-git> [bitcoin] aeyoll closed pull request #11235: Trivial: Fix a grammar mistake and a typo in the french translations (master...fix-french-translations) https://github.com/bitcoin/bitcoin/pull/11235
< bitcoin-git> [bitcoin] aeyoll opened pull request #11235: Trivial: Fix a grammar mistake and a typo in the french translations (master...fix-french-translations) https://github.com/bitcoin/bitcoin/pull/11235
< bitcoin-git> [bitcoin] MeshCollider opened pull request #11234: Remove redundant testutil.cpp|h files (master...201709_remove_testutil) https://github.com/bitcoin/bitcoin/pull/11234
< meshcollider> it is already in 0.15.0 release notes (https://github.com/bitcoin/bitcoin/blob/0.15/doc/release-notes.md)
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #10701: Remove the virtual specifier for functions with the override specifier (master...virtual-override) https://github.com/bitcoin/bitcoin/pull/10701
< bitcoin-git> bitcoin/master 50fae68 MarcoFalke: Merge #10701: Remove the virtual specifier for functions with the override specifier...
< bitcoin-git> bitcoin/master 1bcd442 practicalswift: Remove the virtual specifier for functions with the override specifier...
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/ce665863b137...50fae68d416b

2017-09-04

< bitcoin-git> [bitcoin] jjz opened pull request #11232: Ensure that data types are consistent (master...master) https://github.com/bitcoin/bitcoin/pull/11232
< bitcoin-git> [bitcoin] practicalswift closed pull request #10972: [Qt] Check return value of addr.GetKeyID(keyid) on custom change address change (master...GetKeyID-assertion) https://github.com/bitcoin/bitcoin/pull/10972
< BlueMatt> note: after #10387 (or some way to identify a node as full but pruned) we should stop accepting requests to fast-relay compact blocks pre-validation from non-full nodes. Its a drastic reduction in their security model and unlikely to be worth the tiny change in relay time. I'm especially concerned that some of the spv clients are going to implement compact blocks and then someone who had set up bitcoin core as a border/firewall node
< bitcoin-git> [bitcoin] danra opened pull request #11231: Improve netaddress implementation (master...refactor/safe-netaddress) https://github.com/bitcoin/bitcoin/pull/11231
< bitcoin-git> [bitcoin] jnewbery opened pull request #11230: [tests] fixup dbcrash interaction with add_nodes() (master...fixup_dbcrash) https://github.com/bitcoin/bitcoin/pull/11230
< trippysalmon> hi, i created a patch for #10757 (see: https://github.com/jtimon/bitcoin/pull/9) only travis is not happy about it in a build (see: https://travis-ci.org/jtimon/bitcoin/builds/271625340)
< meshcollider> they have it I thought? Its here for example: https://github.com/bitcoin/bitcoin/blob/master/src/test/test_bitcoin.cpp#L63

2017-09-03

< bitcoin-git> [bitcoin] theuni opened pull request #11227: RFC: switch to libevent for node socket handling (master...minimal-libevent3) https://github.com/bitcoin/bitcoin/pull/11227
< gmaxwell> Does this sound like another person with an offscreen problem https://www.reddit.com/r/Bitcoin/comments/6xtr3w/bitcoin_core_problems/
< sipa> bitcoin core supports non-segwit capable mining software; it just won't include any segwit txn for them
< sturles> gmaxwell: I have been running the following for a few days, after reading your tip to sdaftuar about listing segwit transactions on top of the mempool: while sleep 10; do bitcoin-cli getblocktemplate | jq '.transactions | .[] | select(.hash != .txid) | .txid' >> swtxlog; done
< bitcoin-git> [bitcoin] practicalswift opened pull request #11226: Add Clang thread safety analysis annotations: GUARDED_BY(lock) / EXCLUSIVE_LOCKS_REQUIRED(lock) (master...guarded-by-trivial) https://github.com/bitcoin/bitcoin/pull/11226
< brucetwain> how many active developers are in the bitcoin core project
< bitcoin-git> [bitcoin] sdaftuar opened pull request #11225: wallet: update stored witness in AddToWallet (master...2017-09-update-tx-witness) https://github.com/bitcoin/bitcoin/pull/11225
< bitcoin-git> [bitcoin] jlopp closed pull request #11224: Tx chain stats (master...txChainStats) https://github.com/bitcoin/bitcoin/pull/11224
< bitcoin-git> [bitcoin] jlopp opened pull request #11224: Tx chain stats (master...txChainStats) https://github.com/bitcoin/bitcoin/pull/11224
< molz> userbb, wrong channel, you can ask in #bitcoin
< bitcoin-git> [bitcoin] lemzwerg opened pull request #11222: Config fixes (master...config-fixes) https://github.com/bitcoin/bitcoin/pull/11222
< bitcoin-git> [bitcoin] lemzwerg closed pull request #11101: bitcoin_qt.m4: Minor fixes, improve code orthogonality (master...master) https://github.com/bitcoin/bitcoin/pull/11101
< bitcoin-git> [bitcoin] gnuser opened pull request #11221: Refactor: simpler read (master...refactor-streams) https://github.com/bitcoin/bitcoin/pull/11221

2017-09-02

< bitcoin-git> [bitcoin] Sjors opened pull request #11220: Check specific validation error in miner tests (master...miner-test-check-specific-validation-error) https://github.com/bitcoin/bitcoin/pull/11220
< Victorsueca> you may be able to find something here https://bitcoin.org/en/developer-reference
< bitcoin-git> [bitcoin] Sjors opened pull request #11219: [docs] explain how to recompile a modified unit test (master...patch-1) https://github.com/bitcoin/bitcoin/pull/11219
< eminol_> are the blocks encoded when downloaded with bitcoin-qt ? they should not ...
< RealM9> I mean public key authentication for encrypted bitcoin traffic BIP
< andytoshi> RealM9: #bitcoin please. all data in bitcoin is self-authenticated
< Lauda> #bitcoin-dev or #bitcoin
< meshcollider> Encrypted communication is proposed by jonasschnelli in BIP 151 (https://github.com/bitcoin/bips/blob/master/bip-0151.mediawiki)
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #11198: [Qt] Fix display of package name on 'open config file' tooltip (master...fix-config-tooltip) https://github.com/bitcoin/bitcoin/pull/11198
< bitcoin-git> bitcoin/master ce66586 MarcoFalke: Merge #11198: [Qt] Fix display of package name on 'open config file' tooltip...
< bitcoin-git> bitcoin/master 14ccd4d Daniel Edgecumbe: [Qt] Fix display of package name on 'open config file' tooltip
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/81f8c0378b2a...ce665863b137
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #11216: Update hmac_sha256.h (master...patch-1) https://github.com/bitcoin/bitcoin/pull/11216
< bitcoin-git> bitcoin/master 81f8c03 MarcoFalke: Merge #11216: Update hmac_sha256.h...
< bitcoin-git> bitcoin/master dc334fe Utsav Gupta: Update hmac_sha256.h...
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/108222b9c323...81f8c0378b2a
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #11136: Docs: Add python3 to list of dependencies on some platforms (master...patch-1) https://github.com/bitcoin/bitcoin/pull/11136
< bitcoin-git> bitcoin/master 108222b MarcoFalke: Merge #11136: Docs: Add python3 to list of dependencies on some platforms...
< bitcoin-git> bitcoin/master 7bb5d30 danra: Add python3 to list of dependencies on some platforms...
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/ec20f01ba094...108222b9c323
< bitcoin-git> [bitcoin] fanquake closed pull request #11148: Trivial: Fix outdated comment (master...patch-7) https://github.com/bitcoin/bitcoin/pull/11148
< bitcoin-git> [bitcoin] fanquake closed pull request #11206: Update optionsdialog.ui (master...patch-1) https://github.com/bitcoin/bitcoin/pull/11206
< bitcoin-git> [bitcoin] utsavgupta opened pull request #11216: Update hmac_sha256.h (master...patch-1) https://github.com/bitcoin/bitcoin/pull/11216
< bitcoin-git> [bitcoin] jjz closed pull request #11212: Change the type of BlockStatus to unsigned int (master...master) https://github.com/bitcoin/bitcoin/pull/11212

2017-09-01

< bitcoin-git> [bitcoin] sipa closed pull request #11215: [tests] fixups from set_test_params() (master...bitcoin_cli_set_test_params) https://github.com/bitcoin/bitcoin/pull/11215
< bitcoin-git> bitcoin/master ec20f01 Pieter Wuille: Merge #11215: [tests] fixups from set_test_params()...
< bitcoin-git> bitcoin/master 3918d93 John Newbery: [tests] fixups from set_test_params()
< bitcoin-git> [bitcoin] sipa pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/28f788e47e58...ec20f01ba094
< bitcoin-git> [bitcoin] jnewbery opened pull request #11215: [tests] fixups from set_test_params() (master...bitcoin_cli_set_test_params) https://github.com/bitcoin/bitcoin/pull/11215
< bitcoin-git> [bitcoin] practicalswift closed pull request #11190: [tests] Remove unused imports (script.OP_0 and script.sha256) (master...remove-unused-import-op_0) https://github.com/bitcoin/bitcoin/pull/11190
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #11121: TestNode tidyups (master...test_node_tidyups) https://github.com/bitcoin/bitcoin/pull/11121
< bitcoin-git> bitcoin/master 6cf094a John Newbery: [tests] Avoid passing around member variables in test_framework
< bitcoin-git> bitcoin/master 36b6268 John Newbery: [tests] TestNode: separate add_node from start_node...
< bitcoin-git> bitcoin/master be2a2ab John Newbery: [tests] fix - use rpc_timeout as rpc timeout
< bitcoin-git> [bitcoin] MarcoFalke pushed 6 new commits to master: https://github.com/bitcoin/bitcoin/compare/d81dccf191a4...28f788e47e58
< bitcoin-git> [bitcoin] jnewbery closed pull request #11213: [trivial] [rpc] Fix getrawtransaction help for per-txout chainstate db (master...getrawtransactionhelp) https://github.com/bitcoin/bitcoin/pull/11213
< bitcoin-git> [bitcoin] jnewbery opened pull request #11213: Fix getrawtransaction help for per-txout chainstate db (master...getrawtransactionhelp) https://github.com/bitcoin/bitcoin/pull/11213
< bitcoin-git> [bitcoin] jjz opened pull request #11212: Change the type of BlockStatus to unsigned int (master...master) https://github.com/bitcoin/bitcoin/pull/11212
< bitcoin-git> [bitcoin] MeshCollider opened pull request #11210: Stop test_bitcoin-qt touching ~/.bitcoin (master...201708_qt_test_dir) https://github.com/bitcoin/bitcoin/pull/11210
< achow101> sipa: can you help? This is as far as I got: https://github.com/bitcoin/bitcoin/issues/11171#issuecomment-326457725
< jtimon> review beg https://github.com/bitcoin/bitcoin/pull/8994 now there's no exception for testing segwit.py and I left the loading of the parameters from aseparated file for later

2017-08-31

< tloriato> Hello. I was testing the development of some ideas using the BitcoinCore wallet and the CLI's commands, and I came across the move command. Unfortunately the Docs states that "move will be removed in a later version of Bitcoin Core. " Does another command fulfils its duty? I've read the documentation on the official webpage and came out with empty hands. I don't want to develop an architecture around a command that will be e
< gmaxwell> morcos: things that work are what people do, this is the lesson from history -- in bitcoin but also in every internet protocol. If we make it work we need to be ready to support it.
< gmaxwell> We could take a position that we'll always do dual p2sh embedded and native (at least for the forseeable future) in parallel... but that will still be a risk for every wallet that isn't us, and for bitcoin core users with explicitly imported keys, when something thinks it can convert.
< bitcoin-git> [bitcoin] MeshCollider opened pull request #11208: Fixing offscreen GUI issue (master...201709_offscreen_fix) https://github.com/bitcoin/bitcoin/pull/11208
< MarcoFalke> The "Fix for issues with startup and multiple monitors on windows." is already included https://github.com/bitcoin/bitcoin/commit/e9ff818b69c2f8ce4a151d1a81a3e22a4319c93d
< sipa> i think bitcoin-qt has done that since forver, and nothing changed wrt to that now
< cfields> luke-jr: i was thinking: bitcoin-qt on monitor 2, shutdown, restart with only monitor 1
< gmaxwell> 16:19 < gmaxwell> jonasschnelli: I just had someone on IRC that had their GUI not displaying after upgrading to 0.14.2 ... this fixed it https://github.com/bitcoin/bitcoin/issues/7869#issuecomment-209265754 is there some underlying bug we need to fix?
< gmaxwell> the symptom is you start bitcoin and it vanishes after the splash
< gmaxwell> Problem solved! Running bitcoin-qt with the '-resetguisettings' switch fixed it. Thanks to MeshCollider on github for the fix! Smiley
< gmaxwell> #bitcoin-core-dev Meeting: wumpus sipa gmaxwell jonasschnelli morcos luke-jr btcdrak sdaftuar jtimon cfields petertodd kanzure bluematt instagibbs phantomcircuit codeshark michagogo marcofalke paveljanik NicolasDorier jl2012 achow101
< sipa> #bitcoin-core-dev Meeting: wumpus sipa gmaxwell jonasschnelli morcos luke-jr btcdrak sdaftuar jtimon cfields petertodd kanzure bluematt instagibbs phantomcircuit codeshark michagogo marcofalke paveljanik NicolasDorier
< bitcoin-git> [bitcoin] polyetilen opened pull request #11206: Update optionsdialog.ui (master...patch-1) https://github.com/bitcoin/bitcoin/pull/11206
< bitcoin-git> [bitcoin] danra opened pull request #11205: Make fixed CAmounts and related sanity function constexpr (master...refactor/constexpr-amount) https://github.com/bitcoin/bitcoin/pull/11205
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #11204: Merge pull request #1 from bitcoin/master (master...master) https://github.com/bitcoin/bitcoin/pull/11204
< warren> jonasschnelli: https://github.com/bitcoin/bitcoin/pull/9483 will you be able to rebase this soon?
< luke-jr> it was annoying to have to constantly explain to people that Core is not Bitcoin
< * sturles> thinks you should rename Bitcoin Core back to Bitcoin.
< Lauda> Wrong chat, go to #bitcoin.
< illpadrino> Does anyone have experience with Bitcoin ATM? I am thinking to put one in Paraguay
< bitcoin-git> [bitcoin] jnewbery closed pull request #10591: [tests] make pruning.py faster (master...fastprune) https://github.com/bitcoin/bitcoin/pull/10591
< bitcoin-git> [bitcoin] santyraghavan opened pull request #11204: Merge pull request #1 from bitcoin/master (master...master) https://github.com/bitcoin/bitcoin/pull/11204
< sstone> hi, I have a question about SPV nodes: does bitcoin core include tx witness data in filtered blocks sent to SPV client ?
< gmaxwell> sdaftuar: this should work: ./bitcoin-cli getblocktemplate | jq '.transactions | .[] | select(.hash != .txid) | .txid'
< bitcoin-git> [bitcoin] sdaftuar opened pull request #11203: RPC: add wtxid to mempool entry output (master...2017-08-add-wtxid-to-mempool-entry) https://github.com/bitcoin/bitcoin/pull/11203
< bitcoin-git> [bitcoin] justicz opened pull request #11201: [RPC] Add verifyrawtransaction RPC (master...maxj_add_verify_tx_rpc) https://github.com/bitcoin/bitcoin/pull/11201
< jl2012> thanks sipa. I have another question about my patch here: https://github.com/bitcoin/bitcoin/pull/10953/files#diff-349fbb003d5ae550a2e8fa658e475880L368 .
< jl2012> i have a question about this line: https://github.com/bitcoin/bitcoin/blob/master/src/validation.h#L376 . Is is same as std::swap(scriptPubKey, check.scriptPubKey); ?
< bitcoin-git> [bitcoin] achow101 opened pull request #11200: Allow for aborting rescans and canceling showProgress dialogs (master...gui-recan-abort) https://github.com/bitcoin/bitcoin/pull/11200

2017-08-30

< bitcoin-git> [bitcoin] danra opened pull request #11199: Sync module: Use std locking primitives instead of boost ones (master...refactor/sync-boost-to-std) https://github.com/bitcoin/bitcoin/pull/11199
< bitcoin-git> [bitcoin] esotericnonsense opened pull request #11198: [Qt] Fix display of package name on 'open config file' tooltip (0.15...fix-config-tooltip) https://github.com/bitcoin/bitcoin/pull/11198
< gmaxwell> 10:31:58 < solidfox> gmaxwell, there is a %1 instead of "Bitcoin core"
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #10777: [tests] Avoid redundant assignments. Remove unused variables (master...test-vars) https://github.com/bitcoin/bitcoin/pull/10777
< bitcoin-git> bitcoin/master d81dccf MarcoFalke: Merge #10777: [tests] Avoid redundant assignments. Remove unused variables...
< bitcoin-git> bitcoin/master 49eb091 practicalswift: [tests] Avoid redundant assignments. Remove unused variables.
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/a90e6d2bffc4...d81dccf191a4
< morcos> i assume that's lumping btc1 nodes into Bitcoin Core? What do you think about dividing that up.
< morcos> luke-jr: question about your node counter: http://luke.dashjr.org/programs/bitcoin/files/charts/software.html
< morcos> instagibbs: yeah thanks, i'm fine with you tweeting whatever you want obviously, just not from Bitcoin Core Fee Bot. Sounds official.
< morcos> if it's a good idea that survives rigorous peer review we should implement it in a Bitcoin Core tool or bitcoind and then we can tweet out the result
< morcos> that is never something we would add to Bitcoin Core without a whole lot of complication to determine that that is a fee rate that would have legitimately been selected for the last block
< bitcoin-git> [bitcoin] maaku opened pull request #11196: Switch memory_cleanse implementation to BoringSSL's to ensure memory clearing even with -lto (master...fix-memory-clense) https://github.com/bitcoin/bitcoin/pull/11196
< lejitz> Sorry for off-topic, but this seems important to this bunch https://www.reddit.com/r/Bitcoin/comments/6wvyab/bitmain_is_trying_to_patent_widely_used_efficient/

2017-08-29

< achow101> can someone help me figure out what is wrong with https://github.com/achow101/bitcoin/tree/split-signraw-broken? That's my in progress rebase and comment addressing of #10579
< esotericnonsense> https://github.com/bitcoin/bitcoin/issues/6253 found this at least.
< esotericnonsense> not sure if this is offtopic for the channel. is there a discussion anywhere surrounding why bitcoin uses bdb 4.8? it seems to me that the only real concern with using 5.x is that users would not then be able to downgrade wallet software, but how likely/useful is that anyway (and also, providing recompiled binaries for older releases with 5.x seems possible now?)
< bitcoin-git> [bitcoin] theuni opened pull request #11194: fees: optimize decay (master...speedup-movingaverage) https://github.com/bitcoin/bitcoin/pull/11194
< bitcoin-git> [bitcoin] jnewbery closed pull request #10882: [Do not merge] Stop advancing best block and shutdown node if keypool drops below critical threshold (master...keypool_topup) https://github.com/bitcoin/bitcoin/pull/10882
< bitcoin-git> [bitcoin] practicalswift opened pull request #11193: Terminate string *pszExePath after readlink and before passing to operator << (master...null-terminate-after-readlink) https://github.com/bitcoin/bitcoin/pull/11193
< gmaxwell> Can someone who understands twitter better explain to me what blocking someone does there... what would blocking someone on the bitcoin core account accomplish?
< cencen> voila... bitcoin price is up!
< bitcoin-git> [bitcoin] AkioNak opened pull request #11191: RPC: Improve help text and behavior of RPC-logging. (master...fix_rpc_logging) https://github.com/bitcoin/bitcoin/pull/11191
< bitcoin-git> [bitcoin] practicalswift opened pull request #11190: [tests] Remove unused imports (script.OP_0 and script.sha256) (master...remove-unused-import-op_0) https://github.com/bitcoin/bitcoin/pull/11190
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #11150: [tests] Add getmininginfo test (master...test_rpc_getmininginfo) https://github.com/bitcoin/bitcoin/pull/11150
< bitcoin-git> bitcoin/master a90e6d2 MarcoFalke: Merge #11150: [tests] Add getmininginfo test...
< bitcoin-git> bitcoin/master 4f2905b Cristian Mircea Messel: Add getmininginfo functional test
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/91e49c51f1ae...a90e6d2bffc4
< bitcoin-git> [bitcoin] fanquake closed pull request #11188: FIX: typo in Polish "Unknown..." => "Nieznane..." (master...master) https://github.com/bitcoin/bitcoin/pull/11188
< bitcoin-git> [bitcoin] grzegorzblaszczyk opened pull request #11188: FIX: typo in Polish "Unknown..." => "Nieznane..." (master...master) https://github.com/bitcoin/bitcoin/pull/11188
< meshcollider> 15,999 stars on bitcoin repo, so close to 16k lol
< sipa> #bitcoin or bitcoin.stackexchange.com
< tloriato> Hello. Good morning/night. I was wondering where I could find a Javascript documentation on how to interact with a Bitcoin full node via JSON RPC? Sorry if I'm in the wrong place, I'm new to the space and trying to develop some things
< bitcoin-git> [bitcoin] fanquake closed pull request #11187: 0.9 (master...0.9) https://github.com/bitcoin/bitcoin/pull/11187
< bitcoin-git> [bitcoin] donesnake opened pull request #11187: 0.9 (master...0.9) https://github.com/bitcoin/bitcoin/pull/11187

2017-08-28

< bitcoin-git> [bitcoin] MarcoFalke closed pull request #10859: RPC: gettxout: Slightly improve doc and tests (master...b15-rpc-gettxout-mempool) https://github.com/bitcoin/bitcoin/pull/10859
< bitcoin-git> bitcoin/master 91e49c5 MarcoFalke: Merge #10859: RPC: gettxout: Slightly improve doc and tests...
< bitcoin-git> bitcoin/master 6d2d2eb Jorge Timón: RPC: gettxout: Slightly improve doc and tests
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/60dd9cc47058...91e49c51f1ae
< luke-jr> sipa: any particular reason you left off BIP 143 on https://github.com/bitcoin/bips/pull/579 ?
< bitcoin-git> [bitcoin] dooglus opened pull request #11184: Use IsMine() to check whether we own the custom change address... (0.15...change_ismine_0.15) https://github.com/bitcoin/bitcoin/pull/11184
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #10781: Python cleanups (master...python-cleanups) https://github.com/bitcoin/bitcoin/pull/10781
< bitcoin-git> bitcoin/master 51cb6b8 practicalswift: Use print(...) instead of undefined printf(...)
< bitcoin-git> bitcoin/master 9b94054 practicalswift: Avoid reference to undefined name: stderr does not exist, sys.stderr does
< bitcoin-git> bitcoin/master 25cd520 practicalswift: Use sys.exit(...) instead of exit(...): exit(...) should not be used in programs
< bitcoin-git> [bitcoin] MarcoFalke pushed 7 new commits to master: https://github.com/bitcoin/bitcoin/compare/cee4fe1d53b2...60dd9cc47058
< bitcoin-git> [bitcoin] rawodb closed pull request #11170: Add label support to "addwitnessaddress" (master...pr/rpc_addwitnessaddress) https://github.com/bitcoin/bitcoin/pull/11170
< sipa> #bitcoin
< wall__> How to see log in bitcoin core
< sipa> wall__: off topic here, this is a development channel. use #bitcoin
< sipa> wall__: #bitcoin, and https://bitcoin.org/en/getting-started
< wall__> How to get bitcoin wallet ?
< bitcoin-git> [bitcoin] jnewbery opened pull request #11182: [tests] Add P2P interface to TestNode (master...test_node_p2p) https://github.com/bitcoin/bitcoin/pull/11182
< bitcoin-git> [bitcoin] laanwj closed pull request #11144: Move local include to before system includes (master...patch-6) https://github.com/bitcoin/bitcoin/pull/11144
< bitcoin-git> bitcoin/master eefc2f3 danra: Move local include to before system includes...
< bitcoin-git> bitcoin/master cee4fe1 Wladimir J. van der Laan: Merge #11144: Move local include to before system includes...
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/f088a1bb392e...cee4fe1d53b2
< bitcoin-git> bitcoin/0.15 48790e0 Wladimir J. van der Laan: Merge #11180: [release-notes.md] Remove alias...
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to 0.15: https://github.com/bitcoin/bitcoin/compare/29a3cb237802...48790e0efaf4
< bitcoin-git> bitcoin/0.15 a461cf4 kallewoof: Update release-notes.md
< bitcoin-git> [bitcoin] kallewoof opened pull request #11180: [release-notes.md] Remove alias (0.15...patch-1) https://github.com/bitcoin/bitcoin/pull/11180
< bitcoin-git> [bitcoin] laanwj closed pull request #11172: Fixed a grammar issue. (master...patch-1) https://github.com/bitcoin/bitcoin/pull/11172
< bitcoin-git> [bitcoin] laanwj opened pull request #11179: rpc: Push down safe mode checks (master...2017_08_safemode_pushdown) https://github.com/bitcoin/bitcoin/pull/11179
< bitcoin-git> [bitcoin] MeshCollider opened pull request #11178: Add iswitness parameter to decode- and fundrawtransaction RPCs (master...201708_rawtx_bool) https://github.com/bitcoin/bitcoin/pull/11178
< kallewoof> Accidentally posted in #bitcoin-dev instead of here, but I got some initial mempool optimizing code for fee estimation in place that looks promising. Will check back when I have more profiling done.
< bitcoin-git> [bitcoin] rawodb opened pull request #11177: Support for SegWit Addresses in RPC calls (master...pr/rpc_getsegwitaddresses) https://github.com/bitcoin/bitcoin/pull/11177
< bitcoin-git> [bitcoin] laanwj closed pull request #10303: [bench] Include ms/blk stats in Connect* benchmarks. (master...bench-add-per-block-stats) https://github.com/bitcoin/bitcoin/pull/10303
< bitcoin-git> bitcoin/master a473eff Karl-Johan Alm: [bench] Replace 0.00(000)1 with MICRO/MILLI #defines in validation.cpp.
< bitcoin-git> bitcoin/master f088a1b Wladimir J. van der Laan: Merge #10303: [bench] Include ms/blk stats in Connect* benchmarks....
< bitcoin-git> bitcoin/master 5f850b0 Karl-Johan Alm: [bench] Include ms/blk stats in Connect* benchmarks.
< bitcoin-git> [bitcoin] laanwj pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/df91e11ae1e9...f088a1bb392e
< bitcoin-git> [bitcoin] laanwj opened pull request #11176: build: Rename --enable-experimental-asm to --enable-asm and enable by default (master...2017_08_non_experimental_asm) https://github.com/bitcoin/bitcoin/pull/11176
< bitcoin-git> [bitcoin] laanwj closed pull request #11126: Acquire cs_main lock before cs_wallet during wallet initialization (master...pr/loadlock2) https://github.com/bitcoin/bitcoin/pull/11126
< bitcoin-git> bitcoin/master df91e11 Wladimir J. van der Laan: Merge #11126: Acquire cs_main lock before cs_wallet during wallet initialization...
< bitcoin-git> bitcoin/master de9a1db Russell Yanofsky: Acquire cs_main lock before cs_wallet during wallet initialization...
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/9c833f471c14...df91e11ae1e9
< bitcoin-git> bitcoin/0.15 29a3cb2 Wladimir J. van der Laan: qt: Translation update pre-rc3...
< bitcoin-git> [bitcoin] laanwj pushed 1 new commit to 0.15: https://github.com/bitcoin/bitcoin/commit/29a3cb237802a6f240def54cbc74cb2d5375683a
< bitcoin-git> [bitcoin] laanwj closed pull request #11149: Use prefix instead of postfix increment/decrement for non-trivial typ… (master...prefix-increment) https://github.com/bitcoin/bitcoin/pull/11149
< bitcoin-git> bitcoin/0.15 e8ad101 Matt Corallo: Changing -txindex requires -reindex, not -reindex-chainstate...
< bitcoin-git> [bitcoin] laanwj pushed 1 new commit to 0.15: https://github.com/bitcoin/bitcoin/commit/e8ad101e5b104ca913beb82a77f5b3bfa1a7c5f6
< bitcoin-git> bitcoin/0.15 5b059a8 Alex Morcos: Output a bit more information for fee calculation report....
< bitcoin-git> bitcoin/0.15 e51bb71 Alex Morcos: Fix rounding errors in calculation of minimum change size...
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to 0.15: https://github.com/bitcoin/bitcoin/compare/0a6af47ffabb...5b059a833eb5
< bitcoin-git> [bitcoin] laanwj closed pull request #11145: Fix rounding bug in calculation of minimum change (master...fixrounding) https://github.com/bitcoin/bitcoin/pull/11145
< bitcoin-git> bitcoin/master 9c833f4 Wladimir J. van der Laan: Merge #11145: Fix rounding bug in calculation of minimum change...
< bitcoin-git> bitcoin/master 6af49dd Alex Morcos: Output a bit more information for fee calculation report.
< bitcoin-git> bitcoin/master a54c7b9 Alex Morcos: Fix rounding errors in calculation of minimum change size
< bitcoin-git> [bitcoin] laanwj pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/745bbdc189b2...9c833f471c14
< bitcoin-git> bitcoin/0.15 0a6af47 MarcoFalke: [doc] build-windows: Mention that only trusty works...
< bitcoin-git> [bitcoin] laanwj pushed 1 new commit to 0.15: https://github.com/bitcoin/bitcoin/commit/0a6af47ffabbeee29fec5b5d71eaff43a08969da
< bitcoin-git> [bitcoin] laanwj closed pull request #11161: Remove redundant explicitly defined copy ctors (master...fix/redundant-CFeeRate-copy-ctor) https://github.com/bitcoin/bitcoin/pull/11161
< bitcoin-git> bitcoin/master 745bbdc Wladimir J. van der Laan: Merge #11161: Remove redundant explicitly defined copy ctors...
< bitcoin-git> bitcoin/master b426e24 Dan Raviv: Remove redundant explicitly defined copy ctors...
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/298251161c7b...745bbdc189b2
< bitcoin-git> [bitcoin] laanwj closed pull request #11138: Compat: Simplify bswap_16 implementation (master...patch-2) https://github.com/bitcoin/bitcoin/pull/11138
< bitcoin-git> bitcoin/master 2982511 Wladimir J. van der Laan: Merge #11138: Compat: Simplify bswap_16 implementation...
< bitcoin-git> bitcoin/master e40fa98 danra: Simplify bswap_16 implementation...
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/c7229ac36e36...298251161c7b
< bitcoin-git> [bitcoin] laanwj closed pull request #11131: rpc: Write authcookie atomically (master...2017_08_atomic_cookie) https://github.com/bitcoin/bitcoin/pull/11131
< bitcoin-git> bitcoin/master 82dd719 Wladimir J. van der Laan: rpc: Write authcookie atomically...
< bitcoin-git> bitcoin/master c7229ac Wladimir J. van der Laan: Merge #11131: rpc: Write authcookie atomically...
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/5b8af7b87913...c7229ac36e36
< bitcoin-git> [bitcoin] laanwj closed pull request #11169: [GUI] Make tabs toolbar no longer have a context menu (master...rm-hide-tabs) https://github.com/bitcoin/bitcoin/pull/11169
< bitcoin-git> bitcoin/master 5b8af7b Wladimir J. van der Laan: Merge #11169: [GUI] Make tabs toolbar no longer have a context menu...
< bitcoin-git> bitcoin/master e254830 Andrew Chow: Make tabs toolbar no longer have a context menu...
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/6ca15136246c...5b8af7b87913
< bitcoin-git> [bitcoin] laanwj closed pull request #11153: Add meshcollider Gitian PGP key (master...201708_add_meshcollider_gpg) https://github.com/bitcoin/bitcoin/pull/11153
< bitcoin-git> bitcoin/master 6ca1513 Wladimir J. van der Laan: Merge #11153: Add meshcollider Gitian PGP key...
< bitcoin-git> bitcoin/master 8897b1b MeshCollider: Add meshcollider gitian key
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/ede386c2193f...6ca15136246c
< kallewoof> After seeing a bunch of complaints about fee estimation on Bitcoin Core I decided to do some profiling on how well the estimator is doing. My approach may be off, but it seems to be overshooting by a ton.
< webuser322> just a reminded, someone please remove https://github.com/bitcoin/bitcoin/pull/10821/commits/6b8d872e5e2dd68a5229ec55f5261dae34ff9bdb so SSE4 optimized SHA256 begins being tested/used by default
< bitcoin-git> [bitcoin] AkioNak opened pull request #11173: RPC: Fix currency unit string in the help text (master...use_currency_unit_constant) https://github.com/bitcoin/bitcoin/pull/11173
< meshcollider> Good idea to add an optional bool parameter to decoderawtransaction to override achow101s heuristic test if present? Suggested here: https://github.com/bitcoin/bitcoin/pull/10481#issuecomment-325244946
< bitcoin-git> [bitcoin] ChandlerScheurkogel opened pull request #11172: Fixed a grammar issue. (master...patch-1) https://github.com/bitcoin/bitcoin/pull/11172

2017-08-27

< bitcoin-git> [bitcoin] MarcoFalke closed pull request #11160: Improve versionbits_computeblockversion test code consistency (master...patch-9) https://github.com/bitcoin/bitcoin/pull/11160
< bitcoin-git> bitcoin/master ede386c MarcoFalke: Merge #11160: Improve versionbits_computeblockversion test code consistency...
< bitcoin-git> bitcoin/master 946638d danra: Improve versionbits_computeblockversion test code consistency...
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/a084767b40c0...ede386c2193f
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #11155: Trivial: Documentation fixes for CVectorWriter ctors (master...patch-8) https://github.com/bitcoin/bitcoin/pull/11155
< bitcoin-git> bitcoin/master a084767 MarcoFalke: Merge #11155: Trivial: Documentation fixes for CVectorWriter ctors...
< bitcoin-git> bitcoin/master 37c4362 danra: Trivial: Documentation fixes for CVectorWriter ctors
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/7fd49d01dc2e...a084767b40c0
< bitcoin-git> [bitcoin] rawodb opened pull request #11170: Add label support to "addwitnessaddress" (master...pr/rpc_addwitnessaddress) https://github.com/bitcoin/bitcoin/pull/11170
< bitcoin-git> [bitcoin] achow101 opened pull request #11169: [GUI] Make tabs toolbar no longer have a context menu (master...rm-hide-tabs) https://github.com/bitcoin/bitcoin/pull/11169
< meshcollider> https://github.com/bitcoin/bitcoin/issues/11134#issuecomment-325175820 are there any PRs for implementing stuff like this yet

2017-08-26

< gmaxwell> jonasschnelli: I just had someone on IRC that had their GUI not displaying after upgrading to 0.14.2 ... this fixed it https://github.com/bitcoin/bitcoin/issues/7869#issuecomment-209265754 is there some underlying bug we need to fix?
< bitcoin-git> [bitcoin] sipa opened pull request #11167: Full BIP173 (Bech32) support (master...201708_bech32) https://github.com/bitcoin/bitcoin/pull/11167
< bitcoin-git> [bitcoin] danra opened pull request #11164: Fix boost headers included as user instead of system headers (master...fix/boost-system-includes) https://github.com/bitcoin/bitcoin/pull/11164
< bitcoin-git> [bitcoin] danra closed pull request #11163: Remove redundant explicitly defined CTxMemPoolEntry copy ctor (master...fix/redundant-CTxMemPoolEntry-copy-ctor) https://github.com/bitcoin/bitcoin/pull/11163
< bitcoin-git> [bitcoin] danra opened pull request #11163: Remove redundant explicitly defined CTxMemPoolEntry copy ctor (master...fix/redundant-CTxMemPoolEntry-copy-ctor) https://github.com/bitcoin/bitcoin/pull/11163
< bitcoin-git> [bitcoin] danra opened pull request #11161: Remove redundant explicitly defined CFeeRate copy ctor. (master...fix/redundant-CFeeRate-copy-ctor) https://github.com/bitcoin/bitcoin/pull/11161
< bitcoin-git> [bitcoin] danra opened pull request #11160: Tests: Improve versionbits_computeblockversion test code consistency and fix… (master...patch-9) https://github.com/bitcoin/bitcoin/pull/11160
< bitcoin-git> [bitcoin] laanwj closed pull request #11151: Fix header guards using reserved identifiers (master...fix/header-guards) https://github.com/bitcoin/bitcoin/pull/11151
< bitcoin-git> bitcoin/master bc70ab5 Dan Raviv: Fix header guards using reserved identifiers...
< bitcoin-git> bitcoin/master 7fd49d0 Wladimir J. van der Laan: Merge #11151: Fix header guards using reserved identifiers...
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/07c92b98e2a0...7fd49d01dc2e
< bitcoin-git> [bitcoin] danra opened pull request #11156: Fix memory leaks in qt/guiutil.cpp (master...fix/qt-guiutil-memory-leaks) https://github.com/bitcoin/bitcoin/pull/11156
< bitcoin-git> [bitcoin] danra opened pull request #11155: Trivial: Documentation fixes for CVectorWriter ctors (master...patch-8) https://github.com/bitcoin/bitcoin/pull/11155
< bitcoin-git> [bitcoin] MeshCollider opened pull request #11153: Add meshcollider Gitian PGP key (master...201708_add_meshcollider_gpg) https://github.com/bitcoin/bitcoin/pull/11153
< bitcoin-git> [bitcoin] RHavar closed pull request #11152: Increase DEFAULT_ANCESTOR_LIMIT and DEFAULT_DESCENDANT_LIMIT to 100 (master...limits) https://github.com/bitcoin/bitcoin/pull/11152
< bitcoin-git> [bitcoin] RHavar opened pull request #11152: Increase DEFAULT_ANCESTOR_LIMIT and DEFAULT_DESCENDANT_LIMIT to 100 (master...limits) https://github.com/bitcoin/bitcoin/pull/11152
< bitcoin-git> [bitcoin] danra opened pull request #11151: Fix header guards using reserved identifiers (master...fix/header-guards) https://github.com/bitcoin/bitcoin/pull/11151

2017-08-25

< bitcoin-git> [bitcoin] mess110 opened pull request #11150: [tests] Add getmininginfo functional tests (master...test_rpc_getmininginfo) https://github.com/bitcoin/bitcoin/pull/11150
< bitcoin-git> [bitcoin] danra opened pull request #11149: Use prefix instead of postfix increment/decrement for non-trivial typ… (master...prefix-increment) https://github.com/bitcoin/bitcoin/pull/11149
< bitcoin-git> [bitcoin] danra opened pull request #11148: Trivial: Fix outdated comment (master...patch-7) https://github.com/bitcoin/bitcoin/pull/11148
< bitcoin-git> [bitcoin] eaxvac closed pull request #11147: Merge remote-tracking branch 'refs/remotes/bitcoin/master' (master...master) https://github.com/bitcoin/bitcoin/pull/11147
< bitcoin-git> [bitcoin] eaxvac opened pull request #11147: Merge remote-tracking branch 'refs/remotes/bitcoin/master' (master...master) https://github.com/bitcoin/bitcoin/pull/11147
< bitcoin-git> [bitcoin] morcos opened pull request #11145: Fix rounding bug in calculation of minimum change (master...fixrounding) https://github.com/bitcoin/bitcoin/pull/11145
< bitcoin-git> [bitcoin] laanwj closed pull request #10976: [MOVEONLY] Move some static functions out of wallet.h/cpp (master...pr/wmove) https://github.com/bitcoin/bitcoin/pull/10976
< bitcoin-git> bitcoin/master f01103c Russell Yanofsky: MOVEONLY: Init functions wallet/wallet.cpp -> wallet/init.cpp
< bitcoin-git> bitcoin/master e7fe320 Russell Yanofsky: MOVEONLY: Fee functions wallet/wallet.cpp -> wallet/fees.cpp
< bitcoin-git> bitcoin/master d97fe20 Russell Yanofsky: Move some static functions out of wallet.h/cpp...
< bitcoin-git> [bitcoin] laanwj pushed 4 new commits to master: https://github.com/bitcoin/bitcoin/compare/3f726c99f819...07c92b98e2a0
< bitcoin-git> [bitcoin] danra opened pull request #11144: Move local include to before system includes (master...patch-6) https://github.com/bitcoin/bitcoin/pull/11144
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #11139: Trivial: Whitespace in bswap_64 implementation (master...patch-3) https://github.com/bitcoin/bitcoin/pull/11139
< bitcoin-git> [bitcoin] danra opened pull request #11143: Fix include path for bitcoin-config.h (master...patch-5) https://github.com/bitcoin/bitcoin/pull/11143
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #11142: Enhance getinfo with regtest information (0.15...0.15-GetInfo-regtest) https://github.com/bitcoin/bitcoin/pull/11142
< bitcoin-git> [bitcoin] wrapperband opened pull request #11142: Enhance getinfo with regtest information (0.15...0.15-GetInfo-regtest) https://github.com/bitcoin/bitcoin/pull/11142
< bitcoin-git> [bitcoin] danra opened pull request #11140: Trivial: Improve #endif comments (master...patch-4) https://github.com/bitcoin/bitcoin/pull/11140
< bitcoin-git> [bitcoin] danra opened pull request #11139: Trivial: Whitespace in bswap_64 implementation (master...patch-3) https://github.com/bitcoin/bitcoin/pull/11139
< bitcoin-git> [bitcoin] danra opened pull request #11138: Compat: Simplify bswap_16 implementation (master...patch-2) https://github.com/bitcoin/bitcoin/pull/11138
< bitcoin-git> [bitcoin] danra opened pull request #11136: Docs: Add python3 to list of dependencies on macOS (master...patch-1) https://github.com/bitcoin/bitcoin/pull/11136
< bitcoin-git> [bitcoin] promag opened pull request #11135: Add RPC response notes (master...2017-08-rpc-response-notes) https://github.com/bitcoin/bitcoin/pull/11135
< bitcoin-git> [bitcoin] practicalswift opened pull request #11133: Document assumptions that must be fulfilled to avoid division by zero (master...div0) https://github.com/bitcoin/bitcoin/pull/11133
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #11129: [qa] util: Poll cookie file size before reading (master...Mf1708-qaPollCookie) https://github.com/bitcoin/bitcoin/pull/11129
< bitcoin-git> [bitcoin] practicalswift opened pull request #11132: [wallet] Document assumptions that must be fulfilled to avoid NULL pointer dereferences (master...document-non-nullptr-assumptions) https://github.com/bitcoin/bitcoin/pull/11132
< bitcoin-git> [bitcoin] laanwj opened pull request #11131: rpc: Write authcookie atomically (master...2017_08_atomic_cookie) https://github.com/bitcoin/bitcoin/pull/11131
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #11112: [developer-notes] By default, declare single-argument constructors "explicit" (master...declare-single-argument-constructors-explicit) https://github.com/bitcoin/bitcoin/pull/11112
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/77fc469fc78c...3f726c99f819
< bitcoin-git> bitcoin/master f1708ef practicalswift: Add recommendation: By default, declare single-argument constructors `explicit`
< bitcoin-git> bitcoin/master 3f726c9 MarcoFalke: Merge #11112: [developer-notes] By default, declare single-argument constructors "explicit"...

2017-08-24

< jimpo> I'm looking into writing a P2P test for this: https://github.com/bitcoin/bitcoin/pull/11113
< bitcoin-git> [bitcoin] jtimon closed pull request #9271: There's two types of flags: consensus and script (master...0.13-consensus-flags-error) https://github.com/bitcoin/bitcoin/pull/9271
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #11108: Changing -txindex requires -reindex, not -reindex-chainstate (master...2017-08-fix-reindex-txindex-err) https://github.com/bitcoin/bitcoin/pull/11108
< bitcoin-git> bitcoin/master 77fc469 MarcoFalke: Merge #11108: Changing -txindex requires -reindex, not -reindex-chainstate...
< bitcoin-git> bitcoin/master cd0ea48 Matt Corallo: Changing -txindex requires -reindex, not -reindex-chainstate
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/4ae6d0fbef60...77fc469fc78c
< sipa> or bitcoin-wizards
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #11129: [qa] util: Poll cookie file size before reading (master...Mf1708-qaPollCookie) https://github.com/bitcoin/bitcoin/pull/11129