Currently the WarpContractDefinitionLoader is using a cache, which stores the whole ContractDefinition object - this object includes the contract source data.
Since many different contracts share the same source - this is inefficient in terms of storage.
Currently the
WarpContractDefinitionLoader
is using a cache, which stores the wholeContractDefinition
object - this object includes the contract source data.Since many different contracts share the same source - this is inefficient in terms of storage.