ljedrz

Results 69 issues of 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...

performance

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...

tests

Fixes https://github.com/AleoHQ/snarkOS/issues/1953.

performance

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...

testnet3

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...

bug
testnet3

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...

bug
sync
performance
testnet3

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.

A routine rollup of the dependabot PRs.

dependencies

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...