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

fix: EVM message handling refactor #242

Merged
merged 7 commits into from
Jan 9, 2024

Conversation

mj52951
Copy link
Collaborator

@mj52951 mj52951 commented Jan 4, 2024

Created the Transfer message type and made EVM message handling more generalized.

The issues partially addressed by this pull request are #234 and #232. Additionally, the same changes need to be implemented on Substrate message handling, for which a new pull request will be opened.

Note: e2e, unit and lint tests should fail as this is a step-by-step refactor focusing on smaller parts that should work

@mj52951 mj52951 changed the title fix: Message handling refactor fix: EVM message handling refactor Jan 5, 2024
@mj52951 mj52951 marked this pull request as ready for review January 5, 2024 10:59
@mj52951 mj52951 removed the request for review from P1sar January 5, 2024 10:59
chains/evm/executor/executor.go Outdated Show resolved Hide resolved
chains/evm/executor/executor.go Outdated Show resolved Hide resolved
chains/evm/executor/executor.go Outdated Show resolved Hide resolved
chains/evm/executor/message-handler_test.go Outdated Show resolved Hide resolved
chains/evm/listener/deposit-handler.go Outdated Show resolved Hide resolved
chains/proposal.go Show resolved Hide resolved
@mj52951 mj52951 requested a review from mpetrun5 January 5, 2024 14:04
@mj52951 mj52951 merged commit 772bb0b into sygma-core-refactor Jan 9, 2024
3 of 6 checks passed
@mj52951 mj52951 deleted the mj52951/evm-message-refactor branch January 9, 2024 10:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants