<luke-jr> I don't think hirsute has the issue, so they may just close it as already fixed
brunoerg has joined #bitcoin-core-dev
doubleqp has quit [Quit: Ping timeout (120 seconds)]
doubleqp has joined #bitcoin-core-dev
brunoerg has quit [Ping timeout: 258 seconds]
brunoerg has joined #bitcoin-core-dev
bomb-on has quit [Quit: aллилѹіа!]
ishi__ has joined #bitcoin-core-dev
ishi_ has quit [Ping timeout: 268 seconds]
javi404_ is now known as javi404
earnestly has quit [Ping timeout: 260 seconds]
brunoerg has quit [Remote host closed the connection]
brunoerg has joined #bitcoin-core-dev
brunoerg has quit [Ping timeout: 258 seconds]
brunoerg has joined #bitcoin-core-dev
mikehu44 has joined #bitcoin-core-dev
brunoerg has quit [Ping timeout: 260 seconds]
masta`` has quit [Read error: Connection reset by peer]
mikehu44 has quit [Ping timeout: 260 seconds]
mikehu44 has joined #bitcoin-core-dev
brunoerg has joined #bitcoin-core-dev
brunoerg has quit [Ping timeout: 260 seconds]
brunoerg has joined #bitcoin-core-dev
brunoerg has quit [Ping timeout: 268 seconds]
cmirror has quit [Remote host closed the connection]
cmirror has joined #bitcoin-core-dev
brunoerg has joined #bitcoin-core-dev
brunoerg has quit [Ping timeout: 260 seconds]
<dviola> I tried running bitcoin-qt on a pure wayland session the other day and it coredumped
<dviola> other qt5 apps ran fine
<dviola> works fine with xwayland
<dviola> does bitcoin-qt makes x11 calls or something?
<luke-jr> dviola: compiled yourself, or the static X11 binaries?
Kaizen_Kintsugi has quit [Remote host closed the connection]
<dviola> static from bitcoincore.org
Kaizen_Kintsugi has joined #bitcoin-core-dev
<dviola> I could try compiling it myself
<dviola> and see
<dviola> hrm, good point, thanks for your suggestion, luke-jr
<luke-jr> I would be surprised if Wayland worked OOTB with the static stuff
Kaizen_Kintsugi has quit [Ping timeout: 258 seconds]
<fanquake> Self compiled it should work
<fanquake> #19950
<gribble> https://github.com/bitcoin/bitcoin/issues/19950 | [Linux] Add wayland support · Issue #19950 · bitcoin/bitcoin · GitHub
<dviola> thanks
<dviola> maybe I should make the switch to gentoo or something... /jk
ishi_ has joined #bitcoin-core-dev
ishi__ has quit [Ping timeout: 260 seconds]
Kaizen_Kintsugi has joined #bitcoin-core-dev
copumpkin has quit [Read error: Connection reset by peer]
brunoerg has joined #bitcoin-core-dev
copumpkin has joined #bitcoin-core-dev
bw has quit [Ping timeout: 264 seconds]
larryruane has quit [Ping timeout: 264 seconds]
lightlike has quit [Ping timeout: 264 seconds]
bw has joined #bitcoin-core-dev
fjahr has quit [Ping timeout: 264 seconds]
dergoegge has quit [Ping timeout: 264 seconds]
brunoerg has quit [Ping timeout: 260 seconds]
lightlike has joined #bitcoin-core-dev
larryruane has joined #bitcoin-core-dev
fjahr has joined #bitcoin-core-dev
dergoegge has joined #bitcoin-core-dev
bitdex has quit [Ping timeout: 276 seconds]
moneyball_ has quit [Ping timeout: 264 seconds]
moneyball_ has joined #bitcoin-core-dev
bitdex has joined #bitcoin-core-dev
ishi_ has quit [Ping timeout: 260 seconds]
brunoerg has joined #bitcoin-core-dev
goatpig has joined #bitcoin-core-dev
brunoerg has quit [Ping timeout: 268 seconds]
smartin has joined #bitcoin-core-dev
Cory has joined #bitcoin-core-dev
rex4539 has joined #bitcoin-core-dev
brunoerg has joined #bitcoin-core-dev
brunoerg has quit [Ping timeout: 264 seconds]
brunoerg has joined #bitcoin-core-dev
brunoerg has quit [Ping timeout: 265 seconds]
<laanwj> yes, self-compiled for wayland works fine, statically would be difficult because the static plugin linking means it's (afaik) not possible to choose between wayland and x11 at run time, at least not without requiring both sets of dependency libraries on every system
<laanwj> but not sure...
<laanwj> there's a PR for that anyhow (#22708)
<gribble> https://github.com/bitcoin/bitcoin/issues/22708 | [PoC] build, qt: Add Wayland support for Linux builds with depends by hebasto · Pull Request #22708 · bitcoin/bitcoin · GitHub
<laanwj> luke-jr: thanks for checking
<laanwj> luke-jr: good to rule out it's a problem with our code
bitdex has quit [Remote host closed the connection]
bitdex has joined #bitcoin-core-dev
jarthur has quit [Quit: jarthur]
mikehu44_ has joined #bitcoin-core-dev
mikehu44_ has quit [Client Quit]
<laanwj> (linux GUI and static linking is a very deep rabbit hole, what we do now is semi-static not fully static linking, we link qt statically but not everything, e.g. xcb, fontconfig come from the system, because keyboard configuration and fonts are something local/system specific)
<laanwj> (clearly we could do the same with wayland, but, this means requiring wayland-ish libraries as well, and also IIRC wayland always requires something like OpenGL EGL for rendering, so it adds a dependency on that)
brunoerg has joined #bitcoin-core-dev
<hebasto> ^ yeap
<laanwj> and opengl is *very well* dynamically loadable at run-time but i'm not sure qt can do this
earnestly has joined #bitcoin-core-dev
brunoerg has quit [Ping timeout: 260 seconds]
mikehu44 has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
bomb-on has joined #bitcoin-core-dev
<hebasto> laanwj: ^ on all supported platforms?
ghost43_ has quit [Ping timeout: 276 seconds]
ghost43 has joined #bitcoin-core-dev
brunoerg has joined #bitcoin-core-dev
rex4539 has quit [Remote host closed the connection]
rex4539 has joined #bitcoin-core-dev
Guest21 has joined #bitcoin-core-dev
Guest21 has quit [Client Quit]
ol310 has joined #bitcoin-core-dev
brunoerg has quit [Ping timeout: 260 seconds]
ol310 has quit [Client Quit]
brunoerg has joined #bitcoin-core-dev
brunoerg has quit [Ping timeout: 245 seconds]
<laanwj> yes, statically linking graphics drivers just isn't a thing
<laanwj> it would be theoretically possible on linux (just a bad idea for anything besides very controlled embedded systems, you'd support a fixed set of GPUs) definitely not on operating systems with commercial drivers
<laanwj> of course, wayland is only a thing on linux
<laanwj> oh actually i don't think that's true anymore, windows wayland now too, but only if you use WSL, which is effectively linux
brunoerg has joined #bitcoin-core-dev
brunoerg has quit [Ping timeout: 260 seconds]
brunoerg has joined #bitcoin-core-dev
<hebasto> laanwj: thanks!
brunoerg has quit [Ping timeout: 265 seconds]
bitcoin-git has joined #bitcoin-core-dev
<bitcoin-git> bitcoin/master 54011e7 Karl-Johan Alm: refactor: use CWallet const shared pointers when possible
<bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/ab25ef8c7f76...baa9fc941cac
<bitcoin-git> bitcoin/master 9646198 Karl-Johan Alm: refactor: const shared_ptrs
<bitcoin-git> bitcoin/master baa9fc9 MarcoFalke: Merge bitcoin/bitcoin#22787: refactor: actual immutable pointing
bitcoin-git has left #bitcoin-core-dev [#bitcoin-core-dev]
bitcoin-git has joined #bitcoin-core-dev
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #22787: refactor: actual immutable pointing (master...202108-const-shared-ptrs) https://github.com/bitcoin/bitcoin/pull/22787
bitcoin-git has left #bitcoin-core-dev [#bitcoin-core-dev]
brunoerg has joined #bitcoin-core-dev
brunoerg has quit [Ping timeout: 260 seconds]
brunoerg has joined #bitcoin-core-dev
baldur has quit [Ping timeout: 264 seconds]
brunoerg has quit [Ping timeout: 264 seconds]
brunoerg has joined #bitcoin-core-dev
brunoerg has quit [Ping timeout: 260 seconds]
kinlo has quit [Ping timeout: 245 seconds]
baldur has joined #bitcoin-core-dev
kinlo has joined #bitcoin-core-dev
brunoerg has joined #bitcoin-core-dev
brunoerg has quit [Ping timeout: 268 seconds]
brunoerg has joined #bitcoin-core-dev
brunoerg has quit [Ping timeout: 246 seconds]
masta`` has joined #bitcoin-core-dev
brunoerg has joined #bitcoin-core-dev
goatpig has quit [Ping timeout: 268 seconds]
brunoerg has quit [Ping timeout: 245 seconds]
brunoerg has joined #bitcoin-core-dev
brunoerg has quit [Ping timeout: 246 seconds]
goatpig has joined #bitcoin-core-dev
brunoerg has joined #bitcoin-core-dev
mably has joined #bitcoin-core-dev
brunoerg has quit [Ping timeout: 260 seconds]
bitcoin-git has joined #bitcoin-core-dev
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/baa9fc941cac...c426e0dc6f05
<bitcoin-git> bitcoin/master 2600db6 Sebastian Falbesoner: test: fix misleading fee unit in mempool_limit.py
<bitcoin-git> bitcoin/master c426e0d MarcoFalke: Merge bitcoin/bitcoin#22972: test: fix misleading fee unit in mempool_limi...
bitcoin-git has left #bitcoin-core-dev [#bitcoin-core-dev]
bitcoin-git has joined #bitcoin-core-dev
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #22972: test: fix misleading fee unit in mempool_limit.py (master...202109-test-fix_confusing_fee_calculation_in_mempool_limit) https://github.com/bitcoin/bitcoin/pull/22972
bitcoin-git has left #bitcoin-core-dev [#bitcoin-core-dev]
rex4539 has quit [Remote host closed the connection]
rex4539 has joined #bitcoin-core-dev
brunoerg has joined #bitcoin-core-dev
bitcoin-git has joined #bitcoin-core-dev
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/c426e0dc6f05...8bac3b109641
<bitcoin-git> bitcoin/master d2c4904 Sebastian Falbesoner: test: MiniWallet: more deterministic coin selection for coinbase UTXOs (ol...
<bitcoin-git> bitcoin/master 8bac3b1 MarcoFalke: Merge bitcoin/bitcoin#23375: test: MiniWallet: more deterministic coin sel...
bitcoin-git has left #bitcoin-core-dev [#bitcoin-core-dev]
bitcoin-git has joined #bitcoin-core-dev
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #23375: test: MiniWallet: more deterministic coin selection for coinbase UTXOs (oldest first) (master...202110-test-MiniWallet-deterministic_coin_selection_oldest_first) https://github.com/bitcoin/bitcoin/pull/23375
bitcoin-git has left #bitcoin-core-dev [#bitcoin-core-dev]
brunoerg has quit [Remote host closed the connection]
brunoerg has joined #bitcoin-core-dev
emcy has quit [Quit: Leaving]
emcy has joined #bitcoin-core-dev
brunoerg has quit [Ping timeout: 260 seconds]
bitcoin-git has joined #bitcoin-core-dev
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/8bac3b109641...5574881ce329
<bitcoin-git> bitcoin/master 5574881 MarcoFalke: Merge bitcoin/bitcoin#23354: Introduce new V4 format addrman
<bitcoin-git> bitcoin/master d891ae7 Pieter Wuille: Introduce new V4 format addrman
bitcoin-git has left #bitcoin-core-dev [#bitcoin-core-dev]
bitcoin-git has joined #bitcoin-core-dev
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #23354: Introduce new V4 format addrman (master...202110_v4addrman) https://github.com/bitcoin/bitcoin/pull/23354
bitcoin-git has left #bitcoin-core-dev [#bitcoin-core-dev]
brunoerg has joined #bitcoin-core-dev
brunoerg has quit [Ping timeout: 258 seconds]
brunoerg has joined #bitcoin-core-dev
brunoerg has quit [Ping timeout: 252 seconds]
morcos has quit [Quit: ZNC 1.8.2+deb1+bionic2 - https://znc.in]
morcos_ has joined #bitcoin-core-dev
morcos_ is now known as morcos
morcos has quit [Remote host closed the connection]
morcos has joined #bitcoin-core-dev
vasild has quit [Ping timeout: 276 seconds]
vasild has joined #bitcoin-core-dev
jrayhawk_ is now known as jrayhawk
goatpig has quit [Ping timeout: 258 seconds]
bitcoin-git has joined #bitcoin-core-dev
<bitcoin-git> [gui] Sjors opened pull request #459: Use Taproot checkbox for receive tab (master...2021/10/taproot_gui) https://github.com/bitcoin-core/gui/pull/459
bitcoin-git has left #bitcoin-core-dev [#bitcoin-core-dev]
bitcoin-git has joined #bitcoin-core-dev
<bitcoin-git> [bitcoin] Sjors closed pull request #22260: Make bech32m the default for RPC, opt-in for GUI (master...2021/06/bech32_gui) https://github.com/bitcoin/bitcoin/pull/22260
bitcoin-git has left #bitcoin-core-dev [#bitcoin-core-dev]
brunoerg has joined #bitcoin-core-dev
mikehu44 has joined #bitcoin-core-dev
bitdex has quit [Quit: = ""]
AaronvanW has quit [Quit: Leaving...]
Guyver2 has joined #bitcoin-core-dev
mably has quit [Quit: Connection closed for inactivity]
brunoerg has quit [Remote host closed the connection]
brunoerg has joined #bitcoin-core-dev
Cory has quit [Ping timeout: 260 seconds]
brunoerg has quit [Remote host closed the connection]
brunoerg has joined #bitcoin-core-dev
brunoerg has quit [Ping timeout: 260 seconds]
brunoerg has joined #bitcoin-core-dev
AaronvanW has joined #bitcoin-core-dev
elrey has joined #bitcoin-core-dev
provoostenator has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
provoostenator has joined #bitcoin-core-dev
masta`` has quit [Read error: Connection reset by peer]
mikehu44 has quit [Ping timeout: 260 seconds]
vasild has quit [Ping timeout: 276 seconds]
mikehu44 has joined #bitcoin-core-dev
Lorenzino has joined #bitcoin-core-dev
mikehu44 has quit [Ping timeout: 246 seconds]
mikehu44 has joined #bitcoin-core-dev
Guest0 has joined #bitcoin-core-dev
brunoerg has quit [Remote host closed the connection]
provoostenator has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
brunoerg has joined #bitcoin-core-dev
elrey has quit [Quit: Leaving]
white5moke has joined #bitcoin-core-dev
brunoerg has quit [Ping timeout: 264 seconds]
brunoerg has joined #bitcoin-core-dev
provoostenator has joined #bitcoin-core-dev
brunoerg has quit [Ping timeout: 268 seconds]
bitcoin-git has joined #bitcoin-core-dev
<bitcoin-git> [bitcoin] mjdietzx opened pull request #23385: refactor: get wallet path relative to wallet_dir (master...refactor-get-relative-wallet-path) https://github.com/bitcoin/bitcoin/pull/23385
bitcoin-git has left #bitcoin-core-dev [#bitcoin-core-dev]
brunoerg has joined #bitcoin-core-dev
provoostenator has quit [Client Quit]
provoostenator has joined #bitcoin-core-dev
brunoerg has quit [Ping timeout: 264 seconds]
vasild has joined #bitcoin-core-dev
white5moke has quit [Quit: Leaving...]
white5moke has joined #bitcoin-core-dev
Guest0 has quit [Quit: Client closed]
brunoerg has joined #bitcoin-core-dev
vasild has quit [Ping timeout: 276 seconds]
ishaqm has joined #bitcoin-core-dev
brunoerg has quit [Ping timeout: 264 seconds]
brunoerg has joined #bitcoin-core-dev
vasild has joined #bitcoin-core-dev
Guest0 has joined #bitcoin-core-dev
brunoerg has quit [Ping timeout: 245 seconds]
brunoerg has joined #bitcoin-core-dev
ishaqm has quit [Remote host closed the connection]
ishaqm has joined #bitcoin-core-dev
Guest7548 has joined #bitcoin-core-dev
brunoerg has quit [Ping timeout: 265 seconds]
Guest7548 has quit [Client Quit]
brunoerg has joined #bitcoin-core-dev
brunoerg has quit [Ping timeout: 264 seconds]
Guest58 has joined #bitcoin-core-dev
<Guest58> Hello
Guest58 has quit [Client Quit]
brunoerg has joined #bitcoin-core-dev
brunoerg has quit [Ping timeout: 260 seconds]
brunoerg has joined #bitcoin-core-dev
brunoerg has quit [Ping timeout: 264 seconds]
vasanth2[m] has quit [Quit: You have been kicked for being idle]
brunoerg has joined #bitcoin-core-dev
davidbak has quit [Ping timeout: 260 seconds]
Kaizen_Kintsugi has quit [Remote host closed the connection]
Kaizen_Kintsugi has joined #bitcoin-core-dev
vasild has quit [Ping timeout: 276 seconds]
Talkless has joined #bitcoin-core-dev
ishaqm has quit [Remote host closed the connection]
commmon has quit [Read error: Connection reset by peer]
glozow has quit [Read error: Connection reset by peer]
glozow has joined #bitcoin-core-dev
hendi has quit [Ping timeout: 244 seconds]
hendi has joined #bitcoin-core-dev
white5moke has quit [Quit: Leaving...]
davidbak has joined #bitcoin-core-dev
bitcoin-git has joined #bitcoin-core-dev
<bitcoin-git> [bitcoin] greenaddress opened pull request #23387: WIP: add support to save fee estimates without having to shut down the node (master...dump_fee_estimates) https://github.com/bitcoin/bitcoin/pull/23387
bitcoin-git has left #bitcoin-core-dev [#bitcoin-core-dev]
jamesob has quit [Quit: Connection closed for inactivity]
Eric3 has joined #bitcoin-core-dev
Jackielove4u_ has joined #bitcoin-core-dev
busybusybusy has joined #bitcoin-core-dev
nathanael_ has joined #bitcoin-core-dev
nathanael has quit [*.net *.split]
ExEric3 has quit [*.net *.split]
Jackielove4u has quit [*.net *.split]
BUSY has quit [*.net *.split]
Jackielove4u_ is now known as Jackielove4u
cryptapus has quit [Quit: Konversation terminated!]
brunoerg has quit [Remote host closed the connection]
brunoerg has joined #bitcoin-core-dev
yanmaani has quit [Ping timeout: 276 seconds]
yanmaani has joined #bitcoin-core-dev
belcher has quit [Ping timeout: 258 seconds]
Lorenzino has quit [Ping timeout: 256 seconds]
belcher has joined #bitcoin-core-dev
bairen has quit [Ping timeout: 276 seconds]
bairen has joined #bitcoin-core-dev
nathanael_ is now known as nathanael
bairen has quit [Remote host closed the connection]
bairen has joined #bitcoin-core-dev
bairen has quit [Ping timeout: 276 seconds]
gene has joined #bitcoin-core-dev
bairen has joined #bitcoin-core-dev
brunoerg has quit [Remote host closed the connection]
Kaizen_Kintsugi has quit [Remote host closed the connection]
Kaizen_Kintsugi has joined #bitcoin-core-dev
brunoerg has joined #bitcoin-core-dev
brunoerg has quit [Ping timeout: 258 seconds]
cryptapus has joined #bitcoin-core-dev
Talkless has quit [Quit: Konversation terminated!]
brunoerg has joined #bitcoin-core-dev
brunoerg has quit [Remote host closed the connection]
Talkless has joined #bitcoin-core-dev
Talkless has quit [Client Quit]
brunoerg has joined #bitcoin-core-dev
brunoerg has quit [Ping timeout: 258 seconds]
Guyver2 has quit [Quit: Going offline, see ya! (www.adiirc.com)]
gene has quit [Quit: gene]
bairen has quit [Remote host closed the connection]
brunoerg has joined #bitcoin-core-dev
brunoerg has quit [Ping timeout: 260 seconds]
brunoerg has joined #bitcoin-core-dev
brunoerg has quit [Ping timeout: 260 seconds]
smartin has quit [Quit: smartin]
brunoerg has joined #bitcoin-core-dev
brunoerg has quit [Ping timeout: 264 seconds]
brunoerg has joined #bitcoin-core-dev
Kaizen_Kintsugi has quit [Remote host closed the connection]
Kaizen_Kintsugi has joined #bitcoin-core-dev
brunoerg has quit [Ping timeout: 258 seconds]
brunoerg has joined #bitcoin-core-dev
Lorenzino has joined #bitcoin-core-dev
cryptapus has quit [Quit: Konversation terminated!]
brunoerg has quit [Ping timeout: 260 seconds]
masta`` has joined #bitcoin-core-dev
masta_ has joined #bitcoin-core-dev
masta_ has quit [Client Quit]
brunoerg has joined #bitcoin-core-dev
cryptapus has joined #bitcoin-core-dev
brunoerg has quit [Ping timeout: 260 seconds]
brunoerg has joined #bitcoin-core-dev
yanmaani has quit [Ping timeout: 276 seconds]
laanwj has quit [Quit: WeeChat 3.1]
yanmaani has joined #bitcoin-core-dev
mikehu44 has quit [Ping timeout: 245 seconds]
Kaizen_Kintsugi has quit [Remote host closed the connection]
Kaizen_Kintsugi has joined #bitcoin-core-dev
jespada has joined #bitcoin-core-dev
brunoerg has quit [Remote host closed the connection]
brunoerg has joined #bitcoin-core-dev
Kaizen_Kintsugi has quit [Ping timeout: 258 seconds]
Kaizen_Kintsugi has joined #bitcoin-core-dev
jespada has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
brunoerg has quit [Remote host closed the connection]
brunoerg has joined #bitcoin-core-dev
brunoerg has quit [Ping timeout: 264 seconds]
brunoerg has joined #bitcoin-core-dev
brunoerg has quit [Ping timeout: 260 seconds]
brunoerg has joined #bitcoin-core-dev
copumpkin has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
brunoerg has quit [Ping timeout: 260 seconds]
brunoerg has joined #bitcoin-core-dev
brunoerg has quit [Ping timeout: 260 seconds]
brunoerg has joined #bitcoin-core-dev