-
Nano node V21.2, LMDB 0.9.23, running in docker 20.10.1
**Steps to reproduce the issue:**
1. Run node according to [doc](https://docs.nano.org/running-a-node/docker-management/#__code_0)
2. After…
-
### Summary
Similar to my previous idea of "deep pruning" in #3207 (but apparently pruning depth is a thing so I need a new name), this is a new spin on the idea that has a different focus, rather …
-
so the [State v2 Blocks](https://github.com/nanocurrency/nano-node/pull/2899) are seemingly decided to come into Nano, and they have a VERY nifty new field, the signer, which not only would make epoch…
-
For some reason (maybe prevent such IP Spoofing, or I don't know?) we need to do a handshake between nodes, which includes a signature.
Well, there's nothing wrong with the signature itself. Howeve…
-
### Summary
I get a compile error when I try to create the nano_node.
### Node version
22.1
### Build details
Boost: libboost1.74-all-dev/impish 1.74.0-8ubuntu6 arm64
```
$ uname -a
Linux nano…
-
When profiling with -ftime-trace, it was found that parsing node.hpp represents a significant portion of compile time. The class nano::node has many of its other components as values and as such, requ…
-
### Summary
Unchecked blocks increase but do not disappear.
### Node version
V27.1
### Build details
Manually built with no special options.
### OS and version
GNU/Linux 5.15.0-12…
-
# Overview:
This issue describes a rework of the synchronization process inside the nano node. In contrast to previous synchronization methods which followed a top-down approach, this new mode is a b…
-
I ran a link checker (https://github.com/lycheeverse/lychee) on our data file, combed through to eliminate the false positives, and did a little investigation into each to see if there was an easy new…
-
### Summary
Original PR: #3409
When using the `accounts_representatives` RPC if one of the account in the list is not opened, it returns an error message instead of setting the representative re…