JerzyStanislawski
JerzyStanislawski
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...
Checking if other local node process is running utilizing named_mutex. Issue: https://github.com/nanocurrency/nano-node/issues/3832
Enable defining preconfigured_peers with port according to #3066 including IPv6 support. The same method for parsing entries is used for work_peers with the difference that port is not required for...
The continuation of https://github.com/nanocurrency/nano-node/pull/3845. A proposition to fix receivable rpc method using ranges. @pwojcikdev please take a look, if it's ok I'll apply the changes to the other rpc methods....