Claudio
Claudio
After the last accounts tree refactor, there is some functionality that is missing (such as accounts pruning), which would helped mitigating issues like [417](https://github.com/nimiq/core-rs-albatross/issues/417). The idea of this task is...
``` 2022-09-17T11:15:59.850255Z DEBUG peer_contacts | Adding peer contact peer_id=12D3KooWLjMVZLv3jfqGyLx2g2hjgX6cC4an5vwbCCJqZ538AHfs 2022-09-17T11:15:59.850264Z DEBUG peer_contacts | Adding peer contact peer_id=12D3KooWQVXrQw62TL5eEADX2nA6y1ZAEuAgYHwZDjsf1CMHEjsR 2022-09-17T11:15:59.850274Z DEBUG peer_contacts | Adding peer contact peer_id=12D3KooWFkeEYKG4LhZdXxiQidd1Seskq3HWvRZFXPNxa9kbhTgM 2022-09-17T11:15:59.850281Z DEBUG peer_contacts | Adding...
This NodeJS script is used to register validators for the Nimiq PoS chain The script itself is a nano node that will automatically connect to the Nimiq PoW chain and...
Use the light history store for full node clients Necessary changes to use the history interface Several changes to the usage of the history store ... #### This fixes #1704....
Once the validator registration transactions are confirmed we should exit the tool.
Do not wait until the activation window to start migrating the history: the majority of it is not going to change so we can eagerly migrate the history if the...