< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/ce665863b137...50fae68d416b
< bitcoin-git> bitcoin/master 1bcd442 practicalswift: Remove the virtual specifier for functions with the override specifier...
< bitcoin-git> bitcoin/master 50fae68 MarcoFalke: Merge #10701: Remove the virtual specifier for functions with the override specifier...
< 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
< PRab> Was limitfreerelay removed?
< PRab> Should that change be in the release notes for 0.15? (Or is it already?) 0.14.0 talk about changing the default value.
< meshcollider> it is already in 0.15.0 release notes (https://github.com/bitcoin/bitcoin/blob/0.15/doc/release-notes.md)
< meshcollider> "The -limitfreerelay and -relaypriority options which controlled relay of free transactions have therefore been removed."
< meshcollider> hmm #7178 should be closed by that commit too right?
< meshcollider> by #9602 ?
< PRab> meshcollider: Cool, thanks! I missed that.
< 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> fanquake: you're so quick with the labels haha
< gmaxwell> Does someone want to try drafting a release note to advise people about -resetguisettings
< meshcollider> is there a 'Known Issues' section or something in the release notes?
< meshcollider> or should it go into the Compatibility section
< gmaxwell> perhaps we should create a known issues section.
< gmaxwell> I think we still don't know how people get into a state where this problem bites them.
< gmaxwell> (watch it turn out to be some altcoin correupting the settings 'accidentally' :P )
< meshcollider> the fix will be included in 0.15.1 right
< 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] 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] MeshCollider opened pull request #11236: Add note on translations to CONTRIBUTING.md (master...201709_translations_in_contributing) https://github.com/bitcoin/bitcoin/pull/11236
< Lauda> listreceivedbyaddress is this supposed to return addresses that one has *sent* to as well?
< 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 #11238: Fix potential null deference and resource leaks (master...201708_fbinfer_fixes) https://github.com/bitcoin/bitcoin/pull/11238
< 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 ) ?
< chainhead> It doesn't work well when restoring from an old backup
< harding> chainhead: ooh, good point. I hadn't thought of that. Thanks!
< sipa> harding: also does not support labels/accounts
< sipa> harding: and yes, will fail to recover from a backup
< bitcoin-git> [bitcoin] jlopp opened pull request #11239: Gauge double (master...gaugeDouble) https://github.com/bitcoin/bitcoin/pull/11239
< bitcoin-git> [bitcoin] jlopp closed pull request #11239: Gauge double (master...gaugeDouble) https://github.com/bitcoin/bitcoin/pull/11239
< MarcoFalke> meshcollider: Go ahead and open a pull ;)
< MarcoFalke> re release notes
< bitcoin-git> [bitcoin] mess110 opened pull request #11241: [tests] Improve signmessages functional test (master...master) https://github.com/bitcoin/bitcoin/pull/11241
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/50fae68d416b...e0e3cbbf081b
< bitcoin-git> bitcoin/master ec6902d Andrew Chow: rpc: Push down safe mode checks...
< bitcoin-git> bitcoin/master e0e3cbb Wladimir J. van der Laan: Merge #11179: rpc: Push down safe mode checks...
< bitcoin-git> [bitcoin] laanwj closed pull request #11179: rpc: Push down safe mode checks (master...2017_08_safemode_pushdown) https://github.com/bitcoin/bitcoin/pull/11179
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/e0e3cbbf081b...ba05971bf4e7
< bitcoin-git> bitcoin/master 87fe21f MeshCollider: Add translation note to CONTRIBUTING.md
< bitcoin-git> bitcoin/master ba05971 Wladimir J. van der Laan: Merge #11236: Add note on translations to CONTRIBUTING.md...
< bitcoin-git> [bitcoin] laanwj closed 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] MarcoFalke closed pull request #10082: [tests] Demostration/concept: Add a TestNode class to test_Framework.py (master...refactor_utils_py) https://github.com/bitcoin/bitcoin/pull/10082
< bitcoin-git> [bitcoin] laanwj pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/ba05971bf4e7...df8c72237a0c
< bitcoin-git> bitcoin/master ce5381e Wladimir J. van der Laan: build: Rename --enable-experimental-asm to --enable-asm and enable by default...
< bitcoin-git> bitcoin/master 538cc0c Wladimir J. van der Laan: build: Mention use of asm in summary
< bitcoin-git> bitcoin/master df8c722 Wladimir J. van der Laan: Merge #11176: build: Rename --enable-experimental-asm to --enable-asm and enable by default...
< bitcoin-git> [bitcoin] laanwj closed 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 pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/df8c72237a0c...38a54a50fa5d
< bitcoin-git> bitcoin/master 5ac072c Dan Raviv: Fix boost headers included as user instead of system headers...
< bitcoin-git> bitcoin/master 38a54a5 Wladimir J. van der Laan: Merge #11164: Fix boost headers included as user instead of system headers...
< bitcoin-git> [bitcoin] laanwj closed 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] donaloconnor opened pull request #11244: Docs: Add extra step to clean $PATH var to strip out windows %PATH% paths. (master...windows_build_fix) https://github.com/bitcoin/bitcoin/pull/11244
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/38a54a50fa5d...14eae781881d
< bitcoin-git> bitcoin/master b3d6fc6 Cristian Mircea Messel: Improve signmessages functional test...
< bitcoin-git> bitcoin/master 14eae78 Wladimir J. van der Laan: Merge #11241: [tests] Improve signmessages functional test...
< bitcoin-git> [bitcoin] laanwj closed pull request #11241: [tests] Improve signmessages functional test (master...master) https://github.com/bitcoin/bitcoin/pull/11241
< bitcoin-git> [bitcoin] MeshCollider opened pull request #11245: Mention offscreen issue in release notes (0.15...201709_offscreen_release_note) https://github.com/bitcoin/bitcoin/pull/11245
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/14eae781881d...3aa60b7ff958
< bitcoin-git> bitcoin/master 5abb93f danra: Fix include path for bitcoin-config.h in crypto/common.h...
< bitcoin-git> bitcoin/master 3aa60b7 Wladimir J. van der Laan: Merge #11143: Fix include path for bitcoin-config.h...
< bitcoin-git> [bitcoin] laanwj closed pull request #11143: Fix include path for bitcoin-config.h (master...patch-5) https://github.com/bitcoin/bitcoin/pull/11143
< meshcollider> Hope SF goes well btw :)
< sipa> certainly
< wumpus> thanks :)
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/3aa60b7ff958...001041df8187
< bitcoin-git> bitcoin/master d1138e3 MeshCollider: Remove redundant testutil files
< bitcoin-git> bitcoin/master 001041d Wladimir J. van der Laan: Merge #11234: Remove redundant testutil.cpp|h files...
< bitcoin-git> [bitcoin] laanwj closed pull request #11234: Remove redundant testutil.cpp|h files (master...201709_remove_testutil) https://github.com/bitcoin/bitcoin/pull/11234
< bitcoin-git> [bitcoin] laanwj opened pull request #11246: github-merge: Coalesce git fetches (master...2017_09_contrib_fetch_coalesce) https://github.com/bitcoin/bitcoin/pull/11246
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/001041df8187...4eb1f39d4210
< bitcoin-git> bitcoin/master 47ba2c3 Akio Nakamura: Fix currency/fee-rate unit string in the help text...
< bitcoin-git> bitcoin/master 4eb1f39 MarcoFalke: Merge #11173: RPC: Fix currency unit string in the help text...
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #11173: RPC: Fix currency unit string in the help text (master...use_currency_unit_constant) https://github.com/bitcoin/bitcoin/pull/11173
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/4eb1f39d4210...777519bd96f6
< bitcoin-git> bitcoin/master dabee00 Wladimir J. van der Laan: github-merge: Coalesce git fetches...
< bitcoin-git> bitcoin/master 777519b MarcoFalke: Merge #11246: github-merge: Coalesce git fetches...
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #11246: github-merge: Coalesce git fetches (master...2017_09_contrib_fetch_coalesce) https://github.com/bitcoin/bitcoin/pull/11246
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to 0.15: https://github.com/bitcoin/bitcoin/compare/48790e0efaf4...a6c439f694a4
< bitcoin-git> bitcoin/0.15 c41224d Chris Moore: Use IsMine to validate custom change address
< bitcoin-git> bitcoin/0.15 a6c439f Wladimir J. van der Laan: Merge #11184: Use IsMine to validate custom change address...
< MarcoFalke> wumpus: This was on the 0.15 branch ^ :S
< MarcoFalke> force push HEAD~ before people fetch it?
< gmaxwell> I suppose it's also going to go to 0.15 branch... perhaps just push it to master too. :P
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #11247: qt: Use IsMine to validate custom change address (master...Mf1708-qtIsMine) https://github.com/bitcoin/bitcoin/pull/11247
< MarcoFalke> gmaxwell: We might need to do an rc4 in that case
< MarcoFalke> Because we still need to push a commit with the release notes on 0.15
< MarcoFalke> So can't tag rc3 as final
< gmaxwell> well erp we shouldn't have an extra RC because of a stray merge.
< gmaxwell> in any case it can be reverted.
< MarcoFalke> wumpus: ^
< wumpus> arrgghhh
< wumpus> uhm this is really bad, why did I merge it into the 0.15 branch
< wumpus> oh the PR was aimed at 0.15?
< MarcoFalke> Yeah, and missing the [0.15] tag in the subject line :(
< wumpus> going to force-push to get rid of it
< BlueMatt> go for it
< bitcoin-git> [bitcoin] laanwj force-pushed 0.15 from a6c439f to 48790e0: https://github.com/bitcoin/bitcoin/commits/0.15
< BlueMatt> !
< bitcoin-git> [bitcoin] jonasschnelli closed pull request #10650: Multiwallet: add RPC endpoint support (master...2017/06/wallet_rpc_endpoint) https://github.com/bitcoin/bitcoin/pull/10650
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/777519bd96f6...a31e9ad4f027
< bitcoin-git> bitcoin/master a1ea1cf Chris Moore: qt: Use IsMine to validate custom change address...
< bitcoin-git> bitcoin/master a31e9ad MarcoFalke: Merge #11247: qt: Use IsMine to validate custom change address...
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #11247: qt: Use IsMine to validate custom change address (master...Mf1708-qtIsMine) https://github.com/bitcoin/bitcoin/pull/11247
< bitcoin-git> [bitcoin] achow101 opened pull request #11250: Bump wallet version to 159900 and remove the `usehd` option (master...bump-wallet-version) https://github.com/bitcoin/bitcoin/pull/11250
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/a31e9ad4f027...28485c783d82
< bitcoin-git> bitcoin/master ce3baa1 Ferdinando M. Ametrano: changed regtest RPCport to 18443 to avoid conflict with testnet 18332
< bitcoin-git> bitcoin/master 28485c7 Wladimir J. van der Laan: Merge #10825: net: set regtest JSON-RPC port to 18443 to avoid conflict with testnet 18332...
< bitcoin-git> [bitcoin] laanwj closed pull request #10825: net: set regtest JSON-RPC port to 18443 to avoid conflict with testnet 18332 (master...fametrano-regtestport) https://github.com/bitcoin/bitcoin/pull/10825
< promag> sipa: regarding your question in https://github.com/bitcoin/bitcoin/pull/11117#issuecomment-326828908, I just think {Encode,Decode,IsValid}Destination shouldn't live in base58.h once there is bech32
< sipa> promag: absolutely!
< sipa> promag: but CTxDestination does belong in script/standard.h, IMHO
< promag> so move {Encode,Decode,IsValid}Destination to script/standard.h there?
< sipa> oh, no
< sipa> code that just deals with script signing shouldn't need to depend on string encoding logic
< sipa> addresses are a UI thing
< sipa> CTxDestination is a script signing logic thing
< sipa> i was thinking maybe have an address.{h,cpp} that just does bech32/base58/encode/decode/...
< wumpus> sounds sensible
< sipa> while base58.* is just the base58 encoding/decoding logic (without any address-specific thing), and bech32.* is just the bech32 encoding/decoding logic (without any address-specific thing)
< promag> yes, like amount.h
< sipa> right
< promag> ok, now that's clear, ty
< sipa> sorry, i should probably have clarified earlier what i had in mind
< promag> no, sorry for being a pain