Closed Mitchellpkt closed 6 years ago
If the node receives 5 copies of a block (duplicates from multiple nodes, not because of a fork) then there will be 5 NRT timestamps that we can analyze for latency, etc.
MM-DD-YYYY format will mess us up hard as soon as January rolls around. It should never be used anywhere in any project.
When not using unix time, then YYYY-MM-DD-HH-MM-SS or bust.
Closing, now that format is documented. May re-open this issue or a new one if requirements change.
Right now data is organized in messy grep'd out log dumps. Need a clean format to use for this project. It seems like each entry receiving a given block should contain:
Suggestions for format? Other ideas for data to include? Thanks!