Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(evmengine): use current finalized block events & remove prev events #514

Draft
wants to merge 6 commits into
base: release/1.2
Choose a base branch
from

Conversation

jdubpark
Copy link
Contributor

Remove prev EL block events in CL block. Instead, fetch & use finalized EL block's events after CL block is finalized.

issue: none

@jdubpark jdubpark force-pushed the jdub/use-finalized-events branch from 049d709 to ddccb9c Compare March 13, 2025 22:21
@jdubpark jdubpark added enhancement New feature or request hardfork Hardfork is needed to apply changes labels Mar 13, 2025
@@ -19,7 +19,6 @@ message MsgExecutionPayload {
option (cosmos.msg.v1.signer) = "authority";
string authority = 1;
bytes execution_payload = 2;
repeated EVMEvent prev_payload_events = 3;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please mark reserve or deprecated, not removing the field for future backward or forward compatibility.
It can cause unexpected issue in deserialization.
https://stackoverflow.com/questions/71782502/what-happened-if-you-delete-a-field-on-protobuf

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed in 5b55016

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request hardfork Hardfork is needed to apply changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants