Yoav Tock
Yoav Tock
1. write some TXs, (save them at client side) 2. get some TXs, 3. repeat 4. do this enough times to use multiple ledger chunks 5. read across all chunks...
Define and enforce the characters that can be used for this field: `types.NodeConfig.ID`. Should be something that complies with file names and URL segments.
Remove committed block hash and number from block header
After removing a node from the cluster, calling GetClusterStatus on the removed node should return error - service unavailable, with a description - "not part of the cluster".
It should be possible to start serving requests when a server on-boards, even with height==0 (not only h>0). When height==0, all client requests should return service unavailable. An admin should...