nano-node icon indicating copy to clipboard operation
nano-node copied to clipboard

Nano is digital currency. Its ticker is: XNO and its currency symbol is: Ӿ

Results 266 nano-node issues
Sort by recently updated
recently updated
newest added

This PR adds a basic functionality to monitor performance of node over time and uses that to test performance of container for inactive votes. The core tool is `nano::test::rate_observer` which...

Migrates or marks to remove tests that use UDP. - Migrated when it is possible to do so. - Otherwise marked to be analyzed or removed Fixes issue: https://github.com/nanocurrency/nano-node/issues/3846

The goal of this PR is to prioritise hinted elections by cached tally weight, so elections with the most voting weight already cached are started first. During testing this demonstrated...

enhancement

when I compile the code I get a compiler warning: nano/node/election.cpp: In member function ‘std::chrono::milliseconds nano::election::time_to_live()’: nano/node/election.cpp:226:1: warning: control reaches end of non-void function [-Wreturn-type] 226 | } the reason...

The function is_bootstrap_connection does not do what it says. It implies that it simply checks if a connection is bootstrap or not but, in fact, it does a lot more...

enhancement
good first issue

Until now accounts_receivable RPC command retrieved only first `count` blocks, then sorted them by amount. The correct flow is to get all the receivable blocks, sort them by amount and...