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
The EVM Gateway should start the indexer and connect to a locally running Emulator process, and subscribe to the appropriate event types (evm.BlockExecuted / evm.TransactionExecuted )
The text was updated successfully, but these errors were encountered:
To ease local development for the EVM Gateway, we have to use the Emulator as the backend.
To support that:
gRPC
✅ (Enable state streaming API overgRPC
flow-emulator#547)TypeID
for the emitted events is needed [approved] ([EVM] Add EVM type ID flow-go#5091)TypeID
[in review] (Update event validation logic to account for theevm.*
events flow-go#5262)evm.BlockExecuted
/evm.TransactionExecuted
)The text was updated successfully, but these errors were encountered: