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

CP-9840: Fix unable to bridge ETH to C-Chain #2226

Merged
merged 2 commits into from
Feb 5, 2025
Merged

CP-9840: Fix unable to bridge ETH to C-Chain #2226

merged 2 commits into from
Feb 5, 2025

Conversation

atn4z7
Copy link
Collaborator

@atn4z7 atn4z7 commented Feb 5, 2025

Description

Ticket: CP-9840

problem: we weren't passing value to the eth_sendTransaction wrap transaction. thus, nothing were deposited.
solution: make sure we pass value to tx params when it is present (thanks @meeh0w for pointing this out)

also bumping the vm module version from 1.2.0 to 1.2.1 since there was a simulation bug https://github.com/ava-labs/vm-modules/pull/228

Testing

Please retest bridging cases where a wrap transaction is needed

Checklist

Please check all that apply (if applicable)

  • I have performed a self-review of my code
  • I have verified the code works
  • I have added/updated necessary unit tests
  • I have updated the documentation

Copy link
Contributor

@onghwan onghwan left a comment

Choose a reason for hiding this comment

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

🔥

@atn4z7 atn4z7 merged commit 14b36d1 into main Feb 5, 2025
3 checks passed
@atn4z7 atn4z7 deleted the cp-9840 branch February 5, 2025 20:31
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.

2 participants