< jimpo> BlueMatt: Can you think of a good way to get a locator-type thing without cs_main?
< jimpo> I was thinking something like following skiplist links back until a block that has been flushed
< jimpo> But there's no way to tell if a CBlockIndex has been flushed other than setDirtyBlockIndex AFAICT, which requires cs_main anyway
< jimpo> Actually, nvm, I'll just use the SetBestBlock callback
< bitcoin-git> [bitcoin] kallewoof opened pull request #12869: Extend WIF format with key type (master...importmulti-wif-extended) https://github.com/bitcoin/bitcoin/pull/12869
< bitcoin-git> [bitcoin] Sjors opened pull request #12870: make clean removes src/qt/moc_ files (master...2018/04/make_clean_qt_moc) https://github.com/bitcoin/bitcoin/pull/12870
< bitcoin-git> [bitcoin] practicalswift opened pull request #12871: Add shell script linting: Check for shellcheck warnings in shell scripts (master...lint-shell) https://github.com/bitcoin/bitcoin/pull/12871
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/c564424d98b1...ad960f5771dc
< bitcoin-git> bitcoin/master b386970 Ben Woosley: [moveonly] Extract HelpRequested to dry up the help options testing...
< bitcoin-git> bitcoin/master ad960f5 MarcoFalke: Merge #12846: [moveonly] Extract HelpRequested to dry up the help options testing...
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #12846: [moveonly] Extract HelpRequested to dry up the help options testing (master...dry-help) https://github.com/bitcoin/bitcoin/pull/12846
< bitcoin-git> [bitcoin] jnewbery closed pull request #8695: [Net] Retry feeler connection if OpenNetworkConnection fails in under 1ms. (master...2016-09-09-net-feeler-timeout) https://github.com/bitcoin/bitcoin/pull/8695
< bitcoin-git> [bitcoin] jnewbery reopened pull request #12490: Remove deprecated wallet rpc features from bitcoin_server (master...remove_deprecated_rpcs) https://github.com/bitcoin/bitcoin/pull/12490
< bitcoin-git> [bitcoin] jnewbery closed pull request #12490: Remove deprecated wallet rpc features from bitcoin_server (master...remove_deprecated_rpcs) https://github.com/bitcoin/bitcoin/pull/12490
< bitcoin-git> [bitcoin] jamesob opened pull request #12873: [ci] Run functional tests using bitcoin-qt in one Travis job (master...2018-04-03-travis-func-qt) https://github.com/bitcoin/bitcoin/pull/12873
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #12484: [net] Skip stale tip checks in regtest (master...no-staletip-check-regtest) https://github.com/bitcoin/bitcoin/pull/12484
< bitcoin-git> [bitcoin] sipa opened pull request #12874: Only accept bare multisig outputs after addmultisigaddress (master...201803_nowalletbaremultisig) https://github.com/bitcoin/bitcoin/pull/12874
< archaeal> trying to get various functional test python scripts to run with latest master...many of them fail with an error whenever node.generate(x) is called: test_framework.authproxy.JSONRPCException: Method not found (-32601)
< archaeal> anyone run into this? Am I missing some setup step? Killed all bitcoind processes and cleared the cache folder