You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, we write all the messages to a csv file but we don't know how they're a part of an operation. To fix that, we should log operations as well. This should be designed for the Find Operation and we can later extend it other types as well.
To complete this task we need:
Keep a time when an operations started
Keep IDs of all the messages that were sent within this operations
Record the time of operation termination
Report the operation to Kademlia Observer. We already have a system built for writing everything to files, so it's enough to create a map that contains feature -> value mapping (a similar thing is done for messages).
The final CSV file should look something like that:
Currently, we write all the messages to a csv file but we don't know how they're a part of an operation. To fix that, we should log operations as well. This should be designed for the Find Operation and we can later extend it other types as well.
To complete this task we need:
feature -> value
mapping (a similar thing is done for messages).The final CSV file should look something like that:
The text was updated successfully, but these errors were encountered: