Open chetan-zilliqa opened 1 week ago
In my view, this is an internal implementation detail of ZQ1 that leaks out. If no one objects, let's not do this. This is important for this feature in particular, because some alternative state storage mechanisms we're considering optimise for single-key retrieval from contract storage and would be quite slow at returning a contract's whole state.
If we call
GetSmartContractState
on evm contract. It doesn't return_evm_storage
field but zq1 does return.