1 2018-04-03 01:36:47	0|jimpo|BlueMatt: Can you think of a good way to get a locator-type thing without cs_main?
 2 2018-04-03 01:37:13	0|jimpo|I was thinking something like following skiplist links back until a block that has been flushed
 3 2018-04-03 01:37:48	0|jimpo|But there's no way to tell if a CBlockIndex has been flushed other than setDirtyBlockIndex AFAICT, which requires cs_main anyway
 4 2018-04-03 01:41:59	0|jimpo|Actually, nvm, I'll just use the SetBestBlock callback
 5 2018-04-03 07:52:47	0|bitcoin-git|[13bitcoin] 15kallewoof opened pull request #12869: Extend WIF format with key type (06master...06importmulti-wif-extended) 02https://github.com/bitcoin/bitcoin/pull/12869
 6 2018-04-03 13:12:14	0|bitcoin-git|[13bitcoin] 15Sjors opened pull request #12870: make clean removes src/qt/moc_ files (06master...062018/04/make_clean_qt_moc) 02https://github.com/bitcoin/bitcoin/pull/12870
 7 2018-04-03 13:37:49	0|bitcoin-git|[13bitcoin] 15practicalswift opened pull request #12871: Add shell script linting: Check for shellcheck warnings in shell scripts (06master...06lint-shell) 02https://github.com/bitcoin/bitcoin/pull/12871
 8 2018-04-03 15:53:04	0|bitcoin-git|[13bitcoin] 15MarcoFalke pushed 2 new commits to 06master: 02https://github.com/bitcoin/bitcoin/compare/c564424d98b1...ad960f5771dc
 9 2018-04-03 15:53:05	0|bitcoin-git|13bitcoin/06master 14ad960f5 15MarcoFalke: Merge #12846: [moveonly] Extract HelpRequested to dry up the help options testing...
10 2018-04-03 15:53:05	0|bitcoin-git|13bitcoin/06master 14b386970 15Ben Woosley: [moveonly] Extract HelpRequested to dry up the help options testing...
11 2018-04-03 15:54:03	0|bitcoin-git|[13bitcoin] 15MarcoFalke closed pull request #12846: [moveonly] Extract HelpRequested to dry up the help options testing (06master...06dry-help) 02https://github.com/bitcoin/bitcoin/pull/12846
12 2018-04-03 17:19:33	0|bitcoin-git|[13bitcoin] 15jnewbery closed pull request #8695: [Net] Retry feeler connection if OpenNetworkConnection fails in under 1ms. (06master...062016-09-09-net-feeler-timeout) 02https://github.com/bitcoin/bitcoin/pull/8695
13 2018-04-03 17:27:09	0|bitcoin-git|[13bitcoin] 15jnewbery reopened pull request #12490: Remove deprecated wallet rpc features from bitcoin_server (06master...06remove_deprecated_rpcs) 02https://github.com/bitcoin/bitcoin/pull/12490
14 2018-04-03 17:27:20	0|bitcoin-git|[13bitcoin] 15jnewbery closed pull request #12490: Remove deprecated wallet rpc features from bitcoin_server (06master...06remove_deprecated_rpcs) 02https://github.com/bitcoin/bitcoin/pull/12490
15 2018-04-03 20:41:14	0|bitcoin-git|[13bitcoin] 15jamesob opened pull request #12873: [ci] Run functional tests using bitcoin-qt in one Travis job (06master...062018-04-03-travis-func-qt) 02https://github.com/bitcoin/bitcoin/pull/12873
16 2018-04-03 21:42:34	0|bitcoin-git|[13bitcoin] 15MarcoFalke closed pull request #12484: [net] Skip stale tip checks in regtest (06master...06no-staletip-check-regtest) 02https://github.com/bitcoin/bitcoin/pull/12484
17 2018-04-03 22:40:51	0|bitcoin-git|[13bitcoin] 15sipa opened pull request #12874: Only accept bare multisig outputs after addmultisigaddress (06master...06201803_nowalletbaremultisig) 02https://github.com/bitcoin/bitcoin/pull/12874
18 2018-04-03 23:51:59	0|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)
19 2018-04-03 23:52:41	0|archaeal|anyone run into this?  Am I missing some setup step?  Killed all bitcoind processes and cleared the cache folder