12020-09-16T00:00:02  *** dgilmore1 has quit IRC
  22020-09-16T00:04:45  *** kristapsk___ has joined #bitcoin-core-dev
  32020-09-16T00:05:00  *** kristapsk_ has quit IRC
  42020-09-16T00:07:04  *** AaronvanW has quit IRC
  52020-09-16T00:08:00  *** melande1 has quit IRC
  62020-09-16T00:08:23  *** melande1 has joined #bitcoin-core-dev
  72020-09-16T00:12:31  *** davec has joined #bitcoin-core-dev
  82020-09-16T00:13:09  *** melande1 has quit IRC
  92020-09-16T00:13:28  *** melande1 has joined #bitcoin-core-dev
 102020-09-16T00:32:49  *** jb551 has quit IRC
 112020-09-16T00:33:18  *** jb551 has joined #bitcoin-core-dev
 122020-09-16T00:36:23  *** jb551 is now known as jb55
 132020-09-16T00:36:24  *** jaybny has quit IRC
 142020-09-16T00:37:16  *** jaybny has joined #bitcoin-core-dev
 152020-09-16T00:52:21  *** davec has quit IRC
 162020-09-16T00:58:12  *** rhauch has joined #bitcoin-core-dev
 172020-09-16T01:01:41  *** jb55 has quit IRC
 182020-09-16T01:02:09  *** jb55 has joined #bitcoin-core-dev
 192020-09-16T01:14:38  *** davec has joined #bitcoin-core-dev
 202020-09-16T01:15:05  *** achow101 has quit IRC
 212020-09-16T01:15:29  *** achow101 has joined #bitcoin-core-dev
 222020-09-16T01:23:53  *** AaronvanW has joined #bitcoin-core-dev
 232020-09-16T01:26:00  *** melande1 has quit IRC
 242020-09-16T01:26:22  *** melande1 has joined #bitcoin-core-dev
 252020-09-16T01:26:51  *** shesek has joined #bitcoin-core-dev
 262020-09-16T01:26:59  *** melande1 has quit IRC
 272020-09-16T01:27:24  *** melande1 has joined #bitcoin-core-dev
 282020-09-16T01:28:10  *** manj-gnome has joined #bitcoin-core-dev
 292020-09-16T01:36:27  *** manj-gnome has quit IRC
 302020-09-16T01:37:07  *** vadorovsky__ has joined #bitcoin-core-dev
 312020-09-16T01:38:16  *** mrostecki_ has quit IRC
 322020-09-16T01:45:59  *** mol_ has joined #bitcoin-core-dev
 332020-09-16T01:47:55  *** mol has quit IRC
 342020-09-16T01:48:59  *** davec has quit IRC
 352020-09-16T01:50:12  *** rc_423 has quit IRC
 362020-09-16T01:53:00  *** EagleTM has quit IRC
 372020-09-16T01:53:09  *** Eagle[TM] has joined #bitcoin-core-dev
 382020-09-16T01:55:03  *** AaronvanW has quit IRC
 392020-09-16T01:57:28  <midnight> It appears that one can specify multiple -externalip= -- for example, to specify multiple tor HS addresses, as it's a std::map and the access element [] operator creates a new entry if one does not exist; Is this the case? The logic is splayed out a bit.
 402020-09-16T01:58:35  <midnight> (Asking because I think adding torv3 addresses to my nodes would be more palatable if I can retain my (ancient, mined) v2 addresses still.
 412020-09-16T01:58:59  <sipa> won't be useful until they can be rumoured using BIP155
 422020-09-16T02:00:17  * luke-jr assumes midnight means after it's merged :p
 432020-09-16T02:00:30  <midnight> Ah, of course.
 442020-09-16T02:00:45  <luke-jr> or even testing
 452020-09-16T02:01:20  <midnight> luke-jr: After what's merged, BIP155?
 462020-09-16T02:02:13  <sipa> #19031
 472020-09-16T02:02:21  <gribble> https://github.com/bitcoin/bitcoin/issues/19031 | Implement ADDRv2 support (part of BIP155) by vasild · Pull Request #19031 · bitcoin/bitcoin · GitHub
 482020-09-16T02:02:23  <sipa> (and dependencies)
 492020-09-16T02:03:03  *** melande1 has quit IRC
 502020-09-16T02:03:24  *** melande1 has joined #bitcoin-core-dev
 512020-09-16T02:04:53  *** jaybny has quit IRC
 522020-09-16T02:05:04  *** spinza has quit IRC
 532020-09-16T02:05:55  <midnight> Ah, I see #18884 as the meta-issue for torv3 support. Hah, wumpus you madman you.
 542020-09-16T02:05:55  <gribble> https://github.com/bitcoin/bitcoin/issues/18884 | Tor v3 support · Issue #18884 · bitcoin/bitcoin · GitHub
 552020-09-16T02:06:00  *** melande1 has quit IRC
 562020-09-16T02:06:32  *** melande1 has joined #bitcoin-core-dev
 572020-09-16T02:07:09  <sipa> midnight: with #19845 you can make torv3 connections already using -connect and -addnode etc; for rumouring more is needed
 582020-09-16T02:07:11  <gribble> https://github.com/bitcoin/bitcoin/issues/19845 | net: CNetAddr: add support to (un)serialize as ADDRv2 by vasild · Pull Request #19845 · bitcoin/bitcoin · GitHub
 592020-09-16T02:08:01  *** rh0nj has quit IRC
 602020-09-16T02:08:12  <midnight> sipa: I like these changes. +1 vasild <3
 612020-09-16T02:09:08  *** rh0nj has joined #bitcoin-core-dev
 622020-09-16T02:11:07  <sipa> midnight: also, yes, you can set multiple local addresses with -externalip; the one that will be rumoured to peer X is the most compatible one (using some heuristics; if there are multiple ones, the one which we've seen the most incoming connections to)
 632020-09-16T02:12:57  *** davec has joined #bitcoin-core-dev
 642020-09-16T02:17:33  <midnight> I saw that logic too. I failed to verify on top of that that rumouring would include a torv3. I'm okay with it in either event. Yeh, I like these changes going in. Neat stuff.
 652020-09-16T02:19:57  *** justanotheruser has quit IRC
 662020-09-16T02:30:57  *** spinza has joined #bitcoin-core-dev
 672020-09-16T02:46:37  *** davec has quit IRC
 682020-09-16T02:47:41  *** jaybny has joined #bitcoin-core-dev
 692020-09-16T02:59:01  *** jaybny has quit IRC
 702020-09-16T02:59:36  *** jaybny has joined #bitcoin-core-dev
 712020-09-16T03:00:01  *** rhauch has quit IRC
 722020-09-16T03:05:00  *** melande1 has quit IRC
 732020-09-16T03:05:25  *** melande1 has joined #bitcoin-core-dev
 742020-09-16T03:09:10  *** davec has joined #bitcoin-core-dev
 752020-09-16T03:20:00  *** melande1 has quit IRC
 762020-09-16T03:20:24  *** melande1 has joined #bitcoin-core-dev
 772020-09-16T03:20:53  *** melande1 has quit IRC
 782020-09-16T03:21:14  *** melande1 has joined #bitcoin-core-dev
 792020-09-16T03:22:16  *** hmachado has joined #bitcoin-core-dev
 802020-09-16T03:31:41  *** arowser has joined #bitcoin-core-dev
 812020-09-16T03:44:23  *** davterra has quit IRC
 822020-09-16T03:51:25  *** AaronvanW has joined #bitcoin-core-dev
 832020-09-16T03:54:30  *** davterra has joined #bitcoin-core-dev
 842020-09-16T03:56:57  *** mol has joined #bitcoin-core-dev
 852020-09-16T03:59:25  *** mol_ has quit IRC
 862020-09-16T04:05:08  *** melande1 has quit IRC
 872020-09-16T04:05:24  *** melande1 has joined #bitcoin-core-dev
 882020-09-16T04:08:52  *** jaybny has quit IRC
 892020-09-16T04:09:43  *** davterra has quit IRC
 902020-09-16T04:20:55  *** jaybny has joined #bitcoin-core-dev
 912020-09-16T04:23:04  *** arowser has quit IRC
 922020-09-16T04:23:24  *** arowser has joined #bitcoin-core-dev
 932020-09-16T04:25:00  *** melande1 has quit IRC
 942020-09-16T04:25:14  *** AaronvanW has quit IRC
 952020-09-16T04:25:22  *** melande1 has joined #bitcoin-core-dev
 962020-09-16T04:29:05  *** arowser has quit IRC
 972020-09-16T04:29:24  *** arowser has joined #bitcoin-core-dev
 982020-09-16T04:32:09  *** jaybny has quit IRC
 992020-09-16T05:09:04  *** kexkey has quit IRC
1002020-09-16T05:12:00  *** melande1 has quit IRC
1012020-09-16T05:12:23  *** melande1 has joined #bitcoin-core-dev
1022020-09-16T05:14:32  *** jaybny has joined #bitcoin-core-dev
1032020-09-16T05:15:05  *** arowser has quit IRC
1042020-09-16T05:15:24  *** arowser has joined #bitcoin-core-dev
1052020-09-16T05:17:27  *** hmachado has quit IRC
1062020-09-16T05:20:37  *** jaybny has quit IRC
1072020-09-16T05:25:05  *** arowser has quit IRC
1082020-09-16T05:25:24  *** arowser has joined #bitcoin-core-dev
1092020-09-16T05:27:01  *** melande1 has quit IRC
1102020-09-16T05:27:22  *** melande1 has joined #bitcoin-core-dev
1112020-09-16T05:31:09  *** gnomus has joined #bitcoin-core-dev
1122020-09-16T05:34:18  *** MrPaz has quit IRC
1132020-09-16T05:45:58  *** jaybny has joined #bitcoin-core-dev
1142020-09-16T05:47:09  *** jonatack has quit IRC
1152020-09-16T05:54:00  *** EagleTM has joined #bitcoin-core-dev
1162020-09-16T05:56:11  *** aaron73 has joined #bitcoin-core-dev
1172020-09-16T05:56:24  *** Eagle[TM] has quit IRC
1182020-09-16T05:56:40  *** Eagle[TM] has joined #bitcoin-core-dev
1192020-09-16T05:58:05  *** aaron73 has quit IRC
1202020-09-16T05:58:53  *** EagleTM has quit IRC
1212020-09-16T05:58:57  *** jaybny has quit IRC
1222020-09-16T06:00:00  *** Guyver2 has joined #bitcoin-core-dev
1232020-09-16T06:00:01  *** gnomus has quit IRC
1242020-09-16T06:00:45  *** jaybny has joined #bitcoin-core-dev
1252020-09-16T06:04:45  *** baldur has quit IRC
1262020-09-16T06:09:00  *** melande1 has quit IRC
1272020-09-16T06:09:24  *** melande1 has joined #bitcoin-core-dev
1282020-09-16T06:15:47  *** tryphe has quit IRC
1292020-09-16T06:16:35  *** tryphe has joined #bitcoin-core-dev
1302020-09-16T06:17:20  *** baldur has joined #bitcoin-core-dev
1312020-09-16T06:21:56  *** AaronvanW has joined #bitcoin-core-dev
1322020-09-16T06:21:59  *** kir has joined #bitcoin-core-dev
1332020-09-16T06:28:52  *** jonatack has joined #bitcoin-core-dev
1342020-09-16T06:29:33  *** jonatack has quit IRC
1352020-09-16T06:32:01  *** melande1 has quit IRC
1362020-09-16T06:32:06  *** arowser has quit IRC
1372020-09-16T06:32:23  *** melande1 has joined #bitcoin-core-dev
1382020-09-16T06:32:25  *** arowser has joined #bitcoin-core-dev
1392020-09-16T06:35:21  <tryphe> has anyone taken a look at #19598? i think i kind of understand what he's saying and it looks important
1402020-09-16T06:35:22  <gribble> https://github.com/bitcoin/bitcoin/issues/19598 | CVE-2012-2459, possible code and performance improvement · Issue #19598 · bitcoin/bitcoin · GitHub
1412020-09-16T06:35:42  *** jonatack has joined #bitcoin-core-dev
1422020-09-16T06:36:39  *** andreacab has joined #bitcoin-core-dev
1432020-09-16T06:36:47  *** Guyver2_ has joined #bitcoin-core-dev
1442020-09-16T06:39:28  *** Guyver2 has quit IRC
1452020-09-16T06:40:25  *** belcher_ has joined #bitcoin-core-dev
1462020-09-16T06:40:44  <sipa> tryphe: i don't think it matters; the cost of the current check is negligable
1472020-09-16T06:40:58  <sipa> compared to merkle tree hashing
1482020-09-16T06:41:03  *** davterra has joined #bitcoin-core-dev
1492020-09-16T06:43:12  *** belcher has quit IRC
1502020-09-16T06:43:19  *** andreacab has quit IRC
1512020-09-16T06:44:05  <sipa> i do think he's right though about an O(log n) solution being possible
1522020-09-16T06:44:48  <tryphe> sipa, gotcha, thanks!
1532020-09-16T06:46:08  <tryphe> sipa, i had a slight interpretation that he was saying there was something wrong with the way the boolean is modified during the loop but maybe it was a misunderstanding
1542020-09-16T06:50:06  *** arowser has quit IRC
1552020-09-16T06:50:20  *** EagleTM has joined #bitcoin-core-dev
1562020-09-16T06:50:25  *** arowser has joined #bitcoin-core-dev
1572020-09-16T06:52:07  *** Eagle[TM] has quit IRC
1582020-09-16T06:54:46  *** EagleTM has quit IRC
1592020-09-16T06:56:05  *** AaronvanW has quit IRC
1602020-09-16T06:57:09  <sipa> tryphe: no, i think he just finds it ugly that the merkle computation and malleability check are in one function
1612020-09-16T07:09:39  <tryphe> sipa, ahh, makes sense :)
1622020-09-16T07:10:45  <tryphe> it was a bit hard to grok for me, just seemed a bit concerning, thanks for the look!
1632020-09-16T07:13:06  *** marcoagner has joined #bitcoin-core-dev
1642020-09-16T07:14:07  *** arowser has quit IRC
1652020-09-16T07:14:26  *** arowser has joined #bitcoin-core-dev
1662020-09-16T07:15:00  *** melande1 has quit IRC
1672020-09-16T07:15:15  <tryphe> sipa, to be fair your fourth bullet point makes a lot more sense than the original post :D
1682020-09-16T07:15:25  *** melande1 has joined #bitcoin-core-dev
1692020-09-16T07:22:20  *** bitcoin-git has joined #bitcoin-core-dev
1702020-09-16T07:22:20  <bitcoin-git> [bitcoin] jonatack opened pull request #19961: doc: tor.md updates (master...update-tor-md) https://github.com/bitcoin/bitcoin/pull/19961
1712020-09-16T07:22:21  *** bitcoin-git has left #bitcoin-core-dev
1722020-09-16T07:28:06  *** melande1 has quit IRC
1732020-09-16T07:28:24  *** melande1 has joined #bitcoin-core-dev
1742020-09-16T07:41:19  *** AaronvanW has joined #bitcoin-core-dev
1752020-09-16T07:42:41  *** EagleTM has joined #bitcoin-core-dev
1762020-09-16T08:07:04  *** midnight has quit IRC
1772020-09-16T08:08:46  *** braydonf has quit IRC
1782020-09-16T08:09:38  *** braydonf has joined #bitcoin-core-dev
1792020-09-16T08:11:35  *** midnight has joined #bitcoin-core-dev
1802020-09-16T08:22:15  *** braydonf has quit IRC
1812020-09-16T08:22:37  *** braydonf has joined #bitcoin-core-dev
1822020-09-16T08:25:01  *** melande1 has quit IRC
1832020-09-16T08:25:22  *** melande1 has joined #bitcoin-core-dev
1842020-09-16T08:30:39  *** vincenzopalazzo has joined #bitcoin-core-dev
1852020-09-16T08:36:46  *** EagleTM has quit IRC
1862020-09-16T08:45:00  *** melande1 has quit IRC
1872020-09-16T08:45:22  *** melande1 has joined #bitcoin-core-dev
1882020-09-16T09:00:02  *** kir has quit IRC
1892020-09-16T09:02:06  *** mol has quit IRC
1902020-09-16T09:04:04  *** melande1 has quit IRC
1912020-09-16T09:07:06  *** arowser has quit IRC
1922020-09-16T09:07:25  *** arowser has joined #bitcoin-core-dev
1932020-09-16T09:08:49  *** melande1 has joined #bitcoin-core-dev
1942020-09-16T09:10:43  *** Guyver2_ has quit IRC
1952020-09-16T09:20:54  *** AaronvanW has quit IRC
1962020-09-16T09:21:55  *** bitcoin-git has joined #bitcoin-core-dev
1972020-09-16T09:21:55  <bitcoin-git> [bitcoin] jnewbery closed pull request #17479: Return BlockValidationState from ProcessNewBlock if CheckBlock/AcceptBlock fails (master...2019-11-processnewblock-early-return) https://github.com/bitcoin/bitcoin/pull/17479
1982020-09-16T09:21:56  *** bitcoin-git has left #bitcoin-core-dev
1992020-09-16T09:23:00  *** melande1 has quit IRC
2002020-09-16T09:23:26  *** melande1 has joined #bitcoin-core-dev
2012020-09-16T09:24:44  *** braydonf has quit IRC
2022020-09-16T09:24:44  *** yanmaani has quit IRC
2032020-09-16T09:25:08  *** braydonf has joined #bitcoin-core-dev
2042020-09-16T09:25:24  *** yanmaani has joined #bitcoin-core-dev
2052020-09-16T09:36:06  *** arowser has quit IRC
2062020-09-16T09:36:25  *** arowser has joined #bitcoin-core-dev
2072020-09-16T09:46:09  *** jb55 has quit IRC
2082020-09-16T09:46:35  *** jb55 has joined #bitcoin-core-dev
2092020-09-16T09:52:27  *** AaronvanW has joined #bitcoin-core-dev
2102020-09-16T09:55:21  *** davidfg41 has joined #bitcoin-core-dev
2112020-09-16T10:00:04  *** AaronvanW has quit IRC
2122020-09-16T10:00:46  *** Kiminuo has joined #bitcoin-core-dev
2132020-09-16T10:02:37  *** EagleTM has joined #bitcoin-core-dev
2142020-09-16T10:07:11  *** S3RK has joined #bitcoin-core-dev
2152020-09-16T10:08:05  *** melande1 has quit IRC
2162020-09-16T10:08:24  *** melande1 has joined #bitcoin-core-dev
2172020-09-16T10:09:43  *** vasild has quit IRC
2182020-09-16T10:12:14  *** Inaltoasinistra has joined #bitcoin-core-dev
2192020-09-16T10:13:01  *** Inaltoasinistra has quit IRC
2202020-09-16T10:13:53  *** Inaltoasinistra has joined #bitcoin-core-dev
2212020-09-16T10:15:07  <Kiminuo> Hi, I have opened https://github.com/bitcoin/bitcoin/pull/19245 PR (C++17 filesystem API) that fails with https://travis-ci.org/github/bitcoin/bitcoin/jobs/723555598#L3210. I can reproduce the error on Ubuntu 18.04 virtual machine. There is a hint here https://www.bfilipek.com/2019/05/boost-to-stdfs.html that `-lstdc++fs` may help to resolve the issue. Would anyone be kind enough to help me locate proper place to pass that to verify whether it has
2222020-09-16T10:15:07  <Kiminuo> some effect or not?
2232020-09-16T10:15:49  *** Inaltoasinistra has quit IRC
2242020-09-16T10:16:04  <Kiminuo> Command to reproduce the "./fs.h:14:10: fatal error: filesystem: No such file or directory" error is: `~/work/bitcoin$ ./autogen.sh && ./configure --enable-zmq --with-gui=qt5 --enable-glibc-back-compat --enable-reduce-exports --enable-c++17 --enable-debug CFLAGS="-g0 -O2 -funsigned-char" CXXFLAGS="-g0 -O2 -funsigned-char" --with-boost-process && make`
2252020-09-16T10:16:45  *** vasild has joined #bitcoin-core-dev
2262020-09-16T10:17:16  <Kiminuo> The goal is just to verify whether `-lstdc++fs` has an effect or not to document it and thus move the PR an inch forward.
2272020-09-16T10:17:17  *** da39a3ee5e6b4b0d has joined #bitcoin-core-dev
2282020-09-16T10:17:56  <Kiminuo> wumpus, ^ friendly ping
2292020-09-16T10:18:37  *** Cindy69Terry has joined #bitcoin-core-dev
2302020-09-16T10:22:53  *** owowo has quit IRC
2312020-09-16T10:23:26  *** jonatack has quit IRC
2322020-09-16T10:29:01  *** melande1 has quit IRC
2332020-09-16T10:29:28  *** melande1 has joined #bitcoin-core-dev
2342020-09-16T10:30:58  *** worc3131 has quit IRC
2352020-09-16T10:31:11  <provoostenator>  Not sure if this was brought up, but the GUI repo is lagging by about a week.
2362020-09-16T10:32:29  <provoostenator> Which causes PR's to have a whole bunch of old commits in them (at least when they're rebased on the main repo's master, which is what I do)
2372020-09-16T10:41:59  *** Cindy69Terry has quit IRC
2382020-09-16T10:44:07  *** melande1 has quit IRC
2392020-09-16T10:44:19  *** AaronvanW has joined #bitcoin-core-dev
2402020-09-16T10:44:29  *** melande1 has joined #bitcoin-core-dev
2412020-09-16T10:44:37  *** melande1 is now known as melande
2422020-09-16T10:51:45  *** demonyea has joined #bitcoin-core-dev
2432020-09-16T10:52:14  <vasild> Wrt the next bip155/torv3 PR, assuming #19845 gets merged - #19031 has two more commits "net: CAddress & CAddrMan: (un)serialize as ADDRv2" (+193/-15) and "net: advertise support for ADDRv2 via new message" (+129/-8). Then we will have done BIP155 - will gossip torv3/i2p/cjdns addresses if we receive them (even though we may not be able to make use of them yet). After that we need one more change
2442020-09-16T10:52:17  <gribble> https://github.com/bitcoin/bitcoin/issues/19845 | net: CNetAddr: add support to (un)serialize as ADDRv2 by vasild · Pull Request #19845 · bitcoin/bitcoin · GitHub
2452020-09-16T10:52:19  <gribble> https://github.com/bitcoin/bitcoin/issues/19031 | Implement ADDRv2 support (part of BIP155) by vasild · Pull Request #19031 · bitcoin/bitcoin · GitHub
2462020-09-16T10:52:19  <vasild> to create torv3 hidden service instead of torv2 one, which is the topmost commit in #19954 (+27/-6). This will conclude TORv3 support. I plan (planned) to open 3 PRs for those to ease reviews (one for each commit). However I noticed that it takes lots of time after a PR is opened for reviewers to start looking at it. Once reviewers are engaged it starts rolling (either big or small). So I wonder
2472020-09-16T10:52:22  <gribble> https://github.com/bitcoin/bitcoin/issues/19954 | tor: make a TORv3 hidden service instead of TORv2 by vasild · Pull Request #19954 · bitcoin/bitcoin · GitHub
2482020-09-16T10:52:26  <vasild> if I shouldn't open one PR with the 3 commits. That would be +349/-29 diff.
2492020-09-16T10:53:23  *** demonyea has quit IRC
2502020-09-16T10:53:50  <vasild> What are reviewers' preferences? jonatack, wumpus, sipa?
2512020-09-16T10:59:11  <provoostenator> vasild: I'll try to take a look at some of these ADDRv2 & Tor PR's today
2522020-09-16T10:59:26  <vasild> That would be excellent!
2532020-09-16T10:59:51  <vasild> provoostenator: the current one for review is at https://github.com/bitcoin/bitcoin/pull/19845
2542020-09-16T11:00:14  <vasild> above I am talking about what to do next, after it get merged
2552020-09-16T11:01:32  *** andreacab has joined #bitcoin-core-dev
2562020-09-16T11:03:39  *** adiabat has quit IRC
2572020-09-16T11:03:41  <provoostenator> I know, but I'll have to review some of it in order to develop such opinion :-)
2582020-09-16T11:04:49  *** adiabat has joined #bitcoin-core-dev
2592020-09-16T11:04:57  *** mol has joined #bitcoin-core-dev
2602020-09-16T11:07:06  *** melande has quit IRC
2612020-09-16T11:07:23  *** melande has joined #bitcoin-core-dev
2622020-09-16T11:07:45  *** S3RK has quit IRC
2632020-09-16T11:10:23  *** S3RK has joined #bitcoin-core-dev
2642020-09-16T11:11:35  <vasild> :-)
2652020-09-16T11:13:47  <gleb> Developer notes in 0.20 say: "`-whitelistforcerelay` configuration parameter has been removed". I think this is an inaccurate description of what happened in the PR #17985.
2662020-09-16T11:13:59  <gribble> https://github.com/bitcoin/bitcoin/issues/17985 | net: Remove forcerelay of rejected txs by MarcoFalke · Pull Request #17985 · bitcoin/bitcoin · GitHub
2672020-09-16T11:14:09  <gleb> It's a little confusing because the parameter still seems to exist and work. Do we want to do something about it?
2682020-09-16T11:15:21  *** DeanWeen has joined #bitcoin-core-dev
2692020-09-16T11:17:00  *** melande has quit IRC
2702020-09-16T11:17:02  *** AaronvanW has quit IRC
2712020-09-16T11:17:23  *** Dean_Guss has quit IRC
2722020-09-16T11:17:24  *** melande has joined #bitcoin-core-dev
2732020-09-16T11:18:35  *** S3RK has quit IRC
2742020-09-16T11:19:02  *** S3RK has joined #bitcoin-core-dev
2752020-09-16T11:19:33  *** S3RK has joined #bitcoin-core-dev
2762020-09-16T11:26:05  *** S3RK has quit IRC
2772020-09-16T11:26:33  *** S3RK has joined #bitcoin-core-dev
2782020-09-16T11:27:50  *** luke-jr has quit IRC
2792020-09-16T11:30:44  *** luke-jr has joined #bitcoin-core-dev
2802020-09-16T11:34:45  *** andreacab has quit IRC
2812020-09-16T11:35:13  *** andreacab has joined #bitcoin-core-dev
2822020-09-16T11:36:14  *** S3RK has quit IRC
2832020-09-16T11:36:25  *** S3RK has joined #bitcoin-core-dev
2842020-09-16T11:37:06  *** arowser has quit IRC
2852020-09-16T11:37:21  *** S3RK has quit IRC
2862020-09-16T11:37:23  *** arowser has joined #bitcoin-core-dev
2872020-09-16T11:37:47  *** S3RK has joined #bitcoin-core-dev
2882020-09-16T11:39:30  *** andreacab has quit IRC
2892020-09-16T11:41:37  *** MrPaz has joined #bitcoin-core-dev
2902020-09-16T12:00:02  *** davidfg41 has quit IRC
2912020-09-16T12:08:07  *** Kiminuo has quit IRC
2922020-09-16T12:11:23  *** yanmaani has quit IRC
2932020-09-16T12:13:59  *** opsec_x12 has quit IRC
2942020-09-16T12:15:00  *** melande has quit IRC
2952020-09-16T12:15:24  *** melande has joined #bitcoin-core-dev
2962020-09-16T12:17:19  *** Kiminuo has joined #bitcoin-core-dev
2972020-09-16T12:18:06  *** yanmaani has joined #bitcoin-core-dev
2982020-09-16T12:20:24  <fjahr> I think #9275 can be closed since -zapwallettxes was removed.
2992020-09-16T12:20:26  <gribble> https://github.com/bitcoin/bitcoin/issues/9275 | ZapWalletTxes should backup the wallet · Issue #9275 · bitcoin/bitcoin · GitHub
3002020-09-16T12:21:59  *** kaimi1 has joined #bitcoin-core-dev
3012020-09-16T12:24:03  *** melande has quit IRC
3022020-09-16T12:24:12  *** bitcoin-git has joined #bitcoin-core-dev
3032020-09-16T12:24:12  <bitcoin-git> [bitcoin] tnawanna opened pull request #19962: 0.19 (master...0.19) https://github.com/bitcoin/bitcoin/pull/19962
3042020-09-16T12:24:13  *** bitcoin-git has left #bitcoin-core-dev
3052020-09-16T12:24:23  *** melande has joined #bitcoin-core-dev
3062020-09-16T12:35:32  *** worc3131 has joined #bitcoin-core-dev
3072020-09-16T12:41:31  *** bitcoin-git has joined #bitcoin-core-dev
3082020-09-16T12:41:31  <bitcoin-git> [bitcoin] fanquake closed pull request #19962: 0.19 (master...0.19) https://github.com/bitcoin/bitcoin/pull/19962
3092020-09-16T12:41:33  *** bitcoin-git has left #bitcoin-core-dev
3102020-09-16T12:41:51  *** bitcoin-git has joined #bitcoin-core-dev
3112020-09-16T12:41:51  <bitcoin-git> [bitcoin] fanquake deleted 0 commit to 0.19: https://github.com/bitcoin/bitcoin/compare/aee9d2306ad1...000000000000
3122020-09-16T12:41:52  *** bitcoin-git has left #bitcoin-core-dev
3132020-09-16T12:42:03  *** tryphe_ has joined #bitcoin-core-dev
3142020-09-16T12:43:05  *** tryphe has quit IRC
3152020-09-16T12:45:31  *** bitcoin-git has joined #bitcoin-core-dev
3162020-09-16T12:45:34  <bitcoin-git> [bitcoin] fanquake pushed 112 commits to 0.19: https://github.com/bitcoin/bitcoin/compare/57eb126416ff^...aee9d2306ad1
3172020-09-16T12:45:34  <bitcoin-git> bitcoin/0.19 57eb126 Wladimir J. van der Laan: build: Bump version to 0.19.0
3182020-09-16T12:45:36  <bitcoin-git> bitcoin/0.19 76ec335 Wladimir J. van der Laan: qt: Translations update pre-rc1
3192020-09-16T12:45:37  <bitcoin-git> bitcoin/0.19 9fdaaec Wladimir J. van der Laan: Don't rename main thread at process level
3202020-09-16T12:45:39  *** bitcoin-git has left #bitcoin-core-dev
3212020-09-16T12:48:53  <luke-jr> fanquake: O.o?
3222020-09-16T12:49:14  <luke-jr> fjahr: zapwallettxes remains in supported versions
3232020-09-16T12:49:48  <fanquake> luke-jr: Misclicked and GH deleted the 0.19 branch. Have restored it via the UI. Let me know if you see any issues.
3242020-09-16T12:50:01  <luke-jr> :|
3252020-09-16T12:50:34  <fjahr> luke-jr: but I guess we won't add features to it anymore?
3262020-09-16T12:51:34  <luke-jr> fjahr: debatable if that's a feature or bugfix
3272020-09-16T12:51:55  *** EagleTM has quit IRC
3282020-09-16T13:02:51  *** bitcoin-git has joined #bitcoin-core-dev
3292020-09-16T13:02:51  <bitcoin-git> [bitcoin] t-bast opened pull request #19963: Clarify blocksonly whitelistforcerelay test (master...clarify-whitelist-force-relay-test) https://github.com/bitcoin/bitcoin/pull/19963
3302020-09-16T13:02:52  *** bitcoin-git has left #bitcoin-core-dev
3312020-09-16T13:03:00  *** melande has quit IRC
3322020-09-16T13:03:25  *** melande has joined #bitcoin-core-dev
3332020-09-16T13:07:47  *** jonatack has joined #bitcoin-core-dev
3342020-09-16T13:08:31  *** justanotheruser has joined #bitcoin-core-dev
3352020-09-16T13:10:07  *** arowser has quit IRC
3362020-09-16T13:10:25  *** arowser has joined #bitcoin-core-dev
3372020-09-16T13:11:08  *** arowser has quit IRC
3382020-09-16T13:11:11  *** melande has quit IRC
3392020-09-16T13:11:27  *** arowser has joined #bitcoin-core-dev
3402020-09-16T13:11:37  *** melande has joined #bitcoin-core-dev
3412020-09-16T13:12:07  *** arowser has quit IRC
3422020-09-16T13:12:25  *** arowser has joined #bitcoin-core-dev
3432020-09-16T13:13:08  *** arowser has quit IRC
3442020-09-16T13:13:27  *** arowser has joined #bitcoin-core-dev
3452020-09-16T13:13:57  *** AaronvanW has joined #bitcoin-core-dev
3462020-09-16T13:14:07  *** arowser has quit IRC
3472020-09-16T13:14:26  *** arowser has joined #bitcoin-core-dev
3482020-09-16T13:15:07  *** arowser has quit IRC
3492020-09-16T13:15:25  *** arowser has joined #bitcoin-core-dev
3502020-09-16T13:16:01  *** melande has quit IRC
3512020-09-16T13:16:09  *** arowser has quit IRC
3522020-09-16T13:16:22  *** melande has joined #bitcoin-core-dev
3532020-09-16T13:16:27  *** arowser has joined #bitcoin-core-dev
3542020-09-16T13:17:08  *** arowser has quit IRC
3552020-09-16T13:17:26  *** arowser has joined #bitcoin-core-dev
3562020-09-16T13:18:07  *** arowser has quit IRC
3572020-09-16T13:18:26  *** arowser has joined #bitcoin-core-dev
3582020-09-16T13:20:29  *** sr_gi has quit IRC
3592020-09-16T13:20:52  *** sr_gi has joined #bitcoin-core-dev
3602020-09-16T13:30:54  *** mdunnio has joined #bitcoin-core-dev
3612020-09-16T13:43:39  *** S3RK has quit IRC
3622020-09-16T13:43:57  *** da39a3ee5e6b4b0d has quit IRC
3632020-09-16T13:44:07  *** S3RK has joined #bitcoin-core-dev
3642020-09-16T13:47:20  *** AaronvanW has quit IRC
3652020-09-16T13:58:10  *** vadorovsky__ has quit IRC
3662020-09-16T13:58:35  *** vadorovsky__ has joined #bitcoin-core-dev
3672020-09-16T14:02:19  *** AaronvanW has joined #bitcoin-core-dev
3682020-09-16T14:05:00  *** melande has quit IRC
3692020-09-16T14:05:28  *** melande has joined #bitcoin-core-dev
3702020-09-16T14:12:08  *** luke-jr has quit IRC
3712020-09-16T14:12:29  *** luke-jr has joined #bitcoin-core-dev
3722020-09-16T14:12:44  *** mdunnio has quit IRC
3732020-09-16T14:13:00  *** mdunnio has joined #bitcoin-core-dev
3742020-09-16T14:15:52  *** shaunsun has joined #bitcoin-core-dev
3752020-09-16T14:16:10  *** melande has quit IRC
3762020-09-16T14:16:31  *** melande has joined #bitcoin-core-dev
3772020-09-16T14:18:06  *** arowser has quit IRC
3782020-09-16T14:18:26  *** arowser has joined #bitcoin-core-dev
3792020-09-16T14:22:34  *** davec has quit IRC
3802020-09-16T14:25:38  *** bitcoin-git has joined #bitcoin-core-dev
3812020-09-16T14:25:38  <bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/1c4f59728c35...a518b1c26b71
3822020-09-16T14:25:39  <bitcoin-git> bitcoin/master e1fdd29 Gregory Sanders: Test batch rpc with params
3832020-09-16T14:25:39  <bitcoin-git> bitcoin/master a518b1c Wladimir J. van der Laan: Merge #19936: Test: batch rpc with params
3842020-09-16T14:25:41  *** bitcoin-git has left #bitcoin-core-dev
3852020-09-16T14:25:58  *** bitcoin-git has joined #bitcoin-core-dev
3862020-09-16T14:25:58  <bitcoin-git> [bitcoin] laanwj merged pull request #19936: Test: batch rpc with params (master...batch_param) https://github.com/bitcoin/bitcoin/pull/19936
3872020-09-16T14:25:59  *** bitcoin-git has left #bitcoin-core-dev
3882020-09-16T14:28:03  *** melande has quit IRC
3892020-09-16T14:28:22  *** melande has joined #bitcoin-core-dev
3902020-09-16T14:31:20  *** bitcoin-git has joined #bitcoin-core-dev
3912020-09-16T14:31:20  <bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/a518b1c26b71...be3af4f31089
3922020-09-16T14:31:21  <bitcoin-git> bitcoin/master fc7f84a practicalswift: tests: Add fuzzing harness for Keccak and SHA3_256
3932020-09-16T14:31:21  <bitcoin-git> bitcoin/master be3af4f Wladimir J. van der Laan: Merge #19934: tests: Add fuzzing harness for Keccak and SHA3_256
3942020-09-16T14:31:23  *** bitcoin-git has left #bitcoin-core-dev
3952020-09-16T14:31:40  *** bitcoin-git has joined #bitcoin-core-dev
3962020-09-16T14:31:40  <bitcoin-git> [bitcoin] laanwj merged pull request #19934: tests: Add fuzzing harness for Keccak and SHA3_256 (master...fuzzers-keccak-and-sha3_256) https://github.com/bitcoin/bitcoin/pull/19934
3972020-09-16T14:31:41  *** bitcoin-git has left #bitcoin-core-dev
3982020-09-16T14:43:30  *** kexkey has joined #bitcoin-core-dev
3992020-09-16T14:48:32  *** tripleslash has joined #bitcoin-core-dev
4002020-09-16T14:53:17  *** S3RK has quit IRC
4012020-09-16T14:53:45  *** S3RK has joined #bitcoin-core-dev
4022020-09-16T14:56:19  *** da39a3ee5e6b4b0d has joined #bitcoin-core-dev
4032020-09-16T14:59:06  *** arowser has quit IRC
4042020-09-16T14:59:25  *** arowser has joined #bitcoin-core-dev
4052020-09-16T14:59:44  *** davec has joined #bitcoin-core-dev
4062020-09-16T15:00:01  *** kaimi1 has quit IRC
4072020-09-16T15:03:54  *** da39a3ee5e6b4b0d has quit IRC
4082020-09-16T15:05:32  *** da39a3ee5e6b4b0d has joined #bitcoin-core-dev
4092020-09-16T15:08:57  *** da39a3ee5e6b4b0d has quit IRC
4102020-09-16T15:13:43  *** davec has quit IRC
4112020-09-16T15:14:00  *** davec has joined #bitcoin-core-dev
4122020-09-16T15:21:00  *** melande has quit IRC
4132020-09-16T15:21:31  *** melande has joined #bitcoin-core-dev
4142020-09-16T15:21:35  *** AIM` has joined #bitcoin-core-dev
4152020-09-16T15:22:03  *** melande has quit IRC
4162020-09-16T15:22:24  *** melande has joined #bitcoin-core-dev
4172020-09-16T15:25:54  *** da39a3ee5e6b4b0d has joined #bitcoin-core-dev
4182020-09-16T15:33:06  *** arowser has quit IRC
4192020-09-16T15:33:14  *** da39a3ee5e6b4b0d has quit IRC
4202020-09-16T15:33:26  *** arowser has joined #bitcoin-core-dev
4212020-09-16T15:41:49  *** Kallie11Quitzon has joined #bitcoin-core-dev
4222020-09-16T15:46:53  *** mol_ has joined #bitcoin-core-dev
4232020-09-16T15:47:51  *** mol has quit IRC
4242020-09-16T15:51:24  *** Kallie11Quitzon has quit IRC
4252020-09-16T15:58:01  *** drew has joined #bitcoin-core-dev
4262020-09-16T16:05:52  *** drew has quit IRC
4272020-09-16T16:10:03  *** braydonf has quit IRC
4282020-09-16T16:12:34  *** jaybny has joined #bitcoin-core-dev
4292020-09-16T16:14:03  *** melande has quit IRC
4302020-09-16T16:14:23  *** AaronvanW has quit IRC
4312020-09-16T16:14:25  *** melande has joined #bitcoin-core-dev
4322020-09-16T16:17:06  *** melande has quit IRC
4332020-09-16T16:17:29  *** melande has joined #bitcoin-core-dev
4342020-09-16T16:21:31  *** Talkless has joined #bitcoin-core-dev
4352020-09-16T16:24:30  *** braydonf has joined #bitcoin-core-dev
4362020-09-16T16:28:27  *** troygiorshev has joined #bitcoin-core-dev
4372020-09-16T16:47:25  <jnewbery> I think #19940 might be ready for merge
4382020-09-16T16:47:28  <gribble> https://github.com/bitcoin/bitcoin/issues/19940 | rpc: Return fee and vsize from testmempoolaccept by gzhao408 · Pull Request #19940 · bitcoin/bitcoin · GitHub
4392020-09-16T16:50:09  *** Chris_Stewart_5 has quit IRC
4402020-09-16T16:52:34  *** owowo has joined #bitcoin-core-dev
4412020-09-16T16:57:06  *** Chris_Stewart_5 has joined #bitcoin-core-dev
4422020-09-16T17:09:43  *** davterra has quit IRC
4432020-09-16T17:11:01  *** melande has quit IRC
4442020-09-16T17:11:23  *** melande has joined #bitcoin-core-dev
4452020-09-16T17:16:11  *** balbirs has quit IRC
4462020-09-16T17:23:35  *** AaronvanW has joined #bitcoin-core-dev
4472020-09-16T17:25:01  *** melande has quit IRC
4482020-09-16T17:25:26  *** melande has joined #bitcoin-core-dev
4492020-09-16T17:38:16  <Kiminuo> fanquake, Hi, would you possibly know how to do that? (see above: "Hi, I have opened https://github.com/bitcoin/bitcoin/pull/19245 PR (C++17 filesystem API) [...]")
4502020-09-16T18:00:02  *** AIM` has quit IRC
4512020-09-16T18:00:48  *** justanotheruser has quit IRC
4522020-09-16T18:05:32  *** Wilfredo23Wunsch has joined #bitcoin-core-dev
4532020-09-16T18:07:44  *** davterra has joined #bitcoin-core-dev
4542020-09-16T18:13:33  *** Wilfredo23Wunsch has quit IRC
4552020-09-16T18:15:05  *** arowser has quit IRC
4562020-09-16T18:15:25  *** arowser has joined #bitcoin-core-dev
4572020-09-16T18:18:06  *** melande has quit IRC
4582020-09-16T18:18:23  *** melande has joined #bitcoin-core-dev
4592020-09-16T18:19:23  *** Chris_Stewart_5 has quit IRC
4602020-09-16T18:20:00  *** melande has quit IRC
4612020-09-16T18:20:25  *** melande has joined #bitcoin-core-dev
4622020-09-16T18:22:10  *** Plasmastar1 has joined #bitcoin-core-dev
4632020-09-16T18:24:02  *** troygiorshev has quit IRC
4642020-09-16T18:30:02  *** Chris_Stewart_5 has joined #bitcoin-core-dev
4652020-09-16T18:32:17  *** Guyver2 has joined #bitcoin-core-dev
4662020-09-16T18:41:06  *** arowser has quit IRC
4672020-09-16T18:41:25  *** arowser has joined #bitcoin-core-dev
4682020-09-16T18:44:08  *** belcher_ has quit IRC
4692020-09-16T19:02:18  *** jaybny has quit IRC
4702020-09-16T19:02:49  *** yanmaani has quit IRC
4712020-09-16T19:03:28  *** yanmaani has joined #bitcoin-core-dev
4722020-09-16T19:07:54  *** sdaftuar_ has joined #bitcoin-core-dev
4732020-09-16T19:10:43  *** sdaftuar has quit IRC
4742020-09-16T19:17:40  *** tralfaz has joined #bitcoin-core-dev
4752020-09-16T19:19:29  *** real_or_random has quit IRC
4762020-09-16T19:19:43  *** davterra has quit IRC
4772020-09-16T19:19:49  *** real_or_random has joined #bitcoin-core-dev
4782020-09-16T19:20:16  *** melande has quit IRC
4792020-09-16T19:20:28  *** melande1 has joined #bitcoin-core-dev
4802020-09-16T19:25:31  *** afk11 has quit IRC
4812020-09-16T19:25:57  *** afk11 has joined #bitcoin-core-dev
4822020-09-16T19:30:52  *** Talkless has quit IRC
4832020-09-16T19:31:57  *** Guest27 has joined #bitcoin-core-dev
4842020-09-16T19:54:11  *** owowo has quit IRC
4852020-09-16T19:59:20  *** owowo has joined #bitcoin-core-dev
4862020-09-16T20:00:06  *** jb55 has quit IRC
4872020-09-16T20:00:35  *** jb55 has joined #bitcoin-core-dev
4882020-09-16T20:00:51  *** arowser has quit IRC
4892020-09-16T20:01:00  *** arowser has joined #bitcoin-core-dev
4902020-09-16T20:05:52  *** mol has joined #bitcoin-core-dev
4912020-09-16T20:06:00  *** melande1 has quit IRC
4922020-09-16T20:06:23  *** melande1 has joined #bitcoin-core-dev
4932020-09-16T20:06:26  *** balbirs has joined #bitcoin-core-dev
4942020-09-16T20:06:55  *** mol_ has quit IRC
4952020-09-16T20:15:46  *** Guest27 has quit IRC
4962020-09-16T20:17:08  *** melande1 has quit IRC
4972020-09-16T20:17:22  *** melande1 has joined #bitcoin-core-dev
4982020-09-16T20:26:34  *** Kiminuo has quit IRC
4992020-09-16T20:38:06  *** jaybny has joined #bitcoin-core-dev
5002020-09-16T20:42:07  *** tralfaz is now known as davterra
5012020-09-16T20:46:24  *** cato_ has quit IRC
5022020-09-16T20:56:35  *** cato_ has joined #bitcoin-core-dev
5032020-09-16T21:00:01  *** Plasmastar1 has quit IRC
5042020-09-16T21:01:14  *** mdunnio has quit IRC
5052020-09-16T21:09:00  *** melande1 has quit IRC
5062020-09-16T21:12:00  *** Highway62 has joined #bitcoin-core-dev
5072020-09-16T21:12:08  *** Highway61 has quit IRC
5082020-09-16T21:12:08  *** Highway62 is now known as Highway61
5092020-09-16T21:12:58  *** melande1 has joined #bitcoin-core-dev
5102020-09-16T21:18:14  *** jaybny has quit IRC
5112020-09-16T21:22:10  *** Suntop1 has joined #bitcoin-core-dev
5122020-09-16T21:35:55  *** mdunnio has joined #bitcoin-core-dev
5132020-09-16T21:38:23  *** Highway61 has quit IRC
5142020-09-16T21:38:54  *** Highway61 has joined #bitcoin-core-dev
5152020-09-16T21:41:08  *** mdunnio has quit IRC
5162020-09-16T21:42:03  *** sr_gi has quit IRC
5172020-09-16T21:42:31  *** sr_gi has joined #bitcoin-core-dev
5182020-09-16T21:50:43  *** marcoagner has quit IRC
5192020-09-16T22:04:46  *** Guyver2 has quit IRC
5202020-09-16T22:05:15  *** higherorderbit has quit IRC
5212020-09-16T22:05:48  *** higherorderbit has joined #bitcoin-core-dev
5222020-09-16T22:08:06  *** mol_ has joined #bitcoin-core-dev
5232020-09-16T22:09:43  *** vasild has quit IRC
5242020-09-16T22:11:41  *** mol has quit IRC
5252020-09-16T22:11:55  *** davec has quit IRC
5262020-09-16T22:12:01  *** vasild has joined #bitcoin-core-dev
5272020-09-16T22:12:08  *** melande1 has quit IRC
5282020-09-16T22:12:25  *** molz_ has joined #bitcoin-core-dev
5292020-09-16T22:12:29  *** melande1 has joined #bitcoin-core-dev
5302020-09-16T22:13:09  *** justanotheruser has joined #bitcoin-core-dev
5312020-09-16T22:13:36  *** davec has joined #bitcoin-core-dev
5322020-09-16T22:14:43  *** mol_ has quit IRC
5332020-09-16T22:17:43  *** davterra has quit IRC
5342020-09-16T22:20:16  *** mdunnio has joined #bitcoin-core-dev
5352020-09-16T22:24:59  *** mdunnio has quit IRC
5362020-09-16T22:26:16  <fanquake> Kiminuo: I’ll take a look
5372020-09-16T22:28:09  *** melande1 has quit IRC
5382020-09-16T22:28:16  *** molz_ has quit IRC
5392020-09-16T22:28:28  *** melande1 has joined #bitcoin-core-dev
5402020-09-16T22:28:52  *** vincenzopalazzo has quit IRC
5412020-09-16T22:37:29  *** shesek has quit IRC
5422020-09-16T22:38:17  *** davterra has joined #bitcoin-core-dev
5432020-09-16T22:39:26  <sipa> #proposedmeetingtopic short topic: endomorphism optimization in libsecp256k1
5442020-09-16T22:42:27  <fanquake> sipa: has that patent expired now
5452020-09-16T22:42:34  <sipa> sep 25th
5462020-09-16T22:42:48  <fanquake> 🚀
5472020-09-16T22:43:23  <phantomcircuit> sipa, how big of a win is that?
5482020-09-16T22:44:14  <sipa> 27%
5492020-09-16T22:45:15  <sipa> for signature validation, there is additional overhead to full script validation
5502020-09-16T22:46:35  *** vadorovsky__ has quit IRC
5512020-09-16T22:55:35  *** mol has joined #bitcoin-core-dev
5522020-09-16T22:59:27  <luke-jr> patents are funny
5532020-09-16T22:59:43  <luke-jr> they serve no real purpose but as a "date people can begin using it" <.<
5542020-09-16T23:01:02  <sipa> i think there are plenty of patents which end up being used by the inventor before becoming publicly available.... not saying that's a good thing, but in that case it does serve a purpose
5552020-09-16T23:01:09  <sipa> this isn't such a patent though
5562020-09-16T23:14:00  *** melande1 has quit IRC
5572020-09-16T23:14:29  *** melande1 has joined #bitcoin-core-dev
5582020-09-16T23:16:18  *** jaybny has joined #bitcoin-core-dev
5592020-09-16T23:16:55  *** shaunsun has quit IRC
5602020-09-16T23:20:00  *** melande1 has quit IRC
5612020-09-16T23:20:24  *** melande1 has joined #bitcoin-core-dev
5622020-09-16T23:20:43  *** davec has quit IRC
5632020-09-16T23:26:08  *** mrostecki has joined #bitcoin-core-dev
5642020-09-16T23:30:21  *** justanotheruser has quit IRC
5652020-09-16T23:33:54  *** jaybny has quit IRC
5662020-09-16T23:42:02  *** jaybny has joined #bitcoin-core-dev
5672020-09-16T23:47:50  *** davec has joined #bitcoin-core-dev