< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/ae3e3bd151f4...46494b08e239
< bitcoin-git> bitcoin/master 39034f1 Andrew Chow: Refactor rawtransaction_util's SignTransaction to have previous tx parsing...
< bitcoin-git> bitcoin/master 46494b0 fanquake: Merge #16798: Refactor rawtransaction_util's SignTransaction to separate p...
< bitcoin-git> [bitcoin] fanquake merged pull request #16798: Refactor rawtransaction_util's SignTransaction to separate prevtx parsing (master...split-signtx-prevtx) https://github.com/bitcoin/bitcoin/pull/16798
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/46494b08e239...0d20c42a014f
< bitcoin-git> bitcoin/master 5ce822e Matt Corallo: Conservatively accept RBF bumps bumping one tx at the package limits
< bitcoin-git> bitcoin/master 0d20c42 fanquake: Merge #16421: Conservatively accept RBF bumps bumping one tx at the packag...
< bitcoin-git> [bitcoin] fanquake merged pull request #16421: Conservatively accept RBF bumps bumping one tx at the package limits (master...2019-07-lightning-policy-bump) https://github.com/bitcoin/bitcoin/pull/16421
< bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/0d20c42a014f...e4b974830ee8
< bitcoin-git> bitcoin/master 0093a58 Carl Dong: contrib: guix: More robust search paths, add checks
< bitcoin-git> bitcoin/master 0065ead Carl Dong: contrib: guix: Remove ssp spec file hack
< bitcoin-git> bitcoin/master e4b9748 fanquake: Merge #16810: guix: Remove ssp spec file hack
< bitcoin-git> [bitcoin] fanquake merged pull request #16810: guix: Remove ssp spec file hack (master...2019-09-guix-remove-ssp-spec) https://github.com/bitcoin/bitcoin/pull/16810
< fanquake> Emoji quirks https://imgur.com/a/ZJmehvm
< sipa> fanquake: emojis are part of the wallet name?
< fanquake> sipa: Yea they can be. Hopefully everyones filesystem can handle emojis in directory names.
< fanquake> on macOS: /Users/michael/Library/Application Support/Bitcoin/No Private Keys 🙅‍♂️
< sipa> ỉ ħểắŕťįłỳ ēńđốŕšễ ţħě ủşắģĕ ōƒ ũņìćơďě ŗįĉĥ ƒøŕḿş ỏƒ ŧẹxŧ
< * fanquake> hears and IRC client crash in the distance
< sipa> uʍop ǝpısdn ʃǝǝɟ noʎ ǝʞɐɯ ʃʃ,ʎǝɥʇ
< meshcollider> Right way up for me ;)
< sipa> mishcolloider is like "wow, finally some text i can read without standing on my head" ?
< bitcoin-git> [bitcoin] fanquake pushed 6 commits to master: https://github.com/bitcoin/bitcoin/compare/e4b974830ee8...b5a8d0cff1e5
< bitcoin-git> bitcoin/master bc6d8a3 João Barbosa: gui: Refactor OpenWalletActivity
< bitcoin-git> bitcoin/master 60adb21 Andrew Chow: Optionally allow AskPassphraseDialog to output the passphrase
< bitcoin-git> bitcoin/master 78863e2 Andrew Chow: Add CreateWalletDialog to create wallets from the GUI
< bitcoin-git> [bitcoin] fanquake merged pull request #15450: gui: Create wallet menu option (master...gui-create-wallet) https://github.com/bitcoin/bitcoin/pull/15450
< bitcoin-git> [bitcoin] fanquake merged pull request #16261: gui: Refactor OpenWalletActivity (master...2019-06-refactor-open-wallet) https://github.com/bitcoin/bitcoin/pull/16261
< meshcollider> fanquake: thanks 👍
< meshcollider> Good to have those merged
< fanquake> meshcollider: np. Opened #16820 with some follow ups, feel free to add anything else.
< gribble> https://github.com/bitcoin/bitcoin/issues/16820 | Follow ups from #15450 · Issue #16820 · bitcoin/bitcoin · GitHub
< Lauda> What's the limiting speed factor for a rescan? On 0.18 it just uses about 30% of the SSD
< bitcoin-git> [bitcoin] erasmospunk opened pull request #16821: Fix bug where duplicate PSBT keys are accepted (master...psbt-fix) https://github.com/bitcoin/bitcoin/pull/16821
< bitcoin-git> [bitcoin] fanquake pushed 10 commits to master: https://github.com/bitcoin/bitcoin/compare/b5a8d0cff1e5...189c19e01242
< bitcoin-git> bitcoin/master 26a93bc Suhas Daftuar: Remove unused variable
< bitcoin-git> bitcoin/master 4de0dba Suhas Daftuar: [refactor] Move tx relay state to separate structure
< bitcoin-git> bitcoin/master c4aa2ba Suhas Daftuar: [refactor] Change tx_relay structure to be unique_ptr
< bitcoin-git> [bitcoin] fanquake merged pull request #15759: p2p: Add 2 outbound block-relay-only connections (master...2019-03-blocksonly-edges) https://github.com/bitcoin/bitcoin/pull/15759
< bitcoin-git> [bitcoin] jonatack opened pull request #16822: [WIP] gui: Createwallet followups (master...createwallet-followup) https://github.com/bitcoin/bitcoin/pull/16822
< bitcoin-git> [bitcoin] RajaMBZ closed pull request #16818: doc: Update CONTRIBUTING.md (master...patch-1) https://github.com/bitcoin/bitcoin/pull/16818
< bitcoin-git> [bitcoin] TheBlueMatt opened pull request #16825: Default to 2 additional blocks-only connections over Tor (+ bump default max conns to 150) (master...2019-09-tor-blocksonly) https://github.com/bitcoin/bitcoin/pull/16825
< emilengler> How can I get a list of all args in an ArgsManager?
< emilengler> Like when I do "x.AddArg("-foo", ...) is there a way to get something like a vector with foo?