Ramtin M. Seraj
Ramtin M. Seraj
Currently, we let the EVM storage address skip the min balance requirements, yet we might need to change that and find a more permanent solution for it. Example storage payer...
We could optimize the EVM block overhead in multiple ways. for example: - instead of calling random for each block we might do it on demand - minimizing the data...
A common practice for Eth ecosystem tools is using a token deposit event to track changes to a smart contracts wallet. we could do this by adding `FlowDeposit(address indexed sender,...
## Problem Definition While emulator's config is defined to be used externally, we also have types.BlockContext, currently we do the conversion inside the emulator. This yields inefficient operations and adds...
closes: #5781
## Problem Definition We need to check if the GW can re-execute all transactions since day 0 given changes to the EVM contracts. There has been some changes in the...