Skip to content
This repository has been archived by the owner on Dec 20, 2023. It is now read-only.

Fixes a bug for which FEVM events weren't being stored #195

Merged
merged 1 commit into from
Jun 28, 2023

Conversation

adlrocha
Copy link
Contributor

Several users (including ourselves) where experiencing weird behaviors when interacting with FEVM contracts that returned a variable and/or emitted an event. For some reason, the clients were getting stuck while waiting for the transaction receipt.

The reason was that we weren't storing successfully in the ChainStore the events from FEVM contracts, so the client froze waiting for some new event related to the receipt to appear in the state. This PR fixes the problem.

@adlrocha adlrocha requested a review from dnkolegov June 28, 2023 13:09
@adlrocha adlrocha changed the title Fixes a bug for which events weren't being stored Fixes a bug for which FEVM events weren't being stored Jun 28, 2023
@adlrocha adlrocha merged commit f6d2599 into dev Jun 28, 2023
@adlrocha adlrocha deleted the fix/eth-events-bug branch June 28, 2023 13:23
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants