ljedrz
ljedrz
This PR squashes a few dependabot PRs.
I found some perf improvements while looking at snarkOS memory use. All of them are self-contained in commits describing the specific changes. Marking the PR as a draft, as I...
It doesn't seem like we have any leaks there at the moment, but it would be a good idea to preserve this test to ensure this with any future changes...
Fixes https://github.com/AleoHQ/snarkOS/issues/1953.
This fixes the initial panic if port 80 is in use (which is extremely likely), adjusts the settings to the current server setup and allows the user to specify the...
It happens immediately on the node's start-up, it doesn't affect the other functionalities. There's already a fixing PR ready, reporting it here in case the users encounter it before it's...
Happened to me once for ~2 minutes, but resumed on its own. It's probably not related to the node itself, but let's keep track of it in case others encounter...
This PR starts signal handling before the sync process begins, and handles SIGTERM on UNIX-family systems in addition to SIGINT. Fixes https://github.com/AleoHQ/snarkOS/issues/1996.
In some rare cases, two nodes can attempt to connect to one another at almost the exact same time, which can result in an undesirable "two-way" connection. This PR introduces...