Ramtin M. Seraj

Results 35 issues of 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...

Stale
Flow EVM

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...

Flow EVM

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,...

Flow EVM

## 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...

Flow EVM

[WIP]

flip: protocol

## 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...