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
Allows to get and process the dup of the stored state of another contract.
Useful for native code that process the state and extract new info of contracts that don't have an action to return it's entire state without having to process it externally.
If anyone can put the state behind dups, won't they be able to increase the cost of accessing that memory? This would increase the cost of using a contract for anyone else that comes after.
I have an idea of how this would work as intended, but I need to first polish my thoughts and document the solution to the general "storing lazy state" problem, as this is very related to it.
Allows to get and process the dup of the stored state of another contract.
Useful for native code that process the state and extract new info of contracts that don't have an action to return it's entire state without having to process it externally.
cc @VictorTaelin
The text was updated successfully, but these errors were encountered: