12020-09-19T00:00:02  *** DireFog has quit IRC
  22020-09-19T00:21:26  *** promag has joined #bitcoin-core-dev
  32020-09-19T00:22:03  *** mrostecki has quit IRC
  42020-09-19T00:22:16  *** iMast777 has joined #bitcoin-core-dev
  52020-09-19T00:26:14  *** promag has quit IRC
  62020-09-19T00:41:07  *** marcoagner has quit IRC
  72020-09-19T00:48:05  *** arowser has quit IRC
  82020-09-19T00:49:30  *** arowser has joined #bitcoin-core-dev
  92020-09-19T00:54:44  *** vasild has quit IRC
 102020-09-19T00:54:54  *** vasild has joined #bitcoin-core-dev
 112020-09-19T01:19:27  *** meshcollider has joined #bitcoin-core-dev
 122020-09-19T01:20:49  *** emzy has quit IRC
 132020-09-19T01:32:08  *** justanotheruser has joined #bitcoin-core-dev
 142020-09-19T01:42:14  *** Highway61 has quit IRC
 152020-09-19T01:45:34  *** opsec_x12 has quit IRC
 162020-09-19T01:49:54  *** EagleTM has joined #bitcoin-core-dev
 172020-09-19T01:50:55  <tryphe_> kallewoof, i think the avoid_reuse wallet flag should have more obvious documentation somewhere (unless i'm missing something) as i've been recently chatting with people who want this feature but i've been forgetting to tell them about it until i recently realized your commit #13756 exists in the codebase. the question is, where to put it? maybe an extended description of the complete functionality of "setwalletflag" flags would do better,
 182020-09-19T01:50:55  <tryphe_> as there's only a very terse example of the usage, but no extended description anywhere in any "help" commands/arguments.
 192020-09-19T01:50:58  <gribble> https://github.com/bitcoin/bitcoin/issues/13756 | wallet: "avoid_reuse" wallet flag for improved privacy by kallewoof · Pull Request #13756 · bitcoin/bitcoin · GitHub
 202020-09-19T01:51:47  <tryphe_> i feel like "finding" this feature should be much more obvious/intuitive
 212020-09-19T01:52:22  *** Eagle[TM] has quit IRC
 222020-09-19T01:54:41  <tryphe_> it looks like the description in the release notes would do the job (and tell the user they need to -rescan also), just not sure of the correct place for it
 232020-09-19T01:56:56  <tryphe_> also slightly related, when users look to enable features, they do ./bitcoind -help, ./bitcoin-cli -help, but not necessarily ./bitcoin-cli help, so they might not even stumble on setwalletflag. but not sure how to effectively get people to do this :(
 242020-09-19T02:25:07  *** arowser has quit IRC
 252020-09-19T02:25:27  *** arowser has joined #bitcoin-core-dev
 262020-09-19T02:25:32  *** rc_423 has joined #bitcoin-core-dev
 272020-09-19T02:45:00  <luke-jr> tryphe_: note the "avoid_reuse" flag does not in fact avoid reuse :x
 282020-09-19T02:47:53  <tryphe_> luke-jr, ah, how so?
 292020-09-19T02:48:18  <luke-jr> would have to review the code to explain accurately
 302020-09-19T02:48:25  <tryphe_> i've never really used the flag, fwiw, but the idea is nice
 312020-09-19T02:50:25  *** nckx has quit IRC
 322020-09-19T02:51:07  *** nckx has joined #bitcoin-core-dev
 332020-09-19T02:51:35  <tryphe_> luke-jr, it looks like it doesn't avoid reuse, but avoids spending outputs from keys that were already "spent from"?
 342020-09-19T02:51:54  <luke-jr> something along those lines
 352020-09-19T02:51:57  <tryphe_> not sure if that's what you meant
 362020-09-19T02:52:07  <luke-jr> IIRC the main thing is that if multiple such outputs exist, it tries to spend them all at once
 372020-09-19T02:52:13  <tryphe_> ahh okay, yeah the functionality is not really explicit to the definition
 382020-09-19T02:52:34  <luke-jr> although that may be default behaviour now too\
 392020-09-19T02:52:36  *** da39a3ee5e6b4b0d has joined #bitcoin-core-dev
 402020-09-19T02:53:06  <tryphe_> ahh yeah i saw that as well also, in another PR
 412020-09-19T02:55:02  <tryphe_> -avoidpartialspends is always enabled when avoid_reuse is enabled
 422020-09-19T02:58:44  <tryphe_> i think it would also be useful to note that in some documentation as well (avoidpartialspends documentation links to avoid_reuse but there's not really any documenation of avoid_reuse to explain that it enables avoidpartialspends)
 432020-09-19T02:59:25  <tryphe_> so you wouldn't know about it unless | grepping some help output
 442020-09-19T03:00:02  *** iMast777 has quit IRC
 452020-09-19T03:02:01  <tryphe_> also, i guess the implication of a "dusting" attack here is that you would only avoid the dusting attack completely if the address was already marked dirty before the dusting happens
 462020-09-19T03:02:35  <luke-jr> eh?
 472020-09-19T03:02:58  <tryphe_> luke-jr, you might sweep up the dust the first time an address is marked dirty, but never after that, right?
 482020-09-19T03:03:21  <luke-jr> tryphe_: what's the problem?
 492020-09-19T03:03:33  <luke-jr> sweeping up the dust is the right thing to do there
 502020-09-19T03:04:27  <tryphe_> ah nm, you're right
 512020-09-19T03:05:07  <tryphe_> confusing myself :p
 522020-09-19T03:12:06  *** arowser has quit IRC
 532020-09-19T03:12:26  *** arowser has joined #bitcoin-core-dev
 542020-09-19T03:13:05  *** da39a3ee5e6b4b0d has quit IRC
 552020-09-19T03:20:56  *** spake has joined #bitcoin-core-dev
 562020-09-19T03:42:48  *** nckx has quit IRC
 572020-09-19T03:43:12  *** nckx has joined #bitcoin-core-dev
 582020-09-19T04:31:39  *** davterra has quit IRC
 592020-09-19T04:32:04  *** davterra has joined #bitcoin-core-dev
 602020-09-19T04:52:59  *** justanotheruser has quit IRC
 612020-09-19T05:02:18  *** rc_423 has quit IRC
 622020-09-19T05:02:33  *** rc_423 has joined #bitcoin-core-dev
 632020-09-19T05:32:58  <fanquake> sipa: probably time to block tnawanna
 642020-09-19T05:33:33  <fanquake> grubles: there’s no particularly easy way
 652020-09-19T05:34:26  *** MrPaz has quit IRC
 662020-09-19T05:36:10  <sipa> fanquake: just did
 672020-09-19T06:00:01  *** spake has quit IRC
 682020-09-19T06:21:25  *** zacts1 has joined #bitcoin-core-dev
 692020-09-19T06:25:33  *** Talkless has joined #bitcoin-core-dev
 702020-09-19T06:32:20  *** bitcoin-git has joined #bitcoin-core-dev
 712020-09-19T06:32:21  <bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/652c45fdbbd5...967be53aeec9
 722020-09-19T06:32:22  <bitcoin-git> bitcoin/master a5f5374 Sjors Provoost: test: create default wallet in extended tests
 732020-09-19T06:32:23  <bitcoin-git> bitcoin/master 967be53 fanquake: Merge #19971: test: create default wallet in extended tests
 742020-09-19T06:32:25  *** bitcoin-git has left #bitcoin-core-dev
 752020-09-19T06:32:40  *** bitcoin-git has joined #bitcoin-core-dev
 762020-09-19T06:32:41  <bitcoin-git> [bitcoin] fanquake merged pull request #19971: test: create default wallet in extended tests (master...2020/09/fix_no_default_wallet_extended_tests) https://github.com/bitcoin/bitcoin/pull/19971
 772020-09-19T06:32:42  *** bitcoin-git has left #bitcoin-core-dev
 782020-09-19T06:40:04  *** belcher_ has joined #bitcoin-core-dev
 792020-09-19T06:42:50  *** belcher has quit IRC
 802020-09-19T06:48:08  *** arowser has quit IRC
 812020-09-19T06:48:25  *** arowser has joined #bitcoin-core-dev
 822020-09-19T06:59:11  <kallewoof> tryphe_: i'm all for making it more known, but not sure where to do so. perhaps add an entry about it to the bitcoin wiki might be a good idea
 832020-09-19T07:04:33  *** bitcoin-git has joined #bitcoin-core-dev
 842020-09-19T07:04:34  <bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/967be53aeec9...c30f79d418e2
 852020-09-19T07:04:35  <bitcoin-git> bitcoin/master 2233a93 codeShark149: [rpc] Return fee and vsize from testmempoolaccept
 862020-09-19T07:04:36  <bitcoin-git> bitcoin/master 23c35bf gzhao408: [test] add get_vsize util for more programmatic testing
 872020-09-19T07:04:36  <bitcoin-git> bitcoin/master c30f79d fanquake: Merge #19940: rpc: Return fee and vsize from testmempoolaccept
 882020-09-19T07:04:38  *** bitcoin-git has left #bitcoin-core-dev
 892020-09-19T07:04:53  *** bitcoin-git has joined #bitcoin-core-dev
 902020-09-19T07:04:53  <bitcoin-git> [bitcoin] fanquake merged pull request #19940: rpc: Return fee and vsize from testmempoolaccept (master...rpc-testmempoolaccept-fee) https://github.com/bitcoin/bitcoin/pull/19940
 912020-09-19T07:04:54  *** bitcoin-git has left #bitcoin-core-dev
 922020-09-19T07:14:30  *** oscorp has joined #bitcoin-core-dev
 932020-09-19T07:16:13  *** oscorp has quit IRC
 942020-09-19T07:30:50  *** sr_gi has quit IRC
 952020-09-19T07:32:48  *** molz_ has joined #bitcoin-core-dev
 962020-09-19T07:34:28  *** gzhao408 has quit IRC
 972020-09-19T07:35:25  *** mol_ has quit IRC
 982020-09-19T07:40:14  *** molz_ has quit IRC
 992020-09-19T07:42:44  *** mol has joined #bitcoin-core-dev
1002020-09-19T07:49:34  *** mol has quit IRC
1012020-09-19T07:53:06  *** arowser has quit IRC
1022020-09-19T07:53:23  *** arowser has joined #bitcoin-core-dev
1032020-09-19T08:01:33  *** S3RK has quit IRC
1042020-09-19T08:02:06  *** S3RK has joined #bitcoin-core-dev
1052020-09-19T08:03:06  *** cato_ has quit IRC
1062020-09-19T08:08:02  *** cato_ has joined #bitcoin-core-dev
1072020-09-19T08:28:44  *** bitcoin-git has joined #bitcoin-core-dev
1082020-09-19T08:28:44  <bitcoin-git> [bitcoin] fanquake pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/c30f79d418e2...83b23848f730
1092020-09-19T08:28:45  <bitcoin-git> bitcoin/master 27dcc37 Hennadii Stepanov: qt: Name RPCConsole executor QThread
1102020-09-19T08:28:45  <bitcoin-git> bitcoin/master 2c7f5d8 Hennadii Stepanov: qt: Name WalletController worker QThread
1112020-09-19T08:28:46  <bitcoin-git> bitcoin/master ad5f614 Hennadii Stepanov: qt: Name ClientModel timer QThread
1122020-09-19T08:28:47  *** bitcoin-git has left #bitcoin-core-dev
1132020-09-19T08:29:49  *** bitcoin-git has joined #bitcoin-core-dev
1142020-09-19T08:29:49  <bitcoin-git> [bitcoin] fanquake merged pull request #18790: gui: Improve thread naming (master...200427-name-qthread) https://github.com/bitcoin/bitcoin/pull/18790
1152020-09-19T08:29:50  *** bitcoin-git has left #bitcoin-core-dev
1162020-09-19T08:41:38  *** gribble has quit IRC
1172020-09-19T08:54:25  *** gribble has joined #bitcoin-core-dev
1182020-09-19T08:54:41  <jonasschnelli> ryanofsky: cap’n proto connects over TCP, right? Should be easy to tunnel with WireGuard or so?
1192020-09-19T08:55:33  *** promag has joined #bitcoin-core-dev
1202020-09-19T08:59:47  *** sr_gi has joined #bitcoin-core-dev
1212020-09-19T09:00:02  *** zacts1 has quit IRC
1222020-09-19T09:05:02  *** kexkey has quit IRC
1232020-09-19T09:13:57  *** bitcoin-git has joined #bitcoin-core-dev
1242020-09-19T09:13:59  <bitcoin-git> [bitcoin] fanquake pushed 6 commits to master: https://github.com/bitcoin/bitcoin/compare/83b23848f730...831b0ecea915
1252020-09-19T09:13:59  <bitcoin-git> bitcoin/master e15b1cf Daniel Kraft: Various cleanups in zmqnotificationinterface.
1262020-09-19T09:14:00  <bitcoin-git> bitcoin/master b93b9d5 Daniel Kraft: Simplify and fix notifier removal on error.
1272020-09-19T09:14:01  <bitcoin-git> bitcoin/master 7f2ad1b Daniel Kraft: Use std::unique_ptr for CZMQNotifierFactory.
1282020-09-19T09:14:03  *** bitcoin-git has left #bitcoin-core-dev
1292020-09-19T09:15:48  *** bitcoin-git has joined #bitcoin-core-dev
1302020-09-19T09:15:48  <bitcoin-git> [bitcoin] fanquake merged pull request #13686: ZMQ: Small cleanups in the ZMQ code (master...zmq-cleanup) https://github.com/bitcoin/bitcoin/pull/13686
1312020-09-19T09:15:49  *** bitcoin-git has left #bitcoin-core-dev
1322020-09-19T09:20:33  *** bitcoin-git has joined #bitcoin-core-dev
1332020-09-19T09:20:33  <bitcoin-git> [bitcoin] hebasto opened pull request #19979: Use proper TSA attributes (attempt two) (master...200919-tsa) https://github.com/bitcoin/bitcoin/pull/19979
1342020-09-19T09:20:34  *** bitcoin-git has left #bitcoin-core-dev
1352020-09-19T09:22:06  *** Darki has joined #bitcoin-core-dev
1362020-09-19T09:31:42  *** jb55 has quit IRC
1372020-09-19T09:34:12  *** jb55 has joined #bitcoin-core-dev
1382020-09-19T09:35:52  *** jb55 has quit IRC
1392020-09-19T09:37:26  *** marcoagner has joined #bitcoin-core-dev
1402020-09-19T09:38:07  *** jb55 has joined #bitcoin-core-dev
1412020-09-19T09:42:05  *** gribble has quit IRC
1422020-09-19T09:45:34  *** promag has quit IRC
1432020-09-19T09:46:03  *** promag has joined #bitcoin-core-dev
1442020-09-19T09:47:25  *** rc_423 has quit IRC
1452020-09-19T09:48:52  *** rc_423 has joined #bitcoin-core-dev
1462020-09-19T09:51:46  *** mol has joined #bitcoin-core-dev
1472020-09-19T09:58:45  *** S3RK has quit IRC
1482020-09-19T09:59:12  *** S3RK has joined #bitcoin-core-dev
1492020-09-19T10:00:14  *** gribble has joined #bitcoin-core-dev
1502020-09-19T10:10:03  *** vasild has quit IRC
1512020-09-19T10:12:04  *** promag has quit IRC
1522020-09-19T10:12:18  *** vasild has joined #bitcoin-core-dev
1532020-09-19T10:18:27  *** Delbert49Franeck has joined #bitcoin-core-dev
1542020-09-19T10:27:16  <fanquake> Is this the first time we've ever had 4 different PRs open, all for the same change
1552020-09-19T10:28:19  <hebasto> one PR per a developer :)
1562020-09-19T10:28:25  <fanquake> My current understanding is that 19979, 19918, 19970 & 19865 are all alternatives to each other
1572020-09-19T10:28:39  <hebasto> fanquake: almost
1582020-09-19T10:28:41  <wumpus> we've had "competing PRs" before but dunno if it was at this scale
1592020-09-19T10:28:59  <wumpus> thinking of the various wayt to do writable settings here, for example
1602020-09-19T10:29:31  <fanquake> I need  to read https://github.com/bitcoin-core/bitcoin-devwiki/wiki/AssertLockHeld-PRs
1612020-09-19T10:30:28  <wumpus> it's not bad to have competing approaches and have a discussion about what is the best one, but it does make me wonder what makes this particular thing so interesting/important to work on :)
1622020-09-19T10:30:42  <wumpus> and "why does everyone want it differently"
1632020-09-19T10:31:13  <wumpus> fanquake: yes that's a great overview
1642020-09-19T10:31:53  <wumpus> I don't have a strong opinion on this besides, please don't add "WeakAssert"
1652020-09-19T10:32:40  <hebasto> wumpus: the recent 19979 removes the need to choose the name at all
1662020-09-19T10:44:16  *** nckx has quit IRC
1672020-09-19T10:44:40  *** nckx has joined #bitcoin-core-dev
1682020-09-19T10:45:43  *** k3tan has quit IRC
1692020-09-19T10:48:25  *** k3tan has joined #bitcoin-core-dev
1702020-09-19T10:56:38  *** Delbert49Franeck has quit IRC
1712020-09-19T11:18:15  *** owowo has joined #bitcoin-core-dev
1722020-09-19T11:24:23  *** jonatack has quit IRC
1732020-09-19T11:31:29  *** MrPaz has joined #bitcoin-core-dev
1742020-09-19T11:46:29  *** rc_423 has quit IRC
1752020-09-19T11:48:08  <yanmaani> what's the process of suggesting a change to the protocol?
1762020-09-19T11:48:52  <yanmaani> Do I just describe it informally on the mailing list and ask something like "Would you consider a BIP to this effect to be potentially suitable for inclusion in the Bitcoin protocol?"
1772020-09-19T11:49:53  <yanmaani> Or do I write up a BIP directly?
1782020-09-19T11:53:41  *** tryphe_ has quit IRC
1792020-09-19T11:54:21  *** tryphe_ has joined #bitcoin-core-dev
1802020-09-19T12:00:02  *** Darki has quit IRC
1812020-09-19T12:11:06  *** Guyver2 has joined #bitcoin-core-dev
1822020-09-19T12:12:06  *** bitcoin-git has joined #bitcoin-core-dev
1832020-09-19T12:12:06  <bitcoin-git> [bitcoin] fanquake closed pull request #15115: GUI: Replace send-to-self with dual send+receive entries (master...rm_send2self) https://github.com/bitcoin/bitcoin/pull/15115
1842020-09-19T12:12:07  *** bitcoin-git has left #bitcoin-core-dev
1852020-09-19T12:13:25  *** tralfaz has joined #bitcoin-core-dev
1862020-09-19T12:14:23  *** davterra has quit IRC
1872020-09-19T12:16:05  *** bitcoin-git has joined #bitcoin-core-dev
1882020-09-19T12:16:05  <bitcoin-git> [bitcoin] fanquake closed pull request #17463: Bugfix: GUI: Restore SendConfirmationDialog button default to "Yes" (master...gui_custom_sendyes) https://github.com/bitcoin/bitcoin/pull/17463
1892020-09-19T12:16:06  *** bitcoin-git has left #bitcoin-core-dev
1902020-09-19T12:28:02  <ryanofsky> jonasschnelli: it just reads and writes bytes to anything. the current PRs open a unix socket not a TCP socket, but is easy to change
1912020-09-19T12:29:47  <ryanofsky> ssh and socat commands are also happy to forward traffic between tcp sockets and unix sockets (maybe netcat too, not sure)
1922020-09-19T12:42:10  *** AaronvanW has quit IRC
1932020-09-19T12:43:31  *** Highway61 has joined #bitcoin-core-dev
1942020-09-19T12:44:37  *** AaronvanW has joined #bitcoin-core-dev
1952020-09-19T12:56:26  *** Clouclou has joined #bitcoin-core-dev
1962020-09-19T13:07:08  *** arowser has quit IRC
1972020-09-19T13:07:28  *** arowser has joined #bitcoin-core-dev
1982020-09-19T13:08:08  *** arowser has quit IRC
1992020-09-19T13:08:26  *** arowser has joined #bitcoin-core-dev
2002020-09-19T13:09:07  *** arowser has quit IRC
2012020-09-19T13:09:26  *** arowser has joined #bitcoin-core-dev
2022020-09-19T13:09:26  *** sr_gi has quit IRC
2032020-09-19T13:10:01  *** sr_gi has joined #bitcoin-core-dev
2042020-09-19T13:11:07  *** arowser has quit IRC
2052020-09-19T13:11:30  *** arowser has joined #bitcoin-core-dev
2062020-09-19T13:13:08  *** arowser has quit IRC
2072020-09-19T13:13:27  *** arowser has joined #bitcoin-core-dev
2082020-09-19T13:14:10  *** arowser has quit IRC
2092020-09-19T13:14:32  *** arowser has joined #bitcoin-core-dev
2102020-09-19T13:15:09  *** arowser has quit IRC
2112020-09-19T13:15:27  *** somethingsomethi has joined #bitcoin-core-dev
2122020-09-19T13:15:28  *** arowser has joined #bitcoin-core-dev
2132020-09-19T13:15:48  *** somethingsomethi has quit IRC
2142020-09-19T13:16:10  *** arowser has quit IRC
2152020-09-19T13:16:28  *** arowser has joined #bitcoin-core-dev
2162020-09-19T13:17:08  *** arowser has quit IRC
2172020-09-19T13:17:28  *** arowser has joined #bitcoin-core-dev
2182020-09-19T13:50:06  *** arowser has quit IRC
2192020-09-19T13:50:25  *** arowser has joined #bitcoin-core-dev
2202020-09-19T14:16:38  *** tralfaz is now known as davterra
2212020-09-19T14:27:05  *** arowser has quit IRC
2222020-09-19T14:27:25  *** arowser has joined #bitcoin-core-dev
2232020-09-19T14:33:35  *** Guyver2_ has joined #bitcoin-core-dev
2242020-09-19T14:36:13  *** Guyver2 has quit IRC
2252020-09-19T15:00:01  *** Clouclou has quit IRC
2262020-09-19T15:02:05  *** arowser has quit IRC
2272020-09-19T15:02:23  *** arowser has joined #bitcoin-core-dev
2282020-09-19T15:18:36  *** Guyver2__ has joined #bitcoin-core-dev
2292020-09-19T15:21:13  *** Guyver2_ has quit IRC
2302020-09-19T15:24:50  *** jonatack has joined #bitcoin-core-dev
2312020-09-19T15:27:07  *** justanotheruser has joined #bitcoin-core-dev
2322020-09-19T15:31:33  <jnewbery> Perhaps ryanofsky, aj and hebasto could get together and figure out which is the best way? They seem to care about this more than other people and I think other reviewers are probably going to be disinclined to weigh in or review 4 different PRs.
2332020-09-19T15:43:14  *** bitcoin-git has joined #bitcoin-core-dev
2342020-09-19T15:43:14  <bitcoin-git> [bitcoin] prayank23 closed pull request #19945: Remove connect_nodes global and Replace connect_nodes(self.nodes[a], b) with self.connect_nodes(a, b) (master...master) https://github.com/bitcoin/bitcoin/pull/19945
2352020-09-19T15:43:15  *** bitcoin-git has left #bitcoin-core-dev
2362020-09-19T15:56:53  *** SteveMcIntyre has joined #bitcoin-core-dev
2372020-09-19T16:00:08  *** TheFuzzStone[m] has quit IRC
2382020-09-19T16:09:26  *** Highway62 has joined #bitcoin-core-dev
2392020-09-19T16:11:24  *** Highway61 has quit IRC
2402020-09-19T16:11:24  *** Highway62 is now known as Highway61
2412020-09-19T16:31:02  *** Highway62 has joined #bitcoin-core-dev
2422020-09-19T16:32:23  *** Highway61 has quit IRC
2432020-09-19T16:32:23  *** Highway62 is now known as Highway61
2442020-09-19T16:40:45  *** mrostecki has joined #bitcoin-core-dev
2452020-09-19T16:54:43  *** Highway62 has joined #bitcoin-core-dev
2462020-09-19T16:57:00  *** Highway61 has quit IRC
2472020-09-19T16:57:00  *** Highway62 is now known as Highway61
2482020-09-19T17:06:55  *** jonatack has quit IRC
2492020-09-19T17:11:07  *** jonatack has joined #bitcoin-core-dev
2502020-09-19T17:52:39  *** vasild has quit IRC
2512020-09-19T17:52:51  *** vasild has joined #bitcoin-core-dev
2522020-09-19T18:00:02  *** SteveMcIntyre has quit IRC
2532020-09-19T18:22:09  *** chaosagent has joined #bitcoin-core-dev
2542020-09-19T18:31:40  *** davterra has quit IRC
2552020-09-19T18:33:54  *** owowo has quit IRC
2562020-09-19T18:38:23  *** owowo has joined #bitcoin-core-dev
2572020-09-19T18:49:19  *** dgenr8 has quit IRC
2582020-09-19T20:31:24  *** Guyver2__ has quit IRC
2592020-09-19T20:59:55  *** nsh has quit IRC
2602020-09-19T21:00:01  *** chaosagent has quit IRC
2612020-09-19T21:00:07  *** ensign has quit IRC
2622020-09-19T21:12:07  *** promag has joined #bitcoin-core-dev
2632020-09-19T21:21:50  *** beaups has joined #bitcoin-core-dev
2642020-09-19T21:24:51  *** luke-jr has quit IRC
2652020-09-19T21:25:10  *** luke-jr has joined #bitcoin-core-dev
2662020-09-19T21:33:01  *** nsh has joined #bitcoin-core-dev
2672020-09-19T21:40:22  *** ensign has joined #bitcoin-core-dev
2682020-09-19T22:00:07  *** jb55 has quit IRC
2692020-09-19T22:00:49  *** jb55 has joined #bitcoin-core-dev
2702020-09-19T22:01:19  *** jb55 has joined #bitcoin-core-dev
2712020-09-19T22:10:03  *** vasild has quit IRC
2722020-09-19T22:17:17  *** vasild has joined #bitcoin-core-dev
2732020-09-19T22:47:35  *** Talkless has quit IRC
2742020-09-19T23:04:40  *** bitcoin-git has joined #bitcoin-core-dev
2752020-09-19T23:04:40  <bitcoin-git> [bitcoin] promag opened pull request #19980: 2020 09 wallet cleanups (master...2020-09-wallet-cleanups) https://github.com/bitcoin/bitcoin/pull/19980
2762020-09-19T23:04:41  *** bitcoin-git has left #bitcoin-core-dev
2772020-09-19T23:09:17  *** justanotheruser has quit IRC
2782020-09-19T23:15:21  *** TheRec has quit IRC
2792020-09-19T23:30:01  *** TheRec has joined #bitcoin-core-dev
2802020-09-19T23:30:01  *** TheRec has joined #bitcoin-core-dev
2812020-09-19T23:53:45  *** justanotheruser has joined #bitcoin-core-dev