valory-xyz / autonolas-v1

Autonolas on-chain protocol
MIT License
4 stars 0 forks source link

Known issues/optimisations #102

Closed DavidMinarsch closed 1 year ago

DavidMinarsch commented 2 years ago
77ph commented 2 years ago
kupermind commented 2 years 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.