jeffpc / nx01

testing
MIT License
1 stars 0 forks source link

node id should be stored persistently #36

Closed jeffpc closed 8 years ago

jeffpc commented 8 years ago

Each host has a random (unique!) 64-bit ID. This ID needs to be persistent between restarts since it is used by vector clocks to properly version objects.

We should store this in some sort of "config" file that's not necessarily human readable. (See bug #37.)