00:40
<
bitcoin-git >
bitcoin/master 39034f1 Andrew Chow: Refactor rawtransaction_util's SignTransaction to have previous tx parsing...
00:40
<
bitcoin-git >
bitcoin/master 46494b0 fanquake: Merge #16798: Refactor rawtransaction_util's SignTransaction to separate p...
02:16
<
bitcoin-git >
bitcoin/master 5ce822e Matt Corallo: Conservatively accept RBF bumps bumping one tx at the package limits
02:16
<
bitcoin-git >
bitcoin/master 0d20c42 fanquake: Merge #16421: Conservatively accept RBF bumps bumping one tx at the packag...
05:17
<
bitcoin-git >
bitcoin/master 0093a58 Carl Dong: contrib: guix: More robust search paths, add checks
05:17
<
bitcoin-git >
bitcoin/master 0065ead Carl Dong: contrib: guix: Remove ssp spec file hack
05:17
<
bitcoin-git >
bitcoin/master e4b9748 fanquake: Merge #16810: guix: Remove ssp spec file hack
06:19
<
sipa >
fanquake: emojis are part of the wallet name?
06:22
<
fanquake >
sipa: Yea they can be. Hopefully everyones filesystem can handle emojis in directory names.
06:23
<
fanquake >
on macOS: /Users/michael/Library/Application Support/Bitcoin/No Private Keys 🙅♂️
06:24
<
sipa >
ỉ ħểắŕťįłỳ ēńđốŕšễ ţħě ủşắģĕ ōƒ ũņìćơďě ŗįĉĥ ƒøŕḿş ỏƒ ŧẹxŧ
06:25
<
* fanquake >
hears and IRC client crash in the distance
06:25
<
sipa >
uʍop ǝpısdn ʃǝǝɟ noʎ ǝʞɐɯ ʃʃ,ʎǝɥʇ
06:30
<
meshcollider >
Right way up for me ;)
06:31
<
sipa >
mishcolloider is like "wow, finally some text i can read without standing on my head" ?
06:46
<
bitcoin-git >
bitcoin/master bc6d8a3 João Barbosa: gui: Refactor OpenWalletActivity
06:46
<
bitcoin-git >
bitcoin/master 60adb21 Andrew Chow: Optionally allow AskPassphraseDialog to output the passphrase
06:46
<
bitcoin-git >
bitcoin/master 78863e2 Andrew Chow: Add CreateWalletDialog to create wallets from the GUI
07:14
<
meshcollider >
fanquake: thanks 👍
07:14
<
meshcollider >
Good to have those merged
07:15
<
fanquake >
meshcollider: np. Opened #16820 with some follow ups, feel free to add anything else.
09:09
<
Lauda >
What's the limiting speed factor for a rescan? On 0.18 it just uses about 30% of the SSD
09:45
<
bitcoin-git >
bitcoin/master 26a93bc Suhas Daftuar: Remove unused variable
09:45
<
bitcoin-git >
bitcoin/master 4de0dba Suhas Daftuar: [refactor] Move tx relay state to separate structure
09:45
<
bitcoin-git >
bitcoin/master c4aa2ba Suhas Daftuar: [refactor] Change tx_relay structure to be unique_ptr
20:54
<
emilengler >
How can I get a list of all args in an ArgsManager?
20:55
<
emilengler >
Like when I do "x.AddArg("-foo", ...) is there a way to get something like a vector with foo?