1 2017-08-12 08:51:24	0|jonasschnelli|Using mininode I sometimes get "raise ValueError("got garbage %s" % repr(self.recvbuf))" ... is that a concurrency issue?
 2 2017-08-12 08:52:19	0|jonasschnelli|I'm creating a bunch of NodeConnCB during the test and therefore need to call NetworkThread().start() multiple times... may that be a problem?
 3 2017-08-12 11:22:02	0|bitcoin-git|13bitcoin/06master 14bdf607e 15João Barbosa: test: Add resendwallettransactions functional tests
 4 2017-08-12 11:22:02	0|bitcoin-git|[13bitcoin] 15MarcoFalke pushed 2 new commits to 06master: 02https://github.com/bitcoin/bitcoin/compare/bf74d377fb8e...ac016e17d202
 5 2017-08-12 11:22:03	0|bitcoin-git|13bitcoin/06master 14ac016e1 15MarcoFalke: Merge #11000: test: Add resendwallettransactions functional tests...
 6 2017-08-12 11:22:41	0|bitcoin-git|[13bitcoin] 15MarcoFalke closed pull request #11000: test: Add resendwallettransactions functional tests (06master...06201708-resendwallettransactions-test) 02https://github.com/bitcoin/bitcoin/pull/11000
 7 2017-08-12 11:26:13	0|bitcoin-git|13bitcoin/06master 14aeb3175 15MarcoFalke: Merge #11032: [qa] Fix block message processing error in sendheaders.py...
 8 2017-08-12 11:26:13	0|bitcoin-git|13bitcoin/06master 14f1bf311 15Suhas Daftuar: [qa] Fix block message processing error in sendheaders.py
 9 2017-08-12 11:26:13	0|bitcoin-git|[13bitcoin] 15MarcoFalke pushed 2 new commits to 06master: 02https://github.com/bitcoin/bitcoin/compare/ac016e17d202...aeb317562760
10 2017-08-12 11:26:48	0|bitcoin-git|[13bitcoin] 15MarcoFalke closed pull request #11032: [qa] Fix block message processing error in sendheaders.py (06master...062017-08-sendheaders) 02https://github.com/bitcoin/bitcoin/pull/11032
11 2017-08-12 13:11:00	0|bitcoin-git|[13bitcoin] 15fanquake closed pull request #9082: Fix peer selection so that non-Witness peers are still connected to (06master...06FixPeerSelection) 02https://github.com/bitcoin/bitcoin/pull/9082
12 2017-08-12 13:11:50	0|bitcoin-git|[13bitcoin] 15fanquake closed pull request #9721: Headers announcement for nodes that can do headers. (06master...06AnnounceUsingHeaders) 02https://github.com/bitcoin/bitcoin/pull/9721
13 2017-08-12 15:17:59	0|bitcoin-git|[13bitcoin] 15practicalswift opened pull request #11035: contrib: Add Valgrind suppressions file (06master...06valgrind-suppressions) 02https://github.com/bitcoin/bitcoin/pull/11035
14 2017-08-12 15:30:23	0|promag|luke-jr: ping
15 2017-08-12 15:31:02	0|luke-jr|promag: pong
16 2017-08-12 15:31:14	0|promag|I'm not following
17 2017-08-12 15:31:28	0|promag|with bitcoin-cli how do you specify only stop?
18 2017-08-12 15:31:55	0|luke-jr|fill start with null
19 2017-08-12 15:32:53	0|luke-jr|null isn't a value, it's the absence of a value
20 2017-08-12 15:34:42	0|promag|but you have to pass it in the command line :p