< bitcoin-git> [bitcoin] MarcoFalke opened pull request #17804: doc: Misc RPC help fixes (master...1912-rpcDocFixes) https://github.com/bitcoin/bitcoin/pull/17804
< emilengler> Which RPC commands should always be allowed for tests?
< emilengler> The test framework calls some RPC commands to test if it is alive like getblockcount
< emilengler> I am working on a test and because of the rpcwhitelist feature it is good to know the commands which should always be executable
< emilengler> Got the permissions
< emilengler> By default it requires: getblockcount,getwalletinfo,importprivkey,getblockchaininfo,submitblock,addnode,getpeerinfo,getbestblockhash,getrawmempool,syncwithvalidationinterfacequeue,stop
< bitcoin-git> [bitcoin] emilengler opened pull request #17805: test: Add test for rpcwhitelistdefault (master...2019-12-rpc-whitelistdefault-test) https://github.com/bitcoin/bitcoin/pull/17805
< bitcoin-git> [bitcoin] emilengler opened pull request #17806: test: Change filemode of rpc_whitelist.py (master...2019-12-filemode-rpc-whitelist-test) https://github.com/bitcoin/bitcoin/pull/17806
< bitcoin-git> [bitcoin] ahook opened pull request #17807: net: Remove unnecessary portability typedef (master...akh_socket_arg_type) https://github.com/bitcoin/bitcoin/pull/17807
< bitcoin-git> [bitcoin] ahook opened pull request #17808: util: Replace itostr/i64tostr with c++11 to_string (master...akh_to_string) https://github.com/bitcoin/bitcoin/pull/17808
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #17809: rpc: Auto-format RPCResult (master...1906-rpcResult) https://github.com/bitcoin/bitcoin/pull/17809
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/1dbf3350c683...6cb80a068dc1
< bitcoin-git> bitcoin/master 90df922 Emil Engler: test: Change filemode of rpc_whitelist.py
< bitcoin-git> bitcoin/master 6cb80a0 MarcoFalke: Merge #17806: test: Change filemode of rpc_whitelist.py
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #17806: test: Change filemode of rpc_whitelist.py (master...2019-12-filemode-rpc-whitelist-test) https://github.com/bitcoin/bitcoin/pull/17806
< promag> ImportError: No module named configparser
< promag> is this new?
< fanquake> promag: the brew upgrade python step is failing to symlink
< fanquake> I assume it
< fanquake> *it's related to that
< promag> and only fails in the last build?
< fanquake> You mean the last on Travis? Yes because that's the only one that uses brew for dependencies
< emilengler> promag: It is new
< promag> fanquake: ah right