2017-08-29

< 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
< clarkmoody> gmaxwell sipa Can you guys look at https://github.com/bitcoin/bips/pull/553 ?
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #10798: [tests] [utils] test bitcoin-cli (master...cli_tests) https://github.com/bitcoin/bitcoin/pull/10798
< bitcoin-git> bitcoin/master c6ec435 John Newbery: [tests] Add bitcoin_cli.py test script
< bitcoin-git> bitcoin/master 4ae6d0f MarcoFalke: Merge #10798: [tests] [utils] test bitcoin-cli...
< bitcoin-git> bitcoin/master b23549f John Newbery: [tests] add TestNodeCLI class for calling bitcoin-cli for a node
< bitcoin-git> [bitcoin] MarcoFalke pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/affe9271aa49...4ae6d0fbef60
< cfields> luke-jr: if bitcoin is as fickle as a default setting, the value of that setting isn't the issue...
< gmaxwell> luke-jr: what is the security model of a bitcoin with no nodes? But with the assumevalid approach I don't know that it's really a meaningful change in the security model.
< luke-jr> morcos: yes, I think we shouldn't recommend things that harm Bitcoin.
< gmaxwell> luke-jr: I'm concerned that you seem to be fixated on size rather than on the greater goal of keeping bitcoin decenteralized, secure, usable. Size is increasingly not an interesting magic metric for that, moreover, single miners reducing their size does nothing to help here-- if it did there would be much less reason for a blocksize limit.
< kanzure> #bitcoin-core-dev
< bitcoin-git> [bitcoin] laanwj reopened pull request #11053: refactor: Make all #includes relative to project root (master...2017_08_includes_absolute) https://github.com/bitcoin/bitcoin/pull/11053
< bitcoin-git> [bitcoin] sipa closed pull request #11128: Make Bitcoin Core compatible with NYA segwit2x (master...s2x) https://github.com/bitcoin/bitcoin/pull/11128
< wumpus> if you think a defaults change kills bitcoin, you're severly underestimating it
< sipa> luke-jr: i'm only interested in a Bitcoin that survives under the assumption that miners act rationally
< sipa> luke-jr: then Bitcoin is evolving to actually be tested
< luke-jr> sipa: then Bitcoin is dead.
< achow101> the parameter interaction is defined here: https://github.com/bitcoin/bitcoin/blob/master/src/miner.cpp#L81 for reference
< bitcoin-git> [bitcoin] hovah opened pull request #11128: Make Bitcoin Core compatible with NYA segwit2x (master...s2x) https://github.com/bitcoin/bitcoin/pull/11128
< bitcoin-git> [bitcoin] romanornr closed pull request #11127: Make Bitcoin Core compatible with NYA segwit2x (master...s2x) https://github.com/bitcoin/bitcoin/pull/11127
< bitcoin-git> [bitcoin] romanornr opened pull request #11127: Make Bitcoin Core compatible with NYA segwit2x (master...s2x) https://github.com/bitcoin/bitcoin/pull/11127
< kanzure> whole bitcoin community did it
< wumpus> #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
< bitcoin-git> [bitcoin] ryanofsky opened 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] promag opened pull request #11125: Add bitcoin-cli -stdinrpcpass functional test (master...2017-08-stdinrpcpass-functional-test) https://github.com/bitcoin/bitcoin/pull/11125
< MarcoFalke> wumpus: Mind to create a gitian.docs under bitcoin-core?
< instagibbs> adrh, try #bitcoin
< jnewbery> GAit: Github automatically creates a merge into master, which is what Travis takes for its build: https://github.com/bitcoin/bitcoin/commit/30dfb2ceda2e8aae954a25b6a3cef63d24cf6512
< GAit> I'm a bit confused by a failure, https://travis-ci.org/bitcoin/bitcoin/jobs/267945919 - two out of seven failed, seems a race but not sure what is causing it. Is stop_nodes() synchronous?
< bitcoin-git> [bitcoin] practicalswift reopened pull request #10961: Improve readability of DecodeBase58Check(...) (master...DecodeBase58Check-cleanup) https://github.com/bitcoin/bitcoin/pull/10961
< bitcoin-git> [bitcoin] practicalswift closed pull request #10961: Improve readability of DecodeBase58Check(...) (master...DecodeBase58Check-cleanup) https://github.com/bitcoin/bitcoin/pull/10961
< bitcoin-git> [bitcoin] laanwj closed pull request #10997: RPC: Add option -stdinrpcpass to bitcoin-cli to allow RPC password to be read from standard input (master...stdinrpcpass) https://github.com/bitcoin/bitcoin/pull/10997
< bitcoin-git> bitcoin/master affe927 Wladimir J. van der Laan: Merge #10997: RPC: Add option -stdinrpcpass to bitcoin-cli to allow RPC password to be read from standard input...
< bitcoin-git> bitcoin/master 79191f5 Joe Harvell: Add option -stdinrpcpass to allow RPC password to be read from standard input
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/00ada17230f7...affe9271aa49
< wumpus> you did copy the right bitcoin-0.15.0-win64-setup-unsigned.exe file to inputs/? (e.g. not a stale one from rc1, for example?)
< wumpus> however your input file's sha256sum af3da01beda391e06f2fb4d2dced316b580f989b71ee886582aaddac5c00374f for bitcoin-0.15.0-win64-setup-unsigned.exe matches
< bitcoin-git> [bitcoin] laanwj closed pull request #11119: [doc] build-windows: Mention that only trusty works (master...Mf1708-docBuildWinTrusty) https://github.com/bitcoin/bitcoin/pull/11119
< bitcoin-git> bitcoin/master fa14b67 MarcoFalke: [doc] build-windows: Mention that only trusty works
< bitcoin-git> bitcoin/master 00ada17 Wladimir J. van der Laan: Merge #11119: [doc] build-windows: Mention that only trusty works...
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/8858b6ddd3bc...00ada17230f7
< wumpus> btw has anyone tried cross-compiling bitcoin core for windows from ubuntu zesty/17.04 or pre-.10

2017-08-23

< bitcoin-git> [bitcoin] MarcoFalke closed pull request #11068: qa: Move wait_until to util (master...Mf1708-qaWaitUntilMiniNode) https://github.com/bitcoin/bitcoin/pull/11068
< bitcoin-git> bitcoin/master 8858b6d MarcoFalke: Merge #11068: qa: Move wait_until to util...
< bitcoin-git> bitcoin/master 08ce33f MarcoFalke: qa: Move wait_until to util
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/41496e20f369...8858b6ddd3bc
< bitcoin-git> [bitcoin] jnewbery opened pull request #11121: TestNode tidyups (master...test_node_tidyups) https://github.com/bitcoin/bitcoin/pull/11121
< bitcoin-git> [bitcoin] laanwj closed pull request #11077: [tests] fix timeout issues from TestNode (master...test_node_fixes) https://github.com/bitcoin/bitcoin/pull/11077
< bitcoin-git> bitcoin/master 41496e2 Wladimir J. van der Laan: Merge #11077: [tests] fix timeout issues from TestNode...
< bitcoin-git> bitcoin/master 2b4ea52 John Newbery: [tests] fix timeout issues from TestNode...
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/31b2612bbf19...41496e20f369
< bitcoin-git> [bitcoin] instagibbs opened pull request #11120: verifytxoutproof returns object including blockhash (master...verifytxoutproof-blockhash) https://github.com/bitcoin/bitcoin/pull/11120
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #11119: [doc] build-windows: Mention that only trusty works (master...Mf1708-docBuildWinTrusty) https://github.com/bitcoin/bitcoin/pull/11119
< bitcoin-git> [bitcoin] laanwj closed pull request #10679: Document the non-DER-conformance of one test in tx_valid.json. (master...tx-valid-comment) https://github.com/bitcoin/bitcoin/pull/10679
< bitcoin-git> bitcoin/master 31b2612 Wladimir J. van der Laan: Merge #10679: Document the non-DER-conformance of one test in tx_valid.json....
< bitcoin-git> bitcoin/master ecb11f5 Andreas Schildbach: Document the non-strict-DER-conformance of one test in tx_valid.json....
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/2c9f5ecf3fd4...31b2612bbf19
< bitcoin-git> [bitcoin] laanwj closed pull request #10923: travis: Build with --enable-werror under OS X (master...thread-safety-analysis) https://github.com/bitcoin/bitcoin/pull/10923
< bitcoin-git> bitcoin/master 2c9f5ec Wladimir J. van der Laan: Merge #10923: travis: Build with --enable-werror under OS X...
< bitcoin-git> bitcoin/master a65e028 practicalswift: Build with --enable-werror under OS X
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/3e55f13bfc98...2c9f5ecf3fd4
< bitcoin-git> [bitcoin] laanwj closed pull request #11109: Fix a typo in line 926 (master...patch-1) https://github.com/bitcoin/bitcoin/pull/11109
< bitcoin-git> [bitcoin] sipa opened pull request #11117: Prepare for non-Base58 addresses (master...201708_nocbitcoinaddress) https://github.com/bitcoin/bitcoin/pull/11117
< bitcoin-git> [bitcoin] jimpo opened pull request #11116: [script] Unit tests for script/standard and IsMine functions. (master...script-standard-tests) https://github.com/bitcoin/bitcoin/pull/11116

2017-08-22

< bitcoin-git> [bitcoin] instagibbs closed pull request #11049: coincontrol can filter for segwit inputs, expose fundraw option (master...segwitfundraw) https://github.com/bitcoin/bitcoin/pull/11049
< bitcoin-git> [bitcoin] jimpo opened pull request #11113: [net] Ignore getheaders requests for very old side blocks. (master...net-getheaders-fingerprint) https://github.com/bitcoin/bitcoin/pull/11113
< bitcoin-git> [bitcoin] practicalswift opened 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] cruizh closed pull request #11111: Qt: correct Spanish translation of "receiving address" (master...patch-1) https://github.com/bitcoin/bitcoin/pull/11111
< bitcoin-git> [bitcoin] cruizh opened pull request #11111: Qt: correct Spanish translation of "receiving address" (master...patch-1) https://github.com/bitcoin/bitcoin/pull/11111
< bitcoin-git> [bitcoin] practicalswift opened pull request #11110: script: Avoid implicit casts from bool to CScriptNum (master...implicit-casts-from-bool-to-cscriptnum) https://github.com/bitcoin/bitcoin/pull/11110
< jimpo> I noticed this comment about possible fingerprinting if Core served side blocks more than a month old. https://github.com/bitcoin/bitcoin/blob/master/src/net_processing.cpp#L1006
< edin00n> Why do people use expensive GPUs for Bitcoin mining and not CPU
< BlueMatt> edin00n: ot, take it to #bitcoin
< bitcoin-git> [bitcoin] felco- opened pull request #11109: Fix a typo in line 926 (master...patch-1) https://github.com/bitcoin/bitcoin/pull/11109
< bitcoin-git> [bitcoin] TheBlueMatt opened pull request #11108: Changing -txindex requires -reindex, not -reindex-chainstate (master...2017-08-fix-reindex-txindex-err) https://github.com/bitcoin/bitcoin/pull/11108
< BlueMatt> bitbee: ot, take it to #bitcoin (or elsewhere)
< bitcoin-git> [bitcoin] laanwj closed pull request #11024: tests: Remove OldSetKeyFromPassphrase/OldEncrypt/OldDecrypt (master...OldDecrypt-cleanup) https://github.com/bitcoin/bitcoin/pull/11024
< bitcoin-git> bitcoin/master 3e55f13 Wladimir J. van der Laan: Merge #11024: tests: Remove OldSetKeyFromPassphrase/OldEncrypt/OldDecrypt...
< bitcoin-git> bitcoin/master a897d0e practicalswift: tests: Remove OldSetKeyFromPassphrase/OldEncrypt/OldDecrypt
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/fc5c237d4a84...3e55f13bfc98
< sipa> rubensayshi: i plan to try to get the next bitcoin corelease (after 0.15) to implement support for it
< bitcoin-git> [bitcoin] MeshCollider opened pull request #11107: Fix race for mapBlockIndex in AppInitMain (master...fix_mapBlockIndex_race) https://github.com/bitcoin/bitcoin/pull/11107
<@wumpus> bitcoin-cli logging "bench" maybe?
< bitcoin-git> [bitcoin] laanwj closed pull request #11007: wallet: Fix potential memory leak when loading a corrupted wallet file (master...wallet-corrupted-leak) https://github.com/bitcoin/bitcoin/pull/11007
< bitcoin-git> bitcoin/master fc5c237 Wladimir J. van der Laan: Merge #11007: wallet: Fix potential memory leak when loading a corrupted wallet file...
< bitcoin-git> bitcoin/master c06755f practicalswift: wallet: Fix memory leak when loading a corrupted wallet file
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/2ab7c6300f87...fc5c237d4a84
< bitcoin-git> [bitcoin] laanwj closed pull request #10843: Add attribute [[noreturn]] (C++11) to functions that will not return (master...noreturn) https://github.com/bitcoin/bitcoin/pull/10843
< bitcoin-git> bitcoin/master 2ab7c63 Wladimir J. van der Laan: Merge #10843: Add attribute [[noreturn]] (C++11) to functions that will not return...
< bitcoin-git> bitcoin/master b82c55a practicalswift: Add attribute [[noreturn]] (C++11) to functions that will not return...
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/4b65fa592123...2ab7c6300f87
< bitcoin-git> bitcoin/master 4b65fa5 Wladimir J. van der Laan: Merge #11058: Comments: More comments on functions/globals in standard.h....
< bitcoin-git> [bitcoin] laanwj closed pull request #11058: Comments: More comments on functions/globals in standard.h. (master...standard-comments) https://github.com/bitcoin/bitcoin/pull/11058
< bitcoin-git> bitcoin/master 360b464 Jim Posen: Comments: More comments on functions/globals in standard.h.
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/7ed57d3d7ce8...4b65fa592123
< bitcoin-git> [bitcoin] laanwj closed pull request #11050: Avoid treating null RPC arguments different from missing arguments (master...pr/narg) https://github.com/bitcoin/bitcoin/pull/11050
< bitcoin-git> bitcoin/master fd5d71e Russell Yanofsky: Update developer notes after params.size() cleanup
< bitcoin-git> bitcoin/master e067673 Russell Yanofsky: Avoid treating null RPC arguments different from missing arguments...
< bitcoin-git> bitcoin/master e666efc Russell Yanofsky: Get rid of redundant RPC params.size() checks...
< bitcoin-git> [bitcoin] laanwj pushed 5 new commits to master: https://github.com/bitcoin/bitcoin/compare/ea3ac5990d9d...7ed57d3d7ce8
< bitcoin-git> [bitcoin] laanwj closed pull request #11026: Bugfix: Use testnet RequireStandard for -acceptnonstdtxn default (master...bugfix_acceptnonstd_def) https://github.com/bitcoin/bitcoin/pull/11026
< bitcoin-git> bitcoin/master ea3ac59 Wladimir J. van der Laan: Merge #11026: Bugfix: Use testnet RequireStandard for -acceptnonstdtxn default...
< bitcoin-git> bitcoin/master 4aa2508 Luke Dashjr: Bugfix: Use testnet RequireStandard for -acceptnonstdtxn default
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/271e40a98984...ea3ac5990d9d
< bitcoin-git> [bitcoin] laanwj closed pull request #11094: Docs: Hash in ZMQ hash is raw bytes, not hex (master...patch-1) https://github.com/bitcoin/bitcoin/pull/11094
< bitcoin-git> bitcoin/master 271e40a Wladimir J. van der Laan: Merge #11094: Docs: Hash in ZMQ hash is raw bytes, not hex...
< bitcoin-git> bitcoin/master 06a3aec Karel Bílek: Docs: Hash in ZMQ hash is raw bytes, not hex...
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/c559884cac90...271e40a98984

2017-08-21

< bitcoin-git> [bitcoin] laanwj closed pull request #10809: optim: mark a few classes final (master...final-classes) https://github.com/bitcoin/bitcoin/pull/10809
< bitcoin-git> bitcoin/master c559884 Wladimir J. van der Laan: Merge #10809: optim: mark a few classes final...
< bitcoin-git> bitcoin/master 9a1675e Cory Fields: optim: mark a few classes final
< bitcoin-git> bitcoin/master 40a0f9f practicalswift: Enable devirtualization opportunities by using the final specifier (C++11)...
< bitcoin-git> [bitcoin] laanwj pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/7ee6c434ce8d...c559884cac90
< Lauda> InTheVibe go to #bitcoin
< bitcoin-git> [bitcoin] laanwj closed pull request #11103: xie is coming (master...xie) https://github.com/bitcoin/bitcoin/pull/11103
< bitcoin-git> [bitcoin] laanwj closed pull request #11102: Trivial: Fix typo in release-notes.md (0.15...20170821-Trivial-Fix-typo-in-release-notes) https://github.com/bitcoin/bitcoin/pull/11102
< bitcoin-git> [bitcoin] egnlife opened pull request #11103: xie is coming (master...xie) https://github.com/bitcoin/bitcoin/pull/11103
< bitcoin-git> bitcoin/0.15 28b978b Wladimir J. van der Laan: qt: Update translations pre-rc2...
< bitcoin-git> [bitcoin] laanwj pushed 1 new commit to 0.15: https://github.com/bitcoin/bitcoin/commit/28b978b19e87a7ed802c65f2d6561e61ef7ce911
< bitcoin-git> [bitcoin] jbarcelo opened pull request #11102: Trivial: Fix typo in release-notes.md (0.15...20170821-Trivial-Fix-typo-in-release-notes) https://github.com/bitcoin/bitcoin/pull/11102
< bitcoin-git> bitcoin/0.15 9fe1f6b Jonas Schnelli: Add length check for CExtKey deserialization...
< bitcoin-git> bitcoin/0.15 6c2b008 Jonas Nick: Fix combinerawtransaction RPC help result section...
< bitcoin-git> bitcoin/0.15 cbdd338 Gregory Sanders: disable jni in builds...
< bitcoin-git> [bitcoin] laanwj pushed 9 new commits to 0.15: https://github.com/bitcoin/bitcoin/compare/8f0121c957a0...129b03ff62dd
< bitcoin-git> [bitcoin] laanwj closed pull request #11095: Consensus: add const to temp int in base58.cpp (master...base58NuancedConst) https://github.com/bitcoin/bitcoin/pull/11095
< bitcoin-git> [bitcoin] laanwj closed pull request #11069: Trivial: Lossless image optimization. (master...master) https://github.com/bitcoin/bitcoin/pull/11069
< bitcoin-git> [bitcoin] kallewoof closed pull request #11084: [WIP] [mempool] Mempool snapshots to avoid lots of locking (master...mempool-snapshot) https://github.com/bitcoin/bitcoin/pull/11084
< bitcoin-git> [bitcoin] laanwj closed pull request #11097: gitian: quick hack to fix version string in releases (master...gitian-version-fix) https://github.com/bitcoin/bitcoin/pull/11097
< bitcoin-git> bitcoin/master 7ee6c43 Wladimir J. van der Laan: Merge #11097: gitian: quick hack to fix version string in releases...
< bitcoin-git> bitcoin/master 4452829 Cory Fields: gitian: quick hack to fix version string in releases...
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/820ddd48a752...7ee6c434ce8d
< bitcoin-git> [bitcoin] lemzwerg opened pull request #11101: bitcoin_qt.m4: Minor fixes, improve code orthogonality (master...master) https://github.com/bitcoin/bitcoin/pull/11101
< bitcoin-git> [bitcoin] laanwj closed pull request #11027: [RPC] Only return hex field once in getrawtransaction (master...fix-getrawtx) https://github.com/bitcoin/bitcoin/pull/11027
< bitcoin-git> bitcoin/master 820ddd4 Wladimir J. van der Laan: Merge #11027: [RPC] Only return hex field once in getrawtransaction...
< bitcoin-git> bitcoin/master 6bbdafc Andrew Chow: Pass serialization flags and whether to include hex to TxToUniv
< bitcoin-git> bitcoin/master e029c6e Andrew Chow: Only return hex field once in getrawtransaction...