< 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/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/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] 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 #13551: tests: Fix incorrect documentation for test case cuckoocache_hit_rate_ok (master...truth-in-advertising) https://github.com/bitcoin/bitcoin/pull/13551
< 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.