< jonasschnelli> Using mininode I sometimes get "raise ValueError("got garbage %s" % repr(self.recvbuf))" ... is that a concurrency issue?
< 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?
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/bf74d377fb8e...ac016e17d202
< bitcoin-git> bitcoin/master bdf607e João Barbosa: test: Add resendwallettransactions functional tests
< bitcoin-git> bitcoin/master ac016e1 MarcoFalke: Merge #11000: test: Add resendwallettransactions functional tests...
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #11000: test: Add resendwallettransactions functional tests (master...201708-resendwallettransactions-test) https://github.com/bitcoin/bitcoin/pull/11000
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/ac016e17d202...aeb317562760
< bitcoin-git> bitcoin/master f1bf311 Suhas Daftuar: [qa] Fix block message processing error in sendheaders.py
< bitcoin-git> bitcoin/master aeb3175 MarcoFalke: Merge #11032: [qa] Fix block message processing error in sendheaders.py...
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #11032: [qa] Fix block message processing error in sendheaders.py (master...2017-08-sendheaders) https://github.com/bitcoin/bitcoin/pull/11032
< bitcoin-git> [bitcoin] fanquake closed pull request #9082: Fix peer selection so that non-Witness peers are still connected to (master...FixPeerSelection) https://github.com/bitcoin/bitcoin/pull/9082
< bitcoin-git> [bitcoin] fanquake closed pull request #9721: Headers announcement for nodes that can do headers. (master...AnnounceUsingHeaders) https://github.com/bitcoin/bitcoin/pull/9721
< bitcoin-git> [bitcoin] practicalswift opened pull request #11035: contrib: Add Valgrind suppressions file (master...valgrind-suppressions) https://github.com/bitcoin/bitcoin/pull/11035
< promag> luke-jr: ping
< luke-jr> promag: pong
< promag> I'm not following
< promag> with bitcoin-cli how do you specify only stop?
< luke-jr> fill start with null
< luke-jr> null isn't a value, it's the absence of a value
< promag> but you have to pass it in the command line :p