12020-10-16T00:00:02  *** Antimatter has quit IRC
  22020-10-16T00:00:16  *** DeanWeen has quit IRC
  32020-10-16T00:05:28  *** DeanGuss has joined #bitcoin-core-dev
  42020-10-16T00:08:57  *** justanotheruser has quit IRC
  52020-10-16T00:09:46  *** sailor has joined #bitcoin-core-dev
  62020-10-16T00:11:41  *** justanotheruser has joined #bitcoin-core-dev
  72020-10-16T00:11:48  *** da39a3ee5e6b4b0d has joined #bitcoin-core-dev
  82020-10-16T00:15:24  *** instagibbs has quit IRC
  92020-10-16T00:18:54  *** sailor has left #bitcoin-core-dev
 102020-10-16T00:22:37  *** I440r has joined #bitcoin-core-dev
 112020-10-16T00:24:09  *** proofofkeags has joined #bitcoin-core-dev
 122020-10-16T00:39:28  *** S3RK has quit IRC
 132020-10-16T00:39:59  *** S3RK has joined #bitcoin-core-dev
 142020-10-16T00:52:33  *** S3RK has quit IRC
 152020-10-16T00:52:46  *** S3RK has joined #bitcoin-core-dev
 162020-10-16T00:58:45  *** da39a3ee5e6b4b0d has quit IRC
 172020-10-16T01:00:03  *** sipa has quit IRC
 182020-10-16T01:07:11  *** sipa has joined #bitcoin-core-dev
 192020-10-16T01:24:03  *** sipa has quit IRC
 202020-10-16T01:24:40  *** sipa has joined #bitcoin-core-dev
 212020-10-16T01:30:10  *** glozow has quit IRC
 222020-10-16T01:35:39  <aj> sipa: hmm, wouldn't it be better to have AreInputsStandard() return false for taproot spends prior to taproot actually activating? could pass down currentBlockScriptVerifyFlags to do that, I think?
 232020-10-16T01:39:49  <sipa> aj: there is no script validation flag that will reject a valid taproot spend
 242020-10-16T01:40:12  <sipa> one could be added, but that's a bit invasive... i'd rather do it through policy/policy.cpp alone
 252020-10-16T01:41:06  <sipa> aj: and yes, i suggest that (a) before activation is defined: creation is allowed, spending is not (b) while defined but unactivated: neither is allowed (c) when active, both are allowed
 262020-10-16T01:41:38  <sipa> an alternative - if we don't care about the theft protection - is making (b) identical to (a)
 272020-10-16T01:42:13  <aj> sipa: oh... maybe it was too early in the morning when i read what you were saying then, that sounds great
 282020-10-16T01:42:53  <sipa> and looking at implementation... (a) can easily be extended to "any situation in which it will never activate", including when it has failed
 292020-10-16T01:44:11  <sipa> one downside to have (a) and (b) have different behavior is that it introduces a trivial relay policy difference between nodes-with-activation and nodes-without-activation
 302020-10-16T01:44:35  <sipa> so if that's a concern, it should just be: whenever not active: creating allowed, spending not
 312020-10-16T01:45:19  <aj> there'll be a relay policy difference between (a) and (c) and (b)/(c) are the same nodes, so that seems fine?
 322020-10-16T01:45:48  <sipa> right, but we can expect that by the time activation happens, many nodes will have activation included
 332020-10-16T01:46:04  <sipa> so it's a synchronized event rather than dependent on upgrade time
 342020-10-16T01:48:25  <fanquake> Is anyone else seeing a number of the functional tests fail? https://gist.github.com/fanquake/f3df509a6f810a104b97a38753ef7a5a
 352020-10-16T01:48:38  <fanquake> Wondering if I've got some local issue
 362020-10-16T01:48:58  <aj> maybe make (b) while defined and in LOCKED_IN neither is allowed, would make it mostly safe and synchronised?
 372020-10-16T01:49:13  *** promag_ has joined #bitcoin-core-dev
 382020-10-16T01:50:30  <sipa> hmm, just have the theft protection while locked in and not yet activated?
 392020-10-16T01:50:59  <aj> sipa: yeah. so people spending to taproot a little early are protected
 402020-10-16T01:51:12  <aj> a little protected anyway
 412020-10-16T01:51:47  *** promag has quit IRC
 422020-10-16T01:58:24  *** Eagle[TM] has joined #bitcoin-core-dev
 432020-10-16T01:59:54  *** EagleTM has quit IRC
 442020-10-16T02:17:23  *** afk11` has quit IRC
 452020-10-16T02:18:30  *** afk11` has joined #bitcoin-core-dev
 462020-10-16T03:00:01  *** I440r has quit IRC
 472020-10-16T03:26:32  <fanquake> Seems there is at least some unwanted interaction between #20080 and the functional tests. Unclear why Travis / tests don't seem to be failing for anyone else: https://github.com/bitcoin/bitcoin/pull/20080#issuecomment-709708344
 482020-10-16T03:26:34  <gribble> https://github.com/bitcoin/bitcoin/issues/20080 | Strip any trailing `/` in -datadir path by hebasto · Pull Request #20080 · bitcoin/bitcoin · GitHub
 492020-10-16T03:32:15  *** justanotheruser has quit IRC
 502020-10-16T03:34:03  <kallewoof> promag_: I made https://github.com/bitcoin/bitcoin/pull/13746 a few years ago. Closed it due to lack of interest, though, but it seems similar to what you're saying.
 512020-10-16T03:35:49  *** justanotheruser has joined #bitcoin-core-dev
 522020-10-16T03:36:06  <sipa> #13746
 532020-10-16T03:36:09  <gribble> https://github.com/bitcoin/bitcoin/issues/13746 | -masterdatadir for datadir bootstrapping by kallewoof · Pull Request #13746 · bitcoin/bitcoin · GitHub
 542020-10-16T03:37:05  *** proofofkeags has quit IRC
 552020-10-16T03:38:46  *** bitcoin-git has joined #bitcoin-core-dev
 562020-10-16T03:38:46  <bitcoin-git> [bitcoin] riyasingh0799 opened pull request #20164: [test] undo truncation of digits in btc amount (master...rpc-testmempoolaccept-fee) https://github.com/bitcoin/bitcoin/pull/20164
 572020-10-16T03:38:47  *** bitcoin-git has left #bitcoin-core-dev
 582020-10-16T03:39:28  *** da39a3ee5e6b4b0d has joined #bitcoin-core-dev
 592020-10-16T03:57:42  *** Ahmuck1 has joined #bitcoin-core-dev
 602020-10-16T04:06:09  *** bitcoin-git has joined #bitcoin-core-dev
 612020-10-16T04:06:10  <bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/9ad7cd2887ab...cbb5f3a2d584
 622020-10-16T04:06:10  <bitcoin-git> bitcoin/master cccc752 MarcoFalke: rpc: Properly deserialize txs with witness before signing
 632020-10-16T04:06:11  <bitcoin-git> bitcoin/master 3333077 MarcoFalke: rpc: Adjust witness-tx deserialize error message
 642020-10-16T04:06:11  <bitcoin-git> bitcoin/master cbb5f3a fanquake: Merge #19836: rpc: Properly deserialize txs with witness before signing
 652020-10-16T04:06:13  *** bitcoin-git has left #bitcoin-core-dev
 662020-10-16T04:06:40  *** bitcoin-git has joined #bitcoin-core-dev
 672020-10-16T04:06:40  <bitcoin-git> [bitcoin] fanquake merged pull request #19836: rpc: Properly deserialize txs with witness before signing (master...2008-rpcDeserTxsWitness) https://github.com/bitcoin/bitcoin/pull/19836
 682020-10-16T04:06:41  *** bitcoin-git has left #bitcoin-core-dev
 692020-10-16T04:23:42  *** bitcoin-git has joined #bitcoin-core-dev
 702020-10-16T04:23:42  <bitcoin-git> [bitcoin] sipa opened pull request #20165: Only relay Taproot spends if next block has it active (master...202010_taproot_policy) https://github.com/bitcoin/bitcoin/pull/20165
 712020-10-16T04:23:43  *** bitcoin-git has left #bitcoin-core-dev
 722020-10-16T04:25:44  *** jesseposner has quit IRC
 732020-10-16T04:29:13  *** bitcoin-git has joined #bitcoin-core-dev
 742020-10-16T04:29:13  <bitcoin-git> [bitcoin] fanquake opened pull request #20166: [0.20] Backports (0.20...more_020_backports) https://github.com/bitcoin/bitcoin/pull/20166
 752020-10-16T04:29:21  *** bitcoin-git has left #bitcoin-core-dev
 762020-10-16T04:29:47  *** da39a3ee5e6b4b0d has quit IRC
 772020-10-16T04:38:39  *** bitcoin-git has joined #bitcoin-core-dev
 782020-10-16T04:38:39  <bitcoin-git> [bitcoin] laanwj closed pull request #20091: doc: reflect the current status of Tor support. (master...pr-351-doc) https://github.com/bitcoin/bitcoin/pull/20091
 792020-10-16T04:38:40  *** bitcoin-git has left #bitcoin-core-dev
 802020-10-16T04:38:59  *** da39a3ee5e6b4b0d has joined #bitcoin-core-dev
 812020-10-16T04:41:24  *** da39a3ee5e6b4b0d has quit IRC
 822020-10-16T04:45:56  <luke-jr> sipa: hmm, I wonder if, ideally, we would wait 100 blocks after activation to relay them
 832020-10-16T04:46:16  <luke-jr> similar to coinbase spends
 842020-10-16T04:46:26  *** proofofkeags has joined #bitcoin-core-dev
 852020-10-16T04:51:11  <sipa> luke-jr: what would that protect against?
 862020-10-16T04:51:12  *** bitcoin-git has joined #bitcoin-core-dev
 872020-10-16T04:51:12  <bitcoin-git> [bitcoin] laanwj closed pull request #19635: param: add bool parameter -ephemeraltoronion to generate ephemeral tor addreses (master...ephemeral-tor-onion) https://github.com/bitcoin/bitcoin/pull/19635
 882020-10-16T04:51:13  *** bitcoin-git has left #bitcoin-core-dev
 892020-10-16T04:52:06  <luke-jr> sipa: reorgs invalidating them with a miner theft
 902020-10-16T04:52:18  <luke-jr> sipa: downstream of the actual taproot spend
 912020-10-16T04:52:36  *** jesseposner has joined #bitcoin-core-dev
 922020-10-16T04:52:43  <luke-jr> ie, a taproot spend is similar to a coinbase in that it can be claimed by any miner before the activation block
 932020-10-16T04:53:02  <aj> luke-jr: provided the pay-to-taproot tx has block height locktime, that's fine though
 942020-10-16T04:53:12  <sipa> luke-jr: that argument would apply to creation of outputs, not spending them
 952020-10-16T04:54:02  <luke-jr> aj: oh, that's true
 962020-10-16T04:54:29  <luke-jr> hmm, might have been interesting to have a consensus rule that taproot spends need a locktime after the activation height/time; probably also not worth the additional effort tho
 972020-10-16T04:54:57  <luke-jr> actually, that doesn't work
 982020-10-16T04:55:07  <luke-jr> because that rule wouldn't exist before activation either
 992020-10-16T04:55:30  <sipa> right
1002020-10-16T04:55:43  <luke-jr> hmm… maybe it would anyway? since it'd be an invalid taproot spend normally
1012020-10-16T04:56:14  <luke-jr> oh well, could just as well be a "wallets should do this" best practice
1022020-10-16T04:57:28  *** bitcoin-git has joined #bitcoin-core-dev
1032020-10-16T04:57:28  <bitcoin-git> [bitcoin] laanwj closed pull request #19419: wallet: let Listwalletdir do not iterate through our blocksdata. (master...wallet_351) https://github.com/bitcoin/bitcoin/pull/19419
1042020-10-16T04:57:37  *** bitcoin-git has left #bitcoin-core-dev
1052020-10-16T05:14:04  *** da39a3ee5e6b4b0d has joined #bitcoin-core-dev
1062020-10-16T05:35:07  *** justanotheruser has quit IRC
1072020-10-16T05:38:15  *** justanotheruser has joined #bitcoin-core-dev
1082020-10-16T05:50:57  *** proofofkeags has quit IRC
1092020-10-16T05:53:23  *** S3RK has quit IRC
1102020-10-16T05:53:52  *** S3RK has joined #bitcoin-core-dev
1112020-10-16T05:56:03  *** Pavlenex has joined #bitcoin-core-dev
1122020-10-16T06:00:01  *** Ahmuck1 has quit IRC
1132020-10-16T06:04:06  *** alko89 has quit IRC
1142020-10-16T06:05:51  *** alko89 has joined #bitcoin-core-dev
1152020-10-16T06:22:05  *** Wayno has joined #bitcoin-core-dev
1162020-10-16T06:28:14  *** bitcoin-git has joined #bitcoin-core-dev
1172020-10-16T06:28:14  <bitcoin-git> [bitcoin] fanquake closed pull request #20164: [test] undo truncation of digits in btc amount (master...rpc-testmempoolaccept-fee) https://github.com/bitcoin/bitcoin/pull/20164
1182020-10-16T06:28:15  *** bitcoin-git has left #bitcoin-core-dev
1192020-10-16T06:45:05  *** jesseposner has quit IRC
1202020-10-16T06:52:26  *** justanotheruser has quit IRC
1212020-10-16T06:56:06  *** kristapsk has quit IRC
1222020-10-16T06:56:27  *** kristapsk has joined #bitcoin-core-dev
1232020-10-16T06:59:03  *** S3RK has quit IRC
1242020-10-16T06:59:12  *** S3RK has joined #bitcoin-core-dev
1252020-10-16T07:02:21  *** bitcoin-git has joined #bitcoin-core-dev
1262020-10-16T07:02:22  <bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/cbb5f3a2d584...82d3596dfe4e
1272020-10-16T07:02:22  <bitcoin-git> bitcoin/master 5669642 Pieter Wuille: docs: mention BIPs 340-342 in doc/bips.md
1282020-10-16T07:02:23  <bitcoin-git> bitcoin/master 1d22300 Pieter Wuille: Address functional test nits
1292020-10-16T07:02:23  <bitcoin-git> bitcoin/master 82d3596 fanquake: Merge #20161: Minor Taproot follow-ups
1302020-10-16T07:02:24  *** bitcoin-git has left #bitcoin-core-dev
1312020-10-16T07:02:41  *** bitcoin-git has joined #bitcoin-core-dev
1322020-10-16T07:02:41  <bitcoin-git> [bitcoin] fanquake merged pull request #20161: Minor Taproot follow-ups (master...202010_taproot_followup) https://github.com/bitcoin/bitcoin/pull/20161
1332020-10-16T07:02:42  *** bitcoin-git has left #bitcoin-core-dev
1342020-10-16T07:02:54  *** andreacab has joined #bitcoin-core-dev
1352020-10-16T07:06:28  *** andreacab has quit IRC
1362020-10-16T07:06:35  *** S3RK has quit IRC
1372020-10-16T07:06:56  *** andreacab has joined #bitcoin-core-dev
1382020-10-16T07:07:04  *** S3RK has joined #bitcoin-core-dev
1392020-10-16T07:11:13  *** andreacab has quit IRC
1402020-10-16T07:16:23  *** justanotheruser has joined #bitcoin-core-dev
1412020-10-16T07:44:02  <hebasto> fanquake: is /private dir a travis artefact?
1422020-10-16T07:44:31  <fanquake> hebasto: no that is on my macOS machine
1432020-10-16T07:45:07  <hebasto> ok, going to reproduce on macOS
1442020-10-16T07:47:19  <hebasto> fanquake: looks like kind of sandboxing
1452020-10-16T07:48:17  <fanquake> hebasto: possibly, however I haven't looked further yet. Just noticed that the issue started occurring with the introduction of fs::canonical
1462020-10-16T07:50:30  <hebasto> fanquake: https://apple.stackexchange.com/questions/1043/why-is-tmp-a-symlink-to-private-tmp
1472020-10-16T07:54:02  *** promag has joined #bitcoin-core-dev
1482020-10-16T07:54:59  <fanquake> hebasto: I see
1492020-10-16T07:55:48  *** S3RK has quit IRC
1502020-10-16T07:56:17  *** S3RK has joined #bitcoin-core-dev
1512020-10-16T07:57:28  *** go121212 has joined #bitcoin-core-dev
1522020-10-16T08:00:13  *** go11111111111 has quit IRC
1532020-10-16T08:04:00  *** jeremyrubin has quit IRC
1542020-10-16T08:21:03  *** S3RK has quit IRC
1552020-10-16T08:21:15  *** S3RK has joined #bitcoin-core-dev
1562020-10-16T08:22:37  *** jonatack has quit IRC
1572020-10-16T08:23:16  *** S3RK has quit IRC
1582020-10-16T08:23:45  *** S3RK has joined #bitcoin-core-dev
1592020-10-16T08:30:21  *** S3RK has quit IRC
1602020-10-16T08:30:33  *** S3RK has joined #bitcoin-core-dev
1612020-10-16T08:41:29  *** jesseposner has joined #bitcoin-core-dev
1622020-10-16T08:46:48  *** jesseposner has quit IRC
1632020-10-16T08:50:28  *** jonatack has joined #bitcoin-core-dev
1642020-10-16T09:00:01  *** Wayno has quit IRC
1652020-10-16T09:04:49  *** kexkey has quit IRC
1662020-10-16T09:07:04  *** S3RK has quit IRC
1672020-10-16T09:07:34  *** S3RK has joined #bitcoin-core-dev
1682020-10-16T09:09:03  *** S3RK has quit IRC
1692020-10-16T09:09:12  *** S3RK has joined #bitcoin-core-dev
1702020-10-16T09:12:41  *** bitcoin-git has joined #bitcoin-core-dev
1712020-10-16T09:12:41  <bitcoin-git> [bitcoin] laanwj pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/82d3596dfe4e...2947ae6f85d4
1722020-10-16T09:12:42  <bitcoin-git> bitcoin/master fa64892 MarcoFalke: signet: Fix uninitialized read in validation
1732020-10-16T09:12:42  <bitcoin-git> bitcoin/master fa729cd MarcoFalke: doc: Move assumed-values doxygen comments to header
1742020-10-16T09:12:43  <bitcoin-git> bitcoin/master fa723e3 MarcoFalke: Initialize default-initialized uint256 consensus params to zero explicitly
1752020-10-16T09:12:44  *** bitcoin-git has left #bitcoin-core-dev
1762020-10-16T09:13:01  *** bitcoin-git has joined #bitcoin-core-dev
1772020-10-16T09:13:01  <bitcoin-git> [bitcoin] laanwj merged pull request #20035: signet: Fix uninitialized read in validation (master...2009-signetUninitRead) https://github.com/bitcoin/bitcoin/pull/20035
1782020-10-16T09:13:02  *** bitcoin-git has left #bitcoin-core-dev
1792020-10-16T09:19:28  <hebasto> fanquake: thanks for pointing out
1802020-10-16T09:20:02  *** SysRun has joined #bitcoin-core-dev
1812020-10-16T09:23:11  *** jonatack has quit IRC
1822020-10-16T09:24:11  *** jonatack_ has joined #bitcoin-core-dev
1832020-10-16T09:25:45  *** vincenzopalazzo has joined #bitcoin-core-dev
1842020-10-16T09:28:22  *** filchef has joined #bitcoin-core-dev
1852020-10-16T09:32:52  *** S3RK has quit IRC
1862020-10-16T09:34:18  <provoostenator> When taproot (signet) wallet and descriptor support? :-)
1872020-10-16T09:36:01  <kallewoof> Ohh.. I forgot about the fact we don't actually have wallet support. But people can still play with btcdeb I guess.
1882020-10-16T09:43:34  <provoostenator> You can make raw transactions and send them with your own node.
1892020-10-16T09:44:51  *** AaronvanW has joined #bitcoin-core-dev
1902020-10-16T09:45:14  *** bitcoin-git has joined #bitcoin-core-dev
1912020-10-16T09:45:15  <bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/2947ae6f85d4...cb21d864c52b
1922020-10-16T09:45:15  <bitcoin-git> bitcoin/master 1df2cd1 Luke Dashjr: QA: blocktools: Accept block template to create_block
1932020-10-16T09:45:16  <bitcoin-git> bitcoin/master d438d60 Luke Dashjr: QA: Use GBT to get block versions correct
1942020-10-16T09:45:16  <bitcoin-git> bitcoin/master cb21d86 MarcoFalke: Merge #19401: QA: Use GBT to get block versions correct
1952020-10-16T09:45:18  *** bitcoin-git has left #bitcoin-core-dev
1962020-10-16T09:46:04  *** bitcoin-git has joined #bitcoin-core-dev
1972020-10-16T09:46:04  <bitcoin-git> [bitcoin] MarcoFalke merged pull request #19401: QA: Use GBT to get block versions correct (master...qa_blockvers) https://github.com/bitcoin/bitcoin/pull/19401
1982020-10-16T09:46:05  *** bitcoin-git has left #bitcoin-core-dev
1992020-10-16T10:10:23  *** vasild has quit IRC
2002020-10-16T10:12:27  *** vasild has joined #bitcoin-core-dev
2012020-10-16T10:14:24  *** shesek has quit IRC
2022020-10-16T10:16:04  *** davterra has quit IRC
2032020-10-16T10:16:28  *** davterra has joined #bitcoin-core-dev
2042020-10-16T10:20:55  *** Sven7Graham has joined #bitcoin-core-dev
2052020-10-16T10:23:47  <kallewoof> provoostenator: that too yeah
2062020-10-16T10:24:07  *** da39a3ee5e6b4b0d has quit IRC
2072020-10-16T10:25:04  *** rabidus has quit IRC
2082020-10-16T10:27:08  *** jonatack_ has quit IRC
2092020-10-16T10:28:08  *** Sven7Graham has quit IRC
2102020-10-16T10:42:29  *** jesseposner has joined #bitcoin-core-dev
2112020-10-16T10:44:30  *** dviola has joined #bitcoin-core-dev
2122020-10-16T10:47:33  <hebasto> please consider GUI repo pulls for 0.21.0 -- https://github.com/users/hebasto/projects/5
2132020-10-16T10:48:14  <hebasto> wumpus: MarcoFalke: promag: provoostenator: luke-jr: ^
2142020-10-16T10:48:45  *** jesseposner has quit IRC
2152020-10-16T10:52:48  <hebasto> jonasschnelli: ^^
2162020-10-16T10:55:37  *** Guyver2 has joined #bitcoin-core-dev
2172020-10-16T11:11:22  *** da39a3ee5e6b4b0d has joined #bitcoin-core-dev
2182020-10-16T11:12:13  *** pinheadmz has quit IRC
2192020-10-16T11:16:44  *** rabidus has joined #bitcoin-core-dev
2202020-10-16T11:21:55  *** pinheadmz has joined #bitcoin-core-dev
2212020-10-16T11:26:02  *** andreacab has joined #bitcoin-core-dev
2222020-10-16T11:26:46  *** andreacab has quit IRC
2232020-10-16T11:27:14  *** promag has quit IRC
2242020-10-16T11:32:01  *** bitcoin-git has joined #bitcoin-core-dev
2252020-10-16T11:32:02  <bitcoin-git> [bitcoin] MarcoFalke opened pull request #20167: test: Add test for -blockversion (master...2010-testBlockversion) https://github.com/bitcoin/bitcoin/pull/20167
2262020-10-16T11:32:02  *** bitcoin-git has left #bitcoin-core-dev
2272020-10-16T11:51:51  *** bitcoin-git has joined #bitcoin-core-dev
2282020-10-16T11:51:51  <bitcoin-git> [bitcoin] MarcoFalke opened pull request #20168: contrib: Fix gen_key_io_test_vectors.py imports (master...2010-contribTestGen) https://github.com/bitcoin/bitcoin/pull/20168
2292020-10-16T11:51:52  *** bitcoin-git has left #bitcoin-core-dev
2302020-10-16T11:54:26  *** Pavlenex has quit IRC
2312020-10-16T12:00:02  *** SysRun has quit IRC
2322020-10-16T12:07:00  *** exhoplex has joined #bitcoin-core-dev
2332020-10-16T12:09:52  *** da39a3ee5e6b4b0d has quit IRC
2342020-10-16T12:11:29  *** bitcoin-git has joined #bitcoin-core-dev
2352020-10-16T12:11:29  <bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/cb21d864c52b...9e8d2bd076d7
2362020-10-16T12:11:29  <bitcoin-git> bitcoin/master 0d9d2a1 Jonas Schnelli: Only update the updateSmartFeeLabel once in sync
2372020-10-16T12:11:30  <bitcoin-git> bitcoin/master 9e8d2bd MarcoFalke: Merge bitcoin-core/gui#97: Relax GUI freezes during IBD (when using wallet...
2382020-10-16T12:11:31  *** bitcoin-git has left #bitcoin-core-dev
2392020-10-16T12:21:59  *** shortdudey1231 has joined #bitcoin-core-dev
2402020-10-16T12:23:19  *** pinheadmz has quit IRC
2412020-10-16T12:24:25  *** promag_ has quit IRC
2422020-10-16T12:31:33  *** promag has joined #bitcoin-core-dev
2432020-10-16T12:44:59  *** promag has quit IRC
2442020-10-16T12:45:58  *** jesseposner has joined #bitcoin-core-dev
2452020-10-16T12:46:12  *** pinheadmz has joined #bitcoin-core-dev
2462020-10-16T12:50:54  *** jesseposner has quit IRC
2472020-10-16T12:54:26  *** bitcoin-git has joined #bitcoin-core-dev
2482020-10-16T12:54:26  <bitcoin-git> [bitcoin] practicalswift opened pull request #20169: Taproot follow-up: Make ComputeEntrySchnorr and ComputeEntryECDSA const to clarify contract (master...const-ComputeEntrySchnorr) https://github.com/bitcoin/bitcoin/pull/20169
2492020-10-16T12:54:27  *** bitcoin-git has left #bitcoin-core-dev
2502020-10-16T12:55:56  *** promag has joined #bitcoin-core-dev
2512020-10-16T12:59:37  *** rabidus has quit IRC
2522020-10-16T13:06:54  *** justanotheruser has quit IRC
2532020-10-16T13:23:52  *** andreacab has joined #bitcoin-core-dev
2542020-10-16T13:24:40  *** justanotheruser has joined #bitcoin-core-dev
2552020-10-16T13:29:53  *** da39a3ee5e6b4b0d has joined #bitcoin-core-dev
2562020-10-16T13:34:23  *** andreacab has quit IRC
2572020-10-16T13:34:49  *** andreacab has joined #bitcoin-core-dev
2582020-10-16T13:36:28  *** andreaca_ has joined #bitcoin-core-dev
2592020-10-16T13:38:54  *** andreacab has quit IRC
2602020-10-16T13:51:15  *** andreaca_ has quit IRC
2612020-10-16T13:51:50  *** andreacab has joined #bitcoin-core-dev
2622020-10-16T13:55:57  *** andreacab has quit IRC
2632020-10-16T14:01:37  *** andreacab has joined #bitcoin-core-dev
2642020-10-16T14:20:38  *** andreacab has quit IRC
2652020-10-16T14:21:06  *** andreacab has joined #bitcoin-core-dev
2662020-10-16T14:21:31  *** xurzua has joined #bitcoin-core-dev
2672020-10-16T14:25:22  *** andreacab has quit IRC
2682020-10-16T14:27:16  *** kexkey has joined #bitcoin-core-dev
2692020-10-16T14:30:35  *** promag has quit IRC
2702020-10-16T14:31:18  *** promag has joined #bitcoin-core-dev
2712020-10-16T14:47:03  *** jesseposner has joined #bitcoin-core-dev
2722020-10-16T14:47:16  *** andreacab has joined #bitcoin-core-dev
2732020-10-16T14:48:43  *** sdaftuar has quit IRC
2742020-10-16T14:49:52  *** sdaftuar has joined #bitcoin-core-dev
2752020-10-16T14:52:25  *** jesseposner has quit IRC
2762020-10-16T14:55:09  *** kexkey has quit IRC
2772020-10-16T14:55:56  *** Pavlenex has joined #bitcoin-core-dev
2782020-10-16T15:00:01  *** shortdudey1231 has quit IRC
2792020-10-16T15:18:36  *** andreacab has quit IRC
2802020-10-16T15:19:03  *** andreacab has joined #bitcoin-core-dev
2812020-10-16T15:22:05  *** cwj1 has joined #bitcoin-core-dev
2822020-10-16T15:23:42  *** andreacab has quit IRC
2832020-10-16T15:45:56  *** jonatack has joined #bitcoin-core-dev
2842020-10-16T15:48:25  *** jeremyrubin has joined #bitcoin-core-dev
2852020-10-16T15:54:45  <jamesob> I don't seem to be able to kick jobs on Travis anymore; can someone rerun https://travis-ci.org/github/bitcoin/bitcoin/jobs/736379874 for me?
2862020-10-16T15:55:13  <hebasto> jamesob: done
2872020-10-16T15:55:22  <jamesob> hebasto: thanks!
2882020-10-16T15:55:31  <hebasto> try to log off/on
2892020-10-16T15:56:56  <jamesob> ah yep, that did it. thanks again hebasto
2902020-10-16T15:57:16  <hebasto> yw
2912020-10-16T15:59:24  *** da39a3ee5e6b4b0d has quit IRC
2922020-10-16T16:07:12  *** mrostecki has joined #bitcoin-core-dev
2932020-10-16T16:08:34  *** kljasdfvv has quit IRC
2942020-10-16T16:13:21  *** jesseposner has joined #bitcoin-core-dev
2952020-10-16T16:14:06  *** kristapsk_ has joined #bitcoin-core-dev
2962020-10-16T16:16:43  *** kristapsk has quit IRC
2972020-10-16T16:19:21  *** kristapsk_ is now known as kristapsk
2982020-10-16T16:20:16  *** vasild has quit IRC
2992020-10-16T16:20:33  *** vasild has joined #bitcoin-core-dev
3002020-10-16T16:33:00  *** xurzua has quit IRC
3012020-10-16T16:33:07  *** xurzua_ has joined #bitcoin-core-dev
3022020-10-16T16:34:11  *** xurzua_ is now known as xurzua
3032020-10-16T16:48:02  *** bitcoin-git has joined #bitcoin-core-dev
3042020-10-16T16:48:03  <bitcoin-git> [bitcoin] ariard opened pull request #20171: Add functional test test_txid_inv_delay (master...2020-10-txid-delay-test) https://github.com/bitcoin/bitcoin/pull/20171
3052020-10-16T16:48:03  *** bitcoin-git has left #bitcoin-core-dev
3062020-10-16T17:03:59  *** tryphe has quit IRC
3072020-10-16T17:04:48  *** tryphe has joined #bitcoin-core-dev
3082020-10-16T17:11:03  *** mrostecki has quit IRC
3092020-10-16T17:17:46  *** kabaum has quit IRC
3102020-10-16T17:31:23  *** kabaum has joined #bitcoin-core-dev
3112020-10-16T18:00:02  *** cwj1 has quit IRC
3122020-10-16T18:18:10  *** cyberwormz has joined #bitcoin-core-dev
3132020-10-16T18:18:46  *** Pavlenex has quit IRC
3142020-10-16T18:22:42  *** ao2 has joined #bitcoin-core-dev
3152020-10-16T18:22:47  *** ao2 is now known as Guest25237
3162020-10-16T19:02:37  *** jesseposner has quit IRC
3172020-10-16T19:09:31  *** promag_ has joined #bitcoin-core-dev
3182020-10-16T19:18:44  *** mol_ has joined #bitcoin-core-dev
3192020-10-16T19:19:16  *** belcher_ has joined #bitcoin-core-dev
3202020-10-16T19:20:42  *** xurzua_ has joined #bitcoin-core-dev
3212020-10-16T19:20:42  *** xurzua has quit IRC
3222020-10-16T19:21:25  *** mol has quit IRC
3232020-10-16T19:22:18  *** xurzua_ is now known as xurzua
3242020-10-16T19:22:54  *** belcher has quit IRC
3252020-10-16T19:25:58  *** sipa has quit IRC
3262020-10-16T19:36:07  *** sipa has joined #bitcoin-core-dev
3272020-10-16T19:39:23  *** k3tan has quit IRC
3282020-10-16T19:40:31  *** k3tan has joined #bitcoin-core-dev
3292020-10-16T20:38:42  *** xurzua has quit IRC
3302020-10-16T20:40:34  *** luke-jr has quit IRC
3312020-10-16T20:41:56  *** luke-jr has joined #bitcoin-core-dev
3322020-10-16T20:43:51  *** belcher_ is now known as belcher
3332020-10-16T20:44:31  *** Guyver2 has quit IRC
3342020-10-16T20:56:04  *** AaronvanW has quit IRC
3352020-10-16T20:56:20  *** bitcoin-git has joined #bitcoin-core-dev
3362020-10-16T20:56:20  <bitcoin-git> [bitcoin] hebasto opened pull request #20172: rpc, net: Expose connections_onion_only in getnetworkinfo RPC output (master...201016-tor) https://github.com/bitcoin/bitcoin/pull/20172
3372020-10-16T20:56:21  *** bitcoin-git has left #bitcoin-core-dev
3382020-10-16T21:00:01  *** Guest25237 has quit IRC
3392020-10-16T21:11:00  *** mol_ has quit IRC
3402020-10-16T21:11:28  *** mol_ has joined #bitcoin-core-dev
3412020-10-16T21:12:08  *** promag_ has quit IRC
3422020-10-16T21:12:54  *** promag_ has joined #bitcoin-core-dev
3432020-10-16T21:14:58  *** Talkless has joined #bitcoin-core-dev
3442020-10-16T21:20:43  *** filchef has quit IRC
3452020-10-16T21:21:59  *** Lord1 has joined #bitcoin-core-dev
3462020-10-16T21:22:14  *** vincenzopalazzo has quit IRC
3472020-10-16T21:32:43  *** justanotheruser has quit IRC
3482020-10-16T21:37:47  *** tryphe_ has joined #bitcoin-core-dev
3492020-10-16T21:40:34  *** Chris_Stewart_5 has quit IRC
3502020-10-16T21:40:42  *** tryphe has quit IRC
3512020-10-16T21:42:54  *** Talkless has quit IRC
3522020-10-16T21:48:38  *** promag_ has quit IRC
3532020-10-16T21:48:55  *** jesseposner has joined #bitcoin-core-dev
3542020-10-16T21:59:00  *** jesseposner has quit IRC
3552020-10-16T22:09:29  *** sipa has quit IRC
3562020-10-16T22:09:41  *** sipa has joined #bitcoin-core-dev
3572020-10-16T22:10:23  *** vasild has quit IRC
3582020-10-16T22:12:34  *** vasild has joined #bitcoin-core-dev
3592020-10-16T22:13:40  *** jesseposner has joined #bitcoin-core-dev
3602020-10-16T22:18:50  *** jesseposner has quit IRC
3612020-10-16T22:27:23  *** jesseposner has joined #bitcoin-core-dev
3622020-10-16T22:29:17  *** jesseposner has quit IRC
3632020-10-16T23:00:16  *** Chris_Stewart_5 has joined #bitcoin-core-dev
3642020-10-16T23:00:26  *** justanotheruser has joined #bitcoin-core-dev
3652020-10-16T23:02:37  *** mol_ has quit IRC
3662020-10-16T23:21:11  *** mol has joined #bitcoin-core-dev
3672020-10-16T23:22:04  *** Chris_Stewart_5 has quit IRC
3682020-10-16T23:39:57  *** pinheadmz has quit IRC
3692020-10-16T23:41:46  *** promag_ has joined #bitcoin-core-dev
3702020-10-16T23:56:06  *** da39a3ee5e6b4b0d has joined #bitcoin-core-dev
3712020-10-16T23:58:52  *** ossifrage has quit IRC