Closed DavidMinarsch closed 1 year ago
re: this wondering whether the address lookup can be optimised by storing the list of addresses permanently so we don't need to look up each time.
Components and agents are ERC721 tokens and their owners can change, so every time this function is executed, we need to look up for actual owners.
IStructs
creates dependencies between the entire architecture. I think it would be desirable to limit the dependencies to the minimum of the shared data structures, suggesting it is broken up. Affecting e.g. this creates