Currently when calling a process_log function we feed in an index of the log in a tx because we need that info to store event logs.
It could happen that we have 2 exactly the same logs in a tx and that we would get 2 indexes. This is currently not handled but could cause us a lot of pain in the future.
Currently when calling a
process_logfunction we feed in an index of the log in a tx because we need that info to store event logs.It could happen that we have 2 exactly the same logs in a tx and that we would get 2 indexes. This is currently not handled but could cause us a lot of pain in the future.