< bitcoin-git> [bitcoin] sipa pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/f54f3738c8ce...01f909828d12
< bitcoin-git> bitcoin/master 2454a85 wodry: Docs: More precise explanation of parameter "onlynet"
< bitcoin-git> bitcoin/master 01f9098 Pieter Wuille: Merge #13418: Docs: More precise explanation of parameter onlynet...
< bitcoin-git> [bitcoin] sipa closed pull request #13418: Docs: More precise explanation of parameter onlynet (master...patch-2) https://github.com/bitcoin/bitcoin/pull/13418
< bitcoin-git> [bitcoin] sipa pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/01f909828d12...2643fa50869f
< bitcoin-git> bitcoin/master 94e52d1 practicalswift: Add -ftrapv to DEBUG_CXXFLAGS when --enable-debug is used
< bitcoin-git> bitcoin/master 98d842c practicalswift: travis: Build with --enable-debug (x86_64-unknown-linux-gnu)
< bitcoin-git> bitcoin/master 2643fa5 Pieter Wuille: Merge #12686: Add -ftrapv to CFLAGS and CXXFLAGS when --enable-debug is used. Enable -ftrapv in Travis....
< bitcoin-git> [bitcoin] sipa closed pull request #12686: Add -ftrapv to CFLAGS and CXXFLAGS when --enable-debug is used. Enable -ftrapv in Travis. (master...trapv) https://github.com/bitcoin/bitcoin/pull/12686
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/2643fa50869f...7209fec190b1
< bitcoin-git> bitcoin/master 9f8c54b wodry: Log warning message when deprecated network name 'tor' is used (e.g. option onlynet=tor)
< bitcoin-git> bitcoin/master 7209fec Wladimir J. van der Laan: Merge #13532: Log warning when deprecated network name 'tor' is used...
< bitcoin-git> [bitcoin] laanwj closed pull request #13532: Log warning when deprecated network name 'tor' is used (master...log-deprecation-warning-when-onlynenet=tor-is-used) https://github.com/bitcoin/bitcoin/pull/13532
< bitcoin-git> [bitcoin] kallewoof opened pull request #13541: wallet/rpc: sendrawtransaction maxfeerate (master...sendrawtransaction-maxfeerate) https://github.com/bitcoin/bitcoin/pull/13541
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/7209fec190b1...c655b2c2df15
< bitcoin-git> bitcoin/master 629a47a practicalswift: Document FreeBSD quirk. Fix FreeBSD build.
< bitcoin-git> bitcoin/master c655b2c MarcoFalke: Merge #13503: Document FreeBSD quirk. Fix FreeBSD build: Use std::min<int>(...) to allow for compilation under certain FreeBSD versions....
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #13503: Document FreeBSD quirk. Fix FreeBSD build: Use std::min<int>(...) to allow for compilation under certain FreeBSD versions. (master...document-freebsd-quirk) https://github.com/bitcoin/bitcoin/pull/13503
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/c655b2c2df15...d96bdd78307b
< bitcoin-git> bitcoin/master 9fdf05d practicalswift: tests: Fix lock-order-inversion (potential deadlock) in DoS_tests. Reported by TSAN....
< bitcoin-git> bitcoin/master d96bdd7 MarcoFalke: Merge #12882: tests: Make test_bitcoin pass under ThreadSanitzer (clang). Fix lock-order-inversion (potential deadlock)....
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #12882: tests: Make test_bitcoin pass under ThreadSanitzer (clang). Fix lock-order-inversion (potential deadlock). (master...lock-order-inversion-in-DoS_tests) https://github.com/bitcoin/bitcoin/pull/12882
< bitcoin-git> [bitcoin] stakauskas opened pull request #13542: Adding Docker/docker-compose files (master...docker) https://github.com/bitcoin/bitcoin/pull/13542
< bitcoin-git> [bitcoin] laanwj opened pull request #13543: depends: Add RISC-V support (master...2018_06_riscv_depends) https://github.com/bitcoin/bitcoin/pull/13543
< promag> how can I run just one test, for instance, script_standard_IsMine?
< instagibbs> under what conditions should a node do "Rolling forward" on node restart?
< instagibbs> ala ReplayBlocks
< instagibbs> getting this on a couple of my nodes with 20k+ rolling
< bitcoin-git> [bitcoin] fanquake opened pull request #13544: depends: Update Qt download url (master...qt-been-archived) https://github.com/bitcoin/bitcoin/pull/13544
< bitcoin-git> [bitcoin] practicalswift opened pull request #13545: tests: Fix test case streams_serializedata_xor. Remove Boost dependency. (master...fix-test-and-de-boost) https://github.com/bitcoin/bitcoin/pull/13545
< instagibbs> So it seems I'm getting unclean shutdowns fairly often, necessitating this rollback. These are HDD systems, unsure if that makes a difference.
< Arvidt> I do not get any incoming connection in testnet after 12h, only outgoing. Could someone please add my test node 93.230.167.83:18333 for a quick test so I can see if my node is reachable from outside?
< Arvidt> Thanks, got incoming connection.
< Arvidt> Another question: is there a Onion seed in testnet?
< wumpus> Arvidt: yes
< wumpus> contrib/seeds/nodes_test.txt apparently last updated in 2015, not sure any still work
< bitcoin-git> [bitcoin] practicalswift opened pull request #13546: wallet: Avoid potential use of uninitialized value bnb_used in CWallet::CreateTransaction(...) (master...uninitialized-bnb_used) https://github.com/bitcoin/bitcoin/pull/13546
< bitcoin-git> [bitcoin] ajtowns opened pull request #13547: Make signrawtransaction* give an error when amount is needed but missing (master...signrawamount) https://github.com/bitcoin/bitcoin/pull/13547
< Arvidt> wumpus: Thanks. I put all the seven testnet onion seeds in bitcoin.conf, each in a line of the format seednode=abcd.onion but got no onion connection.
< Arvidt> using onlynet=onion and onion=127.0.0.1:9050
< sipa> Arvidt: using seednode will only create a brief connection to that destination and ask it for more ip addresses
< sipa> if you want a permanent connection to a particilar peer, use addnode
< bitcoin-git> [bitcoin] practicalswift opened pull request #13548: Document assumptions made in PeerLogicValidation::SendMessages(...) and rescanblockchain(...) (master...document-non-nullptr-assumptions) https://github.com/bitcoin/bitcoin/pull/13548
< wumpus> Arvidt: if non of those work I can look for some other testnet onion addresses. would make some sense to also update the testnet hardcoded seeds for 0.17
< bitcoin-git> [bitcoin] practicalswift opened pull request #13549: bench: Clarify intended coin selection retry logic (master...coin-selection-clarification) https://github.com/bitcoin/bitcoin/pull/13549
< bitcoin-git> [bitcoin] practicalswift opened pull request #13551: tests: Fix incorrect documentation for test case cuckoocache_hit_rate_ok (master...truth-in-advertising) https://github.com/bitcoin/bitcoin/pull/13551
< Arvidt> sipa, wumpus: thanks
< echeveria> ; <<>> DiG 9.10.3-P4-Debian <<>> seed.bitcoin.jonasschnelli.ch:
< echeveria> ;; ->>HEADER<<- opcode: QUERY, status: SERVFAIL, id: 20558
< gribble> Error: "->>HEADER<<-" is not a valid command.
< jnewbery> < promag> jnewbery: loadwallet /path/to/some/folder/but/not/a/wallet works, is this expected?
< jnewbery> promag: no, that's a bug
< jonasschnelli> echeveria: I can fetch my seed perfectly fine... still issues?
< echeveria> jonasschnelli: seems fine, mysteries of DNS, I don't quite follow why that resolve was failing.
< promag> jnewbery: ok, I'll handle that unless you are already on it
< jnewbery> I'm working on it right now
< bitcoin-git> [bitcoin] practicalswift opened pull request #13554: Remove unused function arguments (master...remove-unused-function-arguments) https://github.com/bitcoin/bitcoin/pull/13554
< bitcoin-git> [bitcoin] JBaczuk opened pull request #13555: Tests: parameterize adjustment period in versionbits_computeblockversion (master...parameterize_adj_period_in_versionbits_computeblockversion_unit_test) https://github.com/bitcoin/bitcoin/pull/13555
< promag> jnewbery: allright
< echeveria> jonasschnelli: I think it was some weird specific interaction between a resolver and DNSSEC, obviously not a common thing now that I've paid more attention.