i like this project i just want to know incomplete nodes will validate transactions?, or full nodes just will share data to the incomplete ones in order to sync them?, if the incomplete nodes will participate in the consensus will be security vulnerabilities?
A good security issue.
At this step, the complete nodes will share transactions with incomplete ones. There will be no other differences. It will be the same node code, belonging to different classes will be determined only by the presence of a public address (the ability to accept incoming requests from other nodes).
But in the future we will make the next step - a thin client, it will load the account balance table and the last N million transactions. Where N is user-configurable.
News:
The version 398 was pushed to the network. We will call its
candidate 1 in the stable version.