Module questions #3341
-
Thanks for the help!!! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
The Federation needs to reach a consensus, so there has to be an ordering of how things are being processed. Anything else would be a serious bug. I would need to check if we call
In a database. Serialize using |
Beta Was this translation helpful? Give feedback.
The Federation needs to reach a consensus, so there has to be an ordering of how things are being processed. Anything else would be a serious bug.
I would need to check if we call
process_output
single-threaded in order, but I'd guess that yes.In a database. Serialize using
Encodable
and store. See how other modules are storing their data. You might want to decompose it into individually update-able parts for performance reasons.