< emilengler> gwillen: Yes but that was what I meantr
< sipa> emilengler: there is no requirement to sign commits
< sipa> if you do, you need to re-sign every time you rebase/square or otherwise edit yoir history
< emilengler> Is it possible to do a "git rebase" with the "-S" arg?
< emilengler> Yes it is
< emilengler> Just read the manpage
< emilengler> Will try it next time
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/3a3d8b835712...e55444a2a8a2
< bitcoin-git> bitcoin/master 0a4e4a0 Peter Bushnell: [build] .gitignore add Qt Creator Makefile.am.user
< bitcoin-git> bitcoin/master e55444a fanquake: Merge #16534: build: add Qt Creator Makefile.am.user to .gitignore
< elichai2> emilengler: yp need to add `-S` to everyt git command you run that modifies the commits. but an easier way to do this is just run `git config commit.gpgsign true` in your bitcoin dir which will force your git to sign every commit you make in that repo
< bitcoin-git> [bitcoin] fanquake merged pull request #16534: build: add Qt Creator Makefile.am.user to .gitignore (master...patch-3) https://github.com/bitcoin/bitcoin/pull/16534
< emilengler> How can I get the IP which is sending an RPC request?
< emilengler> the*
< emilengler> Nevermind I got it
< emilengler> It is in the JSONRPCRequest parameter under peerAddr
< emilengler> How can I set the default of a gArg
< bitcoin-git> [bitcoin] emilengler opened pull request #16544: rpc: Add rpcallowstop (master...2019-08-rpc-disable-stop-parameter) https://github.com/bitcoin/bitcoin/pull/16544
< bitcoin-git> [bitcoin] fanquake closed pull request #14125: Add testcase to simulate bitcoin schema in leveldb (master...master) https://github.com/bitcoin/bitcoin/pull/14125
< bitcoin-git> [bitcoin] fanquake closed pull request #13612: Qt: Only call tryGetBalances in pollBalanceChanged if the result will be used. (master...bitcoin) https://github.com/bitcoin/bitcoin/pull/13612
< bitcoin-git> [bitcoin] fanquake closed pull request #16138: Scripts and tools: Add sudoers.d, rc.local from docs to gitian script (master...gitian-automated-sudoers-br0) https://github.com/bitcoin/bitcoin/pull/16138
< bitcoin-git> [bitcoin] ryanofsky opened pull request #16545: Implement missing error checking for ArgsManager flags (master...pr/argcheck) https://github.com/bitcoin/bitcoin/pull/16545
< bitcoin-git> [bitcoin] Sjors opened pull request #16546: [WIP] External signer support - Wallet Box edition (master...2019/08/hww-box2) https://github.com/bitcoin/bitcoin/pull/16546
< bitcoin-git> [bitcoin] Sjors closed pull request #14912: [WIP] External signer support (e.g. hardware wallet) (master...2018/11/rpc-signer) https://github.com/bitcoin/bitcoin/pull/14912
< bitcoin-git> [bitcoin] Sjors closed pull request #15876: [rpc] signer send and fee bump convenience methods (master...2019/04/signerbumpfee) https://github.com/bitcoin/bitcoin/pull/15876
< provoostenator> ^ this adds yet another boolean to createwallet, which automagically goes and fetches keys from your hardware wallet!
< provoostenator> Only 134 commits with all the wallet box and native descriptor stuff :-)
< meshcollider> Massive stacked PRs, yay :')
< meshcollider> Exciting work though, thanks for reworking that provoostenator
< fanquake> meshcollider: Seems to be a wallet developer thing :p