--- Log opened Tue Jan 19 00:00:25 2021 00:12 -!- _0x0ff [~potatoe@unaffiliated/0x0ff/x-1210984] has quit [Remote host closed the connection] 00:12 -!- _0x0ff [~potatoe@2001:bc8:47b0:123::1] has joined #bitcoin-core-dev 00:12 -!- _0x0ff [~potatoe@2001:bc8:47b0:123::1] has quit [Changing host] 00:12 -!- _0x0ff [~potatoe@unaffiliated/0x0ff/x-1210984] has joined #bitcoin-core-dev 00:16 -!- Guyver2 [Guyver@guyver2.xs4all.nl] has joined #bitcoin-core-dev 00:31 -!- mekster6 [~mekster@139.180.192.79] has joined #bitcoin-core-dev 00:32 -!- mekster [~mekster@139.180.192.79] has quit [Ping timeout: 246 seconds] 00:32 -!- mekster6 is now known as mekster 00:46 -!- shesek [~shesek@unaffiliated/shesek] has joined #bitcoin-core-dev 00:46 -!- dr-bonez [~drbonez@2601:280:4b00:96b0:a26e:ab60:7a0e:5d02] has quit [Remote host closed the connection] 00:47 -!- dr-bonez [~drbonez@2601:280:4b00:96b0:a26e:ab60:7a0e:5d02] has joined #bitcoin-core-dev 00:48 < fanquake> sipa / wumpus: can probably block mshalabi1990 00:51 -!- proofofkeags__ [~proofofke@174-29-3-187.hlrn.qwest.net] has quit [Ping timeout: 240 seconds] 00:56 < shesek> seems like https://bitcoincore.org/en/doc/0.21.0/ is not up yet 01:02 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has joined #bitcoin-core-dev 01:06 < sipa> fanquake: done 01:12 -!- Guyver2 [Guyver@guyver2.xs4all.nl] has quit [Remote host closed the connection] 01:35 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has quit [Ping timeout: 256 seconds] 01:37 -!- Daposto [5650b296@86-80-178-150.fixed.kpn.net] has joined #bitcoin-core-dev 01:53 -!- dr-bonez [~drbonez@2601:280:4b00:96b0:a26e:ab60:7a0e:5d02] has quit [Ping timeout: 260 seconds] 01:56 -!- rex4539 [~rex4539@gateway/tor-sasl/rex4539] has joined #bitcoin-core-dev 02:05 -!- kexkey [~kexkey@static-198-54-132-90.cust.tzulo.com] has quit [Ping timeout: 264 seconds] 02:06 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 02:06 < bitcoin-git> [bitcoin] jonasschnelli opened pull request #20962: Alter the ChaCha20Poly1305@Bitcoin AEAD to the new specification (master...2020/12/aead_v2) https://github.com/bitcoin/bitcoin/pull/20962 02:06 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 02:14 -!- Daposto [5650b296@86-80-178-150.fixed.kpn.net] has quit [Quit: Connection closed] 02:29 -!- sepoyi [~ps@112.196.146.191] has joined #bitcoin-core-dev 02:34 -!- sepoyi [~ps@112.196.146.191] has quit [] 02:42 -!- Kiminuo [~mix@141.98.103.92] has quit [Ping timeout: 246 seconds] 02:47 < shesek> not sure if worth fixing, but v0.21 appears to use a generic error code of -1 when the deprecated `generate` command is called with arguments, rather than the -32601 code (RPC_METHOD_NOT_FOUND) 02:47 < shesek> it does return the correct error code when `generate` is called with no arguments (see https://gist.github.com/shesek/fcebbb3e7aa04c380e97c9b90fc478f2). v0.20 returned the correct error code in both cases. 02:48 < shesek> I noticed this because it broke rust-bitcoincore-rpc's integration tests 02:48 < shesek> easily workaroundable though 02:48 -!- Kiminuo [~mix@141.98.103.92] has joined #bitcoin-core-dev 02:49 < shesek> https://travis-ci.org/github/shesek/rust-bitcoincore-rpc/jobs/755159897#L397 03:01 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has joined #bitcoin-core-dev 03:18 -!- Paige43Fahey [~Paige43Fa@static.57.1.216.95.clients.your-server.de] has joined #bitcoin-core-dev 03:25 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 03:25 < bitcoin-git> [bitcoin] laanwj closed pull request #20960: doc: Add tracing.md, documenting eBPF tracing (master...2021-01-tracing-doc) https://github.com/bitcoin/bitcoin/pull/20960 03:25 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 03:26 < jonasschnelli> shesek: 0.21 has no generate rpc call anymore (AFAIK 0.20 also not) 03:26 < jonasschnelli> shesek: are you using bitcoin-cli? 03:27 < shesek> jonasschnelli, right, I'm aware, its the behavior of the deprecation message that changes (different error code) 03:27 < wumpus> someone re-added the generate call to make it return an error message 03:27 < jonasschnelli> I see 03:27 < shesek> I'm not using it at all 03:27 < jonasschnelli> wumpus: right. 03:27 < wumpus> shesek is the second person to be tripped up by that 03:27 < shesek> another thing I noticed is that the help text for the `network` field in the `getpeerinfo` don't mention `unroutable` as a possible value 03:28 < wumpus> #19455 03:29 < gribble> https://github.com/bitcoin/bitcoin/issues/19455 | rpc generate: print useful help and error message by jonatack · Pull Request #19455 · bitcoin/bitcoin · GitHub 03:29 < wumpus> I was doubtful about it but also about any action to 'fix' it now, this is purely a user-facing message, it should be irrelevant to software, which shouldn't already have been calling that RPC for years :) 03:30 < wumpus> (but apparently it does!) 03:30 < wumpus> just a surprise to me 03:31 -!- guest534543 [~mix@141.98.103.116] has joined #bitcoin-core-dev 03:31 < shesek> wumpus, rust-bitcoincore-rpc's integration tests call it and explicitly check that it works in <18.0, returns a deprecation message in <19.0 and a 'not found' error for newer versions 03:31 < wumpus> (see discussion with jeremyrubin around 2021-01-13 21:27:34) 03:32 < shesek> its not actually used for anything, just tests that it got deprecated properly 03:33 -!- Kiminuo [~mix@141.98.103.92] has quit [Ping timeout: 240 seconds] 03:33 < shesek> what does 'unreachable' mean as the network in getpeerinfo? 03:36 -!- belcher_ [~belcher@unaffiliated/belcher] has joined #bitcoin-core-dev 03:39 -!- belcher [~belcher@unaffiliated/belcher] has quit [Ping timeout: 256 seconds] 03:50 -!- Paige43Fahey [~Paige43Fa@static.57.1.216.95.clients.your-server.de] has quit [Ping timeout: 256 seconds] 03:57 -!- Netsplit *.net <-> *.split quits: harding, jrayhawk, nsh, mol, pingwindyktator, TD-Linux, rh0nj, nanotube, raj_149 03:57 -!- Netsplit *.net <-> *.split quits: nehan 03:57 -!- Netsplit over, joins: jrayhawk 03:57 -!- harding [quassel@newmail.dtrt.org] has joined #bitcoin-core-dev 03:58 -!- Netsplit over, joins: raj_149, nehan, mol, rh0nj, TD-Linux 03:59 -!- jespada_ [~jespada@90.254.241.81] has joined #bitcoin-core-dev 03:59 -!- guest534543 [~mix@141.98.103.116] has quit [Read error: Connection reset by peer] 03:59 -!- guest534543 [~mix@141.98.103.116] has joined #bitcoin-core-dev 03:59 -!- Netsplit over, joins: pingwindyktator 04:00 -!- jespada [~jespada@90.254.241.81] has quit [Ping timeout: 256 seconds] 04:02 -!- davterra [~davterra@gateway/tor-sasl/tralfaz] has quit [Remote host closed the connection] 04:02 -!- davterra [~davterra@gateway/tor-sasl/tralfaz] has joined #bitcoin-core-dev 04:03 -!- braydonf [~braydon@gateway/tor-sasl/braydonf] has quit [Ping timeout: 268 seconds] 04:03 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has quit [Ping timeout: 246 seconds] 04:10 < wumpus> jonatack etal: does anyone know what gitian signer name "Nils Schneider" used (subdirectory name in gitian.sigs)? I think he goes by "tcatm" but can't find anything 04:11 < wumpus> looking at the history of both gitian.sigs and contrib/gitian-keys/keys.txt in the repository didn't help me 04:11 < wumpus> if there's nothing, we should delete the fingerprint from keys.txt 04:12 < wumpus> but likely there is, I could try batch verifying *all* signatures in gitian.sigs and seeing if the fingerprint turns up 04:13 -!- sr_gi [~sr_gi@47.61.62.148] has quit [Read error: Connection reset by peer] 04:13 -!- nanotube [~nanotube@unaffiliated/nanotube] has joined #bitcoin-core-dev 04:13 -!- braydonf [~braydon@gateway/tor-sasl/braydonf] has joined #bitcoin-core-dev 04:13 -!- sr_gi [~sr_gi@47.61.62.148] has joined #bitcoin-core-dev 04:14 < wumpus> shesek: where do you see that? 04:15 < wumpus> shesek: it would be really strange to see that, after all, if you have a peer it's reachable by definition, so if you see it that's a bug (can't find it with a grep in the codebase though) 04:16 -!- nsh [~lol@integer.musalbas.com] has joined #bitcoin-core-dev 04:19 < shesek> it was 'unroutable' rather than 'unreachable' 04:19 < shesek> you can see it here: https://travis-ci.org/github/shesek/rust-bitcoincore-rpc/jobs/755166228#L703 04:20 < wumpus> uhm... that's unexpected, please report an issue 04:21 < wumpus> my gut feeling is that it's based on a confusion between 'what P2P addresses we want to gossip' and 'what is a valid network address' 04:23 < aj> "unroutable" is what it returns for local addresses (127.0.0.1, ::1) ? 04:24 < wumpus> yes, that's a possibility, which would be understandable but strictly wrong :) 04:24 < aj> strictly it'd be correct, though? you can't *route* a local address, even if you can deliver it? :) 04:25 < wumpus> internal routing in the OS is still routing (imo) 04:26 < aj> well, code seems to choose NET_UNROUTABLE for IsLocal() pretty deliberately. NET_LOCAL would seem a lot saner to me 04:27 < wumpus> it depends on what you see as definition of *network*, I mean if it's things like IPv4, IPv6, Tor, i2P, then returning 'local' is weird as it's not a network nor addressing scheme 04:27 < wumpus> but a policy decision 04:27 < wumpus> any address can be local if it's configured like that at the OS level, we don't know 04:28 -!- nsh [~lol@integer.musalbas.com] has quit [Changing host] 04:28 -!- nsh [~lol@wikipedia/nsh] has joined #bitcoin-core-dev 04:29 < wumpus> likely what someone wants to see in 'network' in the peers list is through what *kind of networking* the connection happens, at least, i would, a local connection on IPv4 is IPv4 04:29 < wumpus> if we'd have a UNIX socket for local connections it's be 'unix' 04:30 < wumpus> then again I suppose that's subjective up to a point, it would be just my expectations, i'm not sure this is constructive :) 04:31 < shesek> I would personally be fine either way, as long as this gets documented :) 04:31 < aj> well, "why does a connected peer get listed as `unroutable`" and "how should a connection to localhost be described, given we treat it special (for net groups at least)" are different questions... 04:34 < wumpus> we treat it as special for gossiping in the P2P network 04:35 < wumpus> obviously we want to gossip only globally routable addresses 04:35 < wumpus> I agree that's a completely different thing from *what network is this*, that was my point 04:36 -!- belcher_ is now known as belcher 04:38 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has joined #bitcoin-core-dev 04:47 < aj> how quickly we disconnect it when we've got lots of peers, too, i think 04:53 < wumpus> yes, another policy decision 05:17 -!- rex4539 [~rex4539@gateway/tor-sasl/rex4539] has quit [] 05:17 -!- rex4539 [~rex4539@gateway/tor-sasl/rex4539] has joined #bitcoin-core-dev 05:20 < vasild> /// Addresses from these networks are not publicly routable on the global Internet. 05:20 < vasild> NET_UNROUTABLE = 0, 05:21 < vasild> according to this definition 127.0.0.1 or 10.0.0.1 is not routable 05:29 < wumpus> not *publicly* routable 05:29 < wumpus> it's an important distinction 05:29 -!- DeanWeen [~dean@gateway/tor-sasl/deanguss] has quit [Remote host closed the connection] 05:30 -!- DeanGuss [~dean@gateway/tor-sasl/deanguss] has joined #bitcoin-core-dev 05:37 -!- larsan1 [~larsan@84.39.117.57] has joined #bitcoin-core-dev 05:38 < shesek> it would be nice if 'wallet already loaded' errors had a unique error code. the error message changed in v0.21 so now my code needs to check for two messages >_< 05:39 < shesek> though, if you do a new error code and I want to retain backwards compatibility, my code will have to check for two error messages plus an error code, which isn't better I guess lol 05:45 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 05:45 < bitcoin-git> [bitcoin] laanwj opened pull request #20963: gitian-linux: Build binaries for 64-bit POWER (continued) (master...2021-01-power) https://github.com/bitcoin/bitcoin/pull/20963 05:45 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 05:46 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 05:46 < bitcoin-git> [bitcoin] laanwj closed pull request #14066: gitian-linux: Build binaries for 64-bit POWER (master...gitian_power64) https://github.com/bitcoin/bitcoin/pull/14066 05:46 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 05:49 < wumpus> huh i'm seeing really weird behavior on github when editing my post lately: the post first appears edited, then quickly snaps back to the old version, but a reload of the page does show the new version 05:50 < wumpus> shesek: agree, feel free to add more error codes if that helps, parsing messages should be avoided at all costs 05:50 < wumpus> do not rely on RPC messages, they for human consumption only and are not part of what is considered the interface 05:53 < shesek> right, I am using the error code when possible, this is the only case I had to resort to identifying the string 05:56 < wumpus> if you really have to match on the message, i think it's best to match on the *entire* message, not try to do fuzzy matching, this makes it immediately apparent if something changed in a future version 05:56 < wumpus> anyhow let's add a RPC code 05:58 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has quit [Ping timeout: 260 seconds] 05:59 < jonatack> wumpus: re Nils Schneider, git grepping i see many "tcatm" but git grep -ni, say, for "nil\|schn\|eid" doesn't turn up much of use IIUC ... so I dunno 06:01 < jonatack> wumpus: i'm afraid i was confused about the alias names though 06:01 < wumpus> jonatack: Nils is the only person i cannot find in gitian.sigs at all 06:02 < wumpus> for the others i found out what name they used for adding to gitian.sigs 06:11 < wumpus> so the question re: #20958 would be: remove his entry, or keep it like this without a known signer alias 06:11 < gribble> https://github.com/bitcoin/bitcoin/issues/20958 | gitian-keys: Add signer aliases, some historical keys by laanwj · Pull Request #20958 · bitcoin/bitcoin · GitHub 06:11 < jonatack> shesek: i'm responsible for both issues you reported :) i recently added a functional test for NET_UNROUTABLE in test/functional/feature_proxy.py that does assert on getpeerinfo#network returning "unroutable". maybe it should be added to the getpeerinfo help that currently states "Network (ipv4, ipv6, or onion) the peer connected through"...along with i2p and cjdns maybe as well 06:12 < jonatack> ...as they are already in enum Network too 06:17 < jonatack> and maybe netbase.cpp:GetNetworkName() should return something more helpful than just "unroutable" 06:18 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 06:18 < bitcoin-git> [bitcoin] laanwj opened pull request #20964: rpc: Add specific error code for "wallet already loaded" (master...2021-01-wallet-already-loaded-rpc) https://github.com/bitcoin/bitcoin/pull/20964 06:18 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 06:18 < wumpus> shesek: ^^ 06:20 < shesek> wumpus, that's great, thank you! 06:22 < shesek> I'm using this in bitcoin wallet tracker and not rust-bitcoincore btw 06:23 -!- molz_ [~mol@unaffiliated/molly] has joined #bitcoin-core-dev 06:24 < wumpus> this is weird, I force-pushed a change to change the code from -20 (which was already used) to -35, but github is not picking it up *shrug* 06:24 < wumpus> github is not my friend today 06:26 -!- mol [~mol@unaffiliated/molly] has quit [Ping timeout: 265 seconds] 06:32 < vasild> s/today// 06:34 < vasild> I have lost some (long) text I entered in github comments' box. It is good idea to ctrl+a ctrl+c after entering some text and before clicking anything on the github ui 06:36 < wumpus> same, i always copy/paste longer spans of text into an editor just in case, that's far from just github though :) 06:36 < wumpus> the web has always been great at making text input disappear 06:37 < wumpus> i've never had it miss a push though 06:38 < wumpus> oh it's there now (checking on another pc) 06:39 < vasild> that's true :) 06:40 -!- guest534543 [~mix@141.98.103.116] has quit [Ping timeout: 244 seconds] 06:42 < vasild> I use a browser extension which fires an external editor to edit a textbox and leaves the temp file afterwards 06:43 < vasild> that is - after quitting from the editor the contents appears in the textbox and there is also some temp file on the filesystem somewhere 06:44 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 06:44 < bitcoin-git> [bitcoin] jonatack opened pull request #20965: net, rpc: return NET_UNROUTABLE as not_publicly_routable, update rpc helps (master...update-network-info) https://github.com/bitcoin/bitcoin/pull/20965 06:44 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 06:45 < jonatack> shesek: ^^ ... proposed NET_UNROUTABLE to be returned in the RPCs as "not_publicly_routable" and updated the getpeerinfo and getnetworkinfo helps 06:54 < shesek> jonatack, awesome, thanks :) 07:05 < wumpus> vasild: heh I too had an extension for that a loong time ago, but there's so much drift in browsers and extensions and what they can do (e.g. firefox added all kinds of protections, dunno if launching an external process is allowed?), nowadays i just do it manually 07:05 < wumpus> not_publicly_routable makes sense 07:07 < vasild> wumpus: actually, my experiense is the same - I used vimperator for a long time until firefox made some changes and broke it beyond repair. 07:08 < vasild> but just recently I found https://github.com/tridactyl/tridactyl which seems to be working with latest firefox (for now) 07:09 < wumpus> i still think *routability* is a bit of a weird response for a network type, then again, if the point of RPC is to expose some internal state that already exists it makes sense 07:11 < jonatack> wumpus: agree 07:21 < wumpus> weird appveyor error: https://ci.appveyor.com/project/DrahtBot/bitcoin/builds/37337057 07:25 < wumpus> shesek: btw something to keep in mind is that the duplicate load message currently only exists for bdb wallets, not mysql ones 07:25 < wumpus> sqlite* 07:26 < wumpus> sqlite wallets have no way to detect duplicate wallets at the moment, and it's unclear whether they will have this, as this is a bit of a point of controversy 07:29 -!- kexkey [~kexkey@static-198-54-132-122.cust.tzulo.com] has joined #bitcoin-core-dev 07:32 -!- Kiminuo [~mix@141.98.103.116] has joined #bitcoin-core-dev 07:39 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 07:39 < bitcoin-git> [gui] prusnak opened pull request #189: qt: drop workaround for QTBUG-42503 which was fixed in Qt 5.5.0 (master...qtbug-42503) https://github.com/bitcoin-core/gui/pull/189 07:39 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 07:43 -!- Dan [4484e7ea@pool-68-132-231-234.nycmny.fios.verizon.net] has joined #bitcoin-core-dev 07:43 -!- Dan is now known as Guest94787 08:01 -!- Anne [uid482204@gateway/web/irccloud.com/x-sqxdqebjozbwpulo] has quit [Quit: Connection closed for inactivity] 08:02 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has joined #bitcoin-core-dev 08:27 -!- sipsorcery [~sipsorcer@2a02:8084:6981:7880::3] has quit [Ping timeout: 246 seconds] 08:27 -!- sipsorcery [~sipsorcer@2a02:8084:6981:7880::3] has joined #bitcoin-core-dev 08:30 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 08:30 < bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/43f3ada27b83...dd545c53a5c7 08:30 < bitcoin-git> bitcoin/master 9237003 jackielove4u: contrib: embed C++11 patch in install_db4.sh 08:30 < bitcoin-git> bitcoin/master dd545c5 Wladimir J. van der Laan: Merge #20906: contrib: embed C++11 patch in install_db4.sh 08:31 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 08:31 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 08:31 < bitcoin-git> [bitcoin] laanwj merged pull request #20906: contrib: embed C++11 patch in install_db4.sh (master...master) https://github.com/bitcoin/bitcoin/pull/20906 08:31 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 08:33 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 08:33 < bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/dd545c53a5c7...bc51b99bd5e9 08:33 < bitcoin-git> bitcoin/master ea0a7ec Andrew Chow: Remove deprecated bumpfee behavior 08:33 < bitcoin-git> bitcoin/master bc51b99 Wladimir J. van der Laan: Merge #20891: rpc: Remove deprecated bumpfee behavior 08:33 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 08:34 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 08:34 < bitcoin-git> [bitcoin] laanwj merged pull request #20891: rpc: Remove deprecated bumpfee behavior (master...rm-bumpfee-deprecated) https://github.com/bitcoin/bitcoin/pull/20891 08:34 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 08:34 < luke-jr> wumpus so impatient :P 08:37 < wumpus> nah given how long that PR is already in the backlog :) 08:37 < wumpus> if no one is impatient about it, it'll likely never make it in 08:40 < wumpus> jonatack: I ran *all* the .sig files in gitian.sigs through gpg --verify; none of them is signed with Nils' key. I suggest we remove his entry from keys.txt. 08:40 < luke-jr> I'd have gotten around to it after 0.21 ;) 08:49 -!- IGHOR [~quassel@176.121.4.135] has quit [Ping timeout: 256 seconds] 08:50 -!- IGHOR [~quassel@176.121.4.135] has joined #bitcoin-core-dev 08:55 < wumpus> of course :) 08:56 -!- vasild_ [~vd@gateway/tor-sasl/vasild] has joined #bitcoin-core-dev 08:56 -!- vasild [~vd@gateway/tor-sasl/vasild] has quit [Disconnected by services] 08:56 -!- vasild_ is now known as vasild 09:01 -!- owowo [~ovovo@2001:ac8:28:85::3e] has joined #bitcoin-core-dev 09:01 -!- owowo [~ovovo@2001:ac8:28:85::3e] has quit [Changing host] 09:01 -!- owowo [~ovovo@unaffiliated/ovovo] has joined #bitcoin-core-dev 09:05 -!- leo94847 [bd7ab20e@189.122.178.14] has joined #bitcoin-core-dev 09:08 -!- worc3131 [~quassel@2a02:c7f:dcc4:6500:cf0e:3346:8766:ab20] has joined #bitcoin-core-dev 09:22 -!- rex4539 [~rex4539@gateway/tor-sasl/rex4539] has quit [Remote host closed the connection] 09:23 -!- rex4539 [~rex4539@gateway/tor-sasl/rex4539] has joined #bitcoin-core-dev 09:33 -!- leo94847 [bd7ab20e@189.122.178.14] has quit [Quit: Ping timeout (120 seconds)] 09:45 -!- Talkless [~Talkless@mail.dargis.net] has joined #bitcoin-core-dev 09:56 -!- rex4539 [~rex4539@gateway/tor-sasl/rex4539] has quit [Remote host closed the connection] 09:58 -!- rex4539 [~rex4539@gateway/tor-sasl/rex4539] has joined #bitcoin-core-dev 10:11 -!- worc3131 [~quassel@2a02:c7f:dcc4:6500:cf0e:3346:8766:ab20] has quit [Remote host closed the connection] 10:13 -!- jespada_ [~jespada@90.254.241.81] has quit [Ping timeout: 240 seconds] 10:15 -!- jespada [~jespada@90.254.241.81] has joined #bitcoin-core-dev 10:25 -!- dr-bonez [~drbonez@2601:280:4b00:96b0:9e5e:6801:e0aa:84e5] has joined #bitcoin-core-dev 10:27 -!- promag [~promag@188.250.84.129] has joined #bitcoin-core-dev 10:27 -!- promag_ [~promag@188.250.84.129] has quit [Read error: Connection reset by peer] 10:28 -!- sr_gi [~sr_gi@47.61.62.148] has quit [Read error: Connection reset by peer] 10:29 -!- sr_gi [~sr_gi@47.61.62.148] has joined #bitcoin-core-dev 10:29 -!- mekster [~mekster@139.180.192.79] has quit [Quit: Ping timeout (120 seconds)] 10:30 -!- mekster [~mekster@139.180.192.79] has joined #bitcoin-core-dev 10:34 -!- Guyver2 [Guyver@guyver2.xs4all.nl] has joined #bitcoin-core-dev 10:38 -!- rex4539 [~rex4539@gateway/tor-sasl/rex4539] has quit [Remote host closed the connection] 10:39 -!- leo94847 [bd7ab20e@189.122.178.14] has joined #bitcoin-core-dev 10:40 -!- rex4539 [~rex4539@gateway/tor-sasl/rex4539] has joined #bitcoin-core-dev 10:51 -!- leo94847 [bd7ab20e@189.122.178.14] has quit [Quit: Ping timeout (120 seconds)] 10:54 -!- dr-bonez [~drbonez@2601:280:4b00:96b0:9e5e:6801:e0aa:84e5] has quit [Quit: Konversation terminated!] 11:03 -!- vasild [~vd@gateway/tor-sasl/vasild] has quit [Remote host closed the connection] 11:03 -!- vasild [~vd@gateway/tor-sasl/vasild] has joined #bitcoin-core-dev 11:05 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 11:05 < bitcoin-git> [bitcoin] vasild opened pull request #20966: banman: save the banlist in a JSON format on disk (master...json_bans) https://github.com/bitcoin/bitcoin/pull/20966 11:05 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 11:08 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 11:08 < bitcoin-git> [bitcoin] vasild closed pull request #20904: net: (de)serialize CSubNet in addrv2 format (master...subnet_ser_addrv2) https://github.com/bitcoin/bitcoin/pull/20904 11:08 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 11:21 -!- leo94847 [bd7ab20e@189.122.178.14] has joined #bitcoin-core-dev 11:35 -!- leo94847 [bd7ab20e@189.122.178.14] has quit [Quit: Ping timeout (120 seconds)] 11:35 -!- Guest94787 [4484e7ea@pool-68-132-231-234.nycmny.fios.verizon.net] has quit [Quit: Ping timeout (120 seconds)] 11:38 -!- leo94847 [bd7ab20e@189.122.178.14] has joined #bitcoin-core-dev 11:42 -!- IGHOR [~quassel@176.121.4.135] has quit [Quit: No Ping reply in 180 seconds.] 11:43 -!- IGHOR [~quassel@176.121.4.135] has joined #bitcoin-core-dev 11:46 -!- leo94847 [bd7ab20e@189.122.178.14] has quit [Ping timeout: 248 seconds] 11:57 -!- jespada [~jespada@90.254.241.81] has quit [Ping timeout: 256 seconds] 11:58 -!- Dan [4484e7ea@pool-68-132-231-234.nycmny.fios.verizon.net] has joined #bitcoin-core-dev 11:59 -!- Dan is now known as Guest9142 12:00 -!- jespada [~jespada@90.254.241.81] has joined #bitcoin-core-dev 12:03 -!- MasterdonX [~masterdon@45.9.249.244] has joined #bitcoin-core-dev 12:07 -!- Talkless [~Talkless@mail.dargis.net] has quit [Quit: Konversation terminated!] 12:12 -!- justan0theruser [~justanoth@unaffiliated/justanotheruser] has joined #bitcoin-core-dev 12:15 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has quit [Ping timeout: 264 seconds] 12:16 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has quit [Ping timeout: 264 seconds] 12:17 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has joined #bitcoin-core-dev 12:44 < achow101> FYI I'm finally doing that survey thing I mentioned a while back. If you would like to help distribute, the survey is at https://survey.alchemer.com/s3/6081474/8acd79087feb and I wrote a blog post about it https://achow101.com/2021/01/bitcoin-core-survey 12:47 -!- IGHOR [~quassel@176.121.4.135] has quit [Read error: Connection reset by peer] 12:50 -!- mekster0 [~mekster@139.180.192.79] has joined #bitcoin-core-dev 12:52 -!- mekster [~mekster@139.180.192.79] has quit [Read error: Connection reset by peer] 12:52 -!- mekster0 is now known as mekster 12:53 -!- IGHOR [~quassel@176.121.4.135] has joined #bitcoin-core-dev 12:54 < wumpus> achow101: to whom is this supposed to be distributed? if you post it on twitter/mastodon i'll retweet 12:57 < achow101> wumpus: everyone. I've tweeted it: https://twitter.com/achow101/status/1351632999167778820 12:58 < achow101> I don't have mastodon (and can't be bothered to set one up) 13:01 < wumpus> achow101: np https://x0f.org/@orionwl/105584398945294574 13:05 -!- mdunnio [~mdunnio@172.97.43.112] has joined #bitcoin-core-dev 13:06 < wumpus> and retweeted it from my main and bitcoincoreorg's account on twitter, so that should distribute it pretty widely 13:08 -!- rex4539 [~rex4539@gateway/tor-sasl/rex4539] has quit [Remote host closed the connection] 13:09 -!- rex4539 [~rex4539@gateway/tor-sasl/rex4539] has joined #bitcoin-core-dev 13:17 -!- Guyver2_ [Guyver@guyver2.xs4all.nl] has joined #bitcoin-core-dev 13:17 < achow101> thanks! 13:17 -!- promag_ [~promag@188.250.84.129] has joined #bitcoin-core-dev 13:20 -!- Guyver2 [Guyver@guyver2.xs4all.nl] has quit [Ping timeout: 256 seconds] 13:20 -!- promag [~promag@188.250.84.129] has quit [Ping timeout: 256 seconds] 13:24 -!- larsan1 [~larsan@84.39.117.57] has quit [Ping timeout: 264 seconds] 13:31 < phantomcircuit> achow101, your survey is too long to get responses from 99% of people 13:31 < sipa> "good, less results to read through!" 13:32 -!- mekster [~mekster@139.180.192.79] has quit [Quit: Ping timeout (120 seconds)] 13:33 -!- mekster [~mekster@139.180.192.79] has joined #bitcoin-core-dev 13:35 < achow101> phantomcircuit: perhaps. I trust that the actual researchers I worked on this with know what they're doing and understand optimal survey lengths 13:36 < phantomcircuit> achow101, likely they're used to conducting paid surveys or surveys over the phone where people feel trapped 13:37 < phantomcircuit> i got bored and i was only 30% of the way through it 13:37 < achow101> the percentage things are really misleading 13:37 < achow101> there's only 2 pages of actual questions 13:40 < sipa> When you run into problems with your Core Node, how do you usually troubleshoot those problems? *This question is required. 13:40 < sipa> is "add printf's" a good answer? 13:40 < achow101> sure 13:40 < achow101> or "by myself without external help" 13:41 < belcher> let us know about the results 13:42 < achow101> belcher: that's the plan 13:44 < phantomcircuit> sipa, git blame | grep jgarzick 13:44 < phantomcircuit> that's no joke the first thing i do when i run into a bug in something 13:44 < sipa> i don't think "Scripting / automation" or "RPC restore" mean much to people who don't already have detailed understandingh 13:45 < achow101> phantomcircuit: ha 13:48 -!- wumpus [~ircclient@pdpc/supporter/professional/wumpus] has quit [Quit: brb] 13:49 -!- wumpus [~ircclient@pdpc/supporter/professional/wumpus] has joined #bitcoin-core-dev 13:50 -!- larryruane_ [uid473749@gateway/web/irccloud.com/x-esxuqiqrcsgllmyq] has quit [Ping timeout: 272 seconds] 13:50 -!- hebasto [sid449604@gateway/web/irccloud.com/x-qwgimhjrnlbgghsd] has quit [Ping timeout: 272 seconds] 13:50 -!- ogo [~ogo@gateway/tor-sasl/ogo] has quit [Quit: Leaving] 13:50 -!- mariorz [sid490@gateway/web/irccloud.com/x-tuwrtvwhxnlmozib] has quit [Ping timeout: 260 seconds] 13:51 -!- sgeisler [sid356034@gateway/web/irccloud.com/x-cjgazpbdruvgfrml] has quit [Ping timeout: 272 seconds] 13:51 -!- larryruane_ [uid473749@gateway/web/irccloud.com/x-eugggjwjgztpovof] has joined #bitcoin-core-dev 13:52 -!- hebasto [sid449604@gateway/web/irccloud.com/x-ceqqbcouzooabgif] has joined #bitcoin-core-dev 13:52 -!- sgeisler [sid356034@gateway/web/irccloud.com/x-mqyptkbqrvijjbvw] has joined #bitcoin-core-dev 13:52 -!- mariorz [sid490@gateway/web/irccloud.com/x-tjxtvlhqclhzbduc] has joined #bitcoin-core-dev 13:56 -!- ogo [~ogo@gateway/tor-sasl/ogo] has joined #bitcoin-core-dev 13:58 < wumpus> yea same here, either gdb (in case of a crash) or adding logging (in csae of something that's harder to narrow down) 13:58 < wumpus> in rare cases enabling one of the current logging flags is enough 14:00 -!- Kiminuo [~mix@141.98.103.116] has quit [Ping timeout: 260 seconds] 14:03 -!- leo94847 [bd7ab20e@189.122.178.14] has joined #bitcoin-core-dev 14:16 -!- leo94847 [bd7ab20e@189.122.178.14] has quit [Quit: Ping timeout (120 seconds)] 14:20 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has quit [Quit: ZNC - http://znc.sourceforge.net] 14:20 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has joined #bitcoin-core-dev 14:28 < fanquake> wumpus / sipa: can you block samsungbiologics if not already 14:29 < sipa> fanquake: already done 14:41 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 14:41 < bitcoin-git> [bitcoin] MachaUniverse opened pull request #20967: Update README.md (master...master) https://github.com/bitcoin/bitcoin/pull/20967 14:41 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 14:41 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 14:41 < bitcoin-git> [bitcoin] fanquake closed pull request #20967: Update README.md (master...master) https://github.com/bitcoin/bitcoin/pull/20967 14:41 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 14:55 -!- Guest9142 [4484e7ea@pool-68-132-231-234.nycmny.fios.verizon.net] has quit [Quit: Ping timeout (120 seconds)] 15:19 -!- mdunnio [~mdunnio@172.97.43.112] has quit [Remote host closed the connection] 15:29 < jonatack> achow101: filled out the survey. seems pretty advanced but i imagine it's hard to calibrate. thanks for doing this, curious to see the results. 15:33 -!- Guyver2_ [Guyver@guyver2.xs4all.nl] has quit [Quit: Going offline, see ya! (www.adiirc.com)] 15:44 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 15:44 < bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/bc51b99bd5e9...977bec1d93a5 15:44 < bitcoin-git> bitcoin/master a91c46c Carl Dong: guix: Make nsis reproducible by respecting SOURCE-DATE-EPOCH 15:44 < bitcoin-git> bitcoin/master 1fca981 Carl Dong: lint: Skip whitespace lint for guix patches 15:44 < bitcoin-git> bitcoin/master 977bec1 fanquake: Merge #20937: guix: Make nsis reproducible by respecting SOURCE-DATE-EPOCH... 15:44 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 15:45 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 15:45 < bitcoin-git> [bitcoin] fanquake merged pull request #20937: guix: Make nsis reproducible by respecting SOURCE-DATE-EPOCH (master...2021-01-nsis-sde-reproducibility) https://github.com/bitcoin/bitcoin/pull/20937 15:45 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 15:47 -!- promag [~promag@188.250.84.129] has joined #bitcoin-core-dev 15:47 -!- promag_ [~promag@188.250.84.129] has quit [Read error: Connection reset by peer] 15:48 -!- promag_ [~promag@188.250.84.129] has joined #bitcoin-core-dev 15:48 -!- promag [~promag@188.250.84.129] has quit [Read error: Connection reset by peer] 15:51 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 15:51 < bitcoin-git> [bitcoin] Jetro-Costa opened pull request #20968: Add simple steps to build BerkeleyDB in debian (master...patch-1) https://github.com/bitcoin/bitcoin/pull/20968 15:51 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 15:51 -!- ogo [~ogo@gateway/tor-sasl/ogo] has quit [Quit: Leaving] 15:59 -!- ogo [~ogo@gateway/tor-sasl/ogo] has joined #bitcoin-core-dev 16:00 -!- MasterdonX [~masterdon@45.9.249.244] has quit [Remote host closed the connection] 16:20 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 16:20 < bitcoin-git> [bitcoin] Jetro-Costa closed pull request #20968: Add simple steps to build BerkeleyDB in debian (master...patch-1) https://github.com/bitcoin/bitcoin/pull/20968 16:20 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 17:03 -!- jonatack [~jon@109.202.107.5] has quit [Ping timeout: 256 seconds] 17:03 -!- jonatack [~jon@109.202.107.5] has joined #bitcoin-core-dev 17:15 -!- TheRec [~toto@drupal.org/user/146860/view] has quit [Read error: Connection reset by peer] 17:16 -!- TheRec [~toto@84-75-225-47.dclient.hispeed.ch] has joined #bitcoin-core-dev 17:16 -!- TheRec [~toto@84-75-225-47.dclient.hispeed.ch] has quit [Changing host] 17:16 -!- TheRec [~toto@drupal.org/user/146860/view] has joined #bitcoin-core-dev 17:28 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has quit [Remote host closed the connection] 17:30 -!- enoch [492f92d6@c-73-47-146-214.hsd1.ma.comcast.net] has joined #bitcoin-core-dev 17:31 -!- enoch [492f92d6@c-73-47-146-214.hsd1.ma.comcast.net] has quit [Client Quit] 17:31 -!- ogo [~ogo@gateway/tor-sasl/ogo] has quit [Ping timeout: 268 seconds] 17:34 -!- ogo [~ogo@gateway/tor-sasl/ogo] has joined #bitcoin-core-dev 17:34 -!- ogo [~ogo@gateway/tor-sasl/ogo] has quit [Client Quit] 17:37 -!- ogo [~ogo@gateway/tor-sasl/ogo] has joined #bitcoin-core-dev 17:46 -!- xurzua [~xurzua@190.114.53.17] has joined #bitcoin-core-dev --- Log closed Tue Jan 19 18:18:42 2021 --- Log opened Tue Jan 19 18:18:42 2021 18:19 -!- gnusha [~gnusha@unaffiliated/kanzure/bot/gnusha] has joined #bitcoin-core-dev 18:19 -!- Topic for #bitcoin-core-dev: Bitcoin Core development discussion and commit log | Feel free to watch, but please take commentary and usage questions to #bitcoin | Channel logs: http://www.erisian.com.au/bitcoin-core-dev/, http://gnusha.org/bitcoin-core-dev/ | Meeting topics http://gnusha.org/bitcoin-core-dev/proposedmeetingtopics.txt / http://gnusha.org/bitcoin-core-dev/proposedwalletmeetingtopics.txt 18:19 -!- Topic set by wumpus [] [Tue Nov 3 06:37:20 2020] 18:19 [Users #bitcoin-core-dev] 18:19 [ _0x0ff ] [ Dev0n ] [ IPGlider ] [ murr4y ] [ sanketh ] 18:19 [ _flow_ ] [ dhruvm ] [ isis ] [ murrayn ] [ satwhale[m] ] 18:19 [ a5m0 ] [ digi_james ] [ Isthmus ] [ nanotube ] [ schmidty ] 18:19 [ Abelian ] [ dkrm ] [ Jackielove4u ] [ nckx ] [ sdaftuar ] 18:19 [ achow101 ] [ dlb76_ ] [ jakesyl ] [ Nebraskka ] [ sgeisler ] 18:19 [ adam3us ] [ dongcarl ] [ jamesob ] [ nehan ] [ shesek ] 18:19 [ adiabat ] [ doubleqp ] [ jarolrod ] [ nejon ] [ sipa ] 18:19 [ ahmed_ ] [ DougieBot5000 ] [ jb55 ] [ nickler ] [ sipsorcery ] 18:19 [ aj ] [ dr-orlovsky ] [ jespada ] [ NicolasDorier ] [ so ] 18:19 [ ajonas ] [ drbrule ] [ jesseposner ] [ niftynei ] [ spinza ] 18:19 [ alko89 ] [ dviola ] [ jkczyz ] [ niska` ] [ sr_gi ] 18:19 [ amiti ] [ earlz ] [ jnewbery ] [ nkuttler ] [ stackingcore21_] 18:19 [ Anduck ] [ einyx ] [ jonasschnelli ] [ nothingmuch ] [ stevenroose ] 18:19 [ andytoshi ] [ elichai2 ] [ jonatack ] [ notmandatory ] [ sturles ] 18:19 [ aqua42 ] [ Eliel ] [ jouke ] [ nsh ] [ takinbo ] 18:19 [ ariard ] [ Emcy ] [ jrawsthorne ] [ nullptr| ] [ talisein ] 18:19 [ arik__ ] [ emzy ] [ jrayhawk ] [ ogo ] [ TallTim ] 18:19 [ asoltys ] [ endogenic ] [ justan0theruser] [ openoms ] [ TD-Linux ] 18:19 [ asukan_ ] [ ensign ] [ justinmoon ] [ ossifrage ] [ TheHoliestRoger] 18:19 [ b10c ] [ eragmus ] [ kakobrekla ] [ owowo ] [ TheRec ] 18:19 [ baldur ] [ esotericnonsense] [ kallewoof ] [ paracyst ] [ theStack ] 18:19 [ belcher ] [ Evel-Knievel ] [ kanzure ] [ patriot2939 ] [ TheV01d ] 18:19 [ berndj ] [ ExEric3 ] [ kcalvinalvin ] [ phantomcircuit ] [ Thomas[m]1 ] 18:19 [ BGL ] [ exhoplex ] [ kexkey ] [ pierre_rochard ] [ thrasher` ] 18:19 [ bosma ] [ face ] [ kiltzman ] [ pingwindyktator] [ tlev ] 18:19 [ braydonf ] [ fanquake ] [ kinlo ] [ pinheadmz ] [ treyzania ] 18:19 [ brikk ] [ felixweis ] [ Klox ] [ pmuens[m] ] [ tripleslash ] 18:19 [ bsm117532 ] [ fjahr ] [ Landryl ] [ Processus42_ ] [ troygior1hev ] 18:19 [ btc_thc ] [ flag ] [ larryruane_ ] [ promag_ ] [ tylerchambers ] 18:19 [ ccook ] [ GAit ] [ lesderid ] [ provoostenator ] [ tynes ] 18:19 [ cdecker ] [ Galvas ] [ lightningbot ] [ prusnak ] [ udecker ] 18:19 [ cfields ] [ ghost43 ] [ Lightsword ] [ qubenix ] [ unauvum ] 18:19 [ chjj ] [ gleb ] [ lio17 ] [ queip ] [ vadorovsky ] 18:19 [ cltrbreak_MAD2 ] [ glozow ] [ livestradamus ] [ rabidus ] [ valwal_ ] 18:19 [ cncr04s ] [ gnusha ] [ luke-jr ] [ raj_149 ] [ vasild ] 18:19 [ comboy_ ] [ GoldmanSats__ ] [ marcoagn1 ] [ rc_423 ] [ victorSN ] 18:19 [ commavir ] [ greypw ] [ MarcoFalke ] [ real_or_random ] [ virtu ] 18:19 [ copumpkin ] [ gribble ] [ mariorz ] [ reardencode ] [ wallet42___ ] 18:19 [ core-meetingbot] [ Guest21778 ] [ marty[m]1 ] [ rex4539 ] [ wangchun ] 18:19 [ cornfeedhobo ] [ gwillen ] [ mdrollette ] [ rh0nj ] [ warren ] 18:19 [ Cory ] [ harding ] [ mekster ] [ rich ] [ willcl_ark ] 18:19 [ cryptapus ] [ harrigan- ] [ Mercury_Vapor ] [ roasbeef ] [ windsok ] 18:19 [ CubicEarth ] [ hebasto ] [ meshcollider ] [ robert_spigler ] [ winz_0 ] 18:19 [ da2ce7 ] [ helo ] [ michaelfolkson ] [ robot-dreams ] [ wraithm ] 18:19 [ darosior ] [ Henry151 ] [ michagogo ] [ rockhouse ] [ wumpus ] 18:19 [ davec ] [ hirish_ ] [ midnight ] [ rodarmor ] [ wxss ] 18:19 [ davterra ] [ hsmiths ] [ mmitech___ ] [ romanz_ ] [ xurzua ] 18:19 [ dburkett ] [ hugohn ] [ molz_ ] [ RubenSomsen ] [ yanmaani ] 18:19 [ DeanGuss ] [ icota[m] ] [ moneyball ] [ RusAlex ] [ yunier2002 ] 18:19 [ dergoegge ] [ IGHOR ] [ mrostecki ] [ ryanofsky ] [ Zenton ] 18:19 [ dermoth ] [ infernix ] [ Murch ] [ sanket1729 ] 18:19 -!- Irssi: #bitcoin-core-dev: Total of 254 nicks [0 ops, 0 halfops, 0 voices, 254 normal] 18:19 -!- Channel #bitcoin-core-dev created Mon Nov 17 07:08:12 2014 18:20 -!- Irssi: Join to #bitcoin-core-dev was synced in 117 secs 18:29 -!- xurzua [~xurzua@190.114.53.17] has quit [Remote host closed the connection] 18:37 -!- rex4539 [~rex4539@gateway/tor-sasl/rex4539] has quit [Ping timeout: 268 seconds] 18:53 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has joined #bitcoin-core-dev 19:24 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has quit [Ping timeout: 272 seconds] 19:52 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 19:52 < bitcoin-git> [bitcoin] meshcollider pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/977bec1d93a5...80486e7e2d8c 19:52 < bitcoin-git> bitcoin/master ad57fb7 Wladimir J. van der Laan: wallet: Add BerkeleyDB version sanity check at init time 19:52 < bitcoin-git> bitcoin/master 80486e7 Samuel Dobson: Merge #20952: wallet: Add BerkeleyDB version sanity check at init time 19:52 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 19:53 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 19:53 < bitcoin-git> [bitcoin] meshcollider merged pull request #20952: wallet: Add BerkeleyDB version sanity check at init time (master...2021-01-berkeleydb-sanity-check) https://github.com/bitcoin/bitcoin/pull/20952 19:53 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 20:20 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 20:20 < bitcoin-git> [bitcoin] fujicoin opened pull request #20970: Fix a bug that personal signet can not be created. (master...fix-personal-signet) https://github.com/bitcoin/bitcoin/pull/20970 20:20 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 20:53 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has joined #bitcoin-core-dev 20:56 -!- vasild_ [~vd@gateway/tor-sasl/vasild] has joined #bitcoin-core-dev 20:56 -!- vasild [~vd@gateway/tor-sasl/vasild] has quit [Disconnected by services] 20:56 -!- vasild_ is now known as vasild 21:04 -!- TheRec [~toto@drupal.org/user/146860/view] has quit [Read error: Connection reset by peer] 21:05 -!- TheRec [~toto@drupal.org/user/146860/view] has joined #bitcoin-core-dev 21:15 -!- az0re [~az0re@gateway/tor-sasl/az0re] has joined #bitcoin-core-dev 21:21 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has joined #bitcoin-core-dev 21:48 -!- CubicEarth [~CubicEart@c-67-168-1-172.hsd1.wa.comcast.net] has quit [Ping timeout: 260 seconds] 21:51 -!- CubicEarth [~CubicEart@c-67-168-1-172.hsd1.wa.comcast.net] has joined #bitcoin-core-dev 21:54 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has quit [Ping timeout: 246 seconds] 22:29 -!- dorena [~dorena@185.244.214.217] has joined #bitcoin-core-dev 22:40 -!- az0re [~az0re@gateway/tor-sasl/az0re] has quit [Quit: Leaving] 22:59 -!- sr_gi [~sr_gi@47.61.62.148] has quit [Read error: Connection reset by peer] 23:00 -!- sr_gi [~sr_gi@47.61.62.148] has joined #bitcoin-core-dev 23:18 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has quit [Remote host closed the connection] 23:20 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has joined #bitcoin-core-dev 23:26 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has quit [Excess Flood] 23:27 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has joined #bitcoin-core-dev 23:31 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has quit [Excess Flood] 23:33 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has joined #bitcoin-core-dev 23:46 -!- prayank [~andr0irc@2409:4053:68f:6b63:746d:6ff5:16bd:7bce] has joined #bitcoin-core-dev 23:49 < prayank> Looking for people to review one line added in "Confirm fee bump" pop-up in GUI: https://github.com/bitcoin-core/gui/pull/186 23:51 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has joined #bitcoin-core-dev 23:55 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 23:55 < bitcoin-git> [bitcoin] MarcoFalke closed pull request #20970: Fix a bug that personal signet can not be created. (master...fix-personal-signet) https://github.com/bitcoin/bitcoin/pull/20970 23:55 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 23:59 -!- jespada [~jespada@90.254.241.81] has quit [Ping timeout: 240 seconds] --- Log closed Wed Jan 20 00:00:20 2021