- connecting to nodes is much faster and more reliable now
- reduced the amount of spaghetti in libwalletqt and greatly simplified the logic in nodes.cpp
- Settings -> Node dialog should feel slightly more responsive
- during synchronization the status bar will now display the amount of data downloaded
- fixed some edge cases that could cause unreasonably long hangs
- Help -> Debug Info screen now auto-updates every 5 seconds
- Don't use SSL over Tor
introduced an issue for CMAKE_BUILD_TYPE=Debug:
libringct.so => not found
libcryptonote_basic.so => not found
libcheckpoints.so => not found
libdevice.so => not found
libringct_basic.so => not found
libcommon.so => not found
libwallet-crypto.so => not found
libcncrypto.so => not found
libeasylogging.so => not found
librandomx.so => not found
libversion.so => not found
We'll only set `CMAKE_SKIP_RPATH` when in release.