It is known that a validating node should run a TTL node aka the blockchain DB should be small because a smaller DB is much more efficient. It was observed that a full DB can take over 5 minutes to start a node which has negative impacts on upgrades and every time you have to restart the node (maintenance, OS or node updates, crashes etc.).
So my questions are:
- How is it guaranteed that there are enough full nodes running?
- Who is doing so?
- And why?
Currently there is no incentive, the opposite is true: following the recommendations you would need a separate machine for that, not a validating node.
Looking at https://cnm.casperlabs.io/network/casper/detail and sorting the “Low Block” and “Reactore State” columns I see:
- 9 are in “KeepUp” → those are probably full nodes
- 11 are in “Validate” → that are validators and should be TTL already
I didn’t check whom those nodes belong to or if they are run by the same node operator which would make it worse because if the node operators is switching off lights it will maybe also switch off 2 or more nodes reducing the number of full nodes even more.
I’m aware that not all nodes are included in this tool but I would say the majority without checking all numbers in detail.
I know that @sacherjj said that Casper Labs will run full nodes and I think MAKE as well (@michaelsteuer) but since it was recently announced (or emphasized) that Casper Labs is just a 3rd party this looks pretty risky to me.
What are the plans to enhance this situation? Are any incentives planned?