Skip to content

[EVM] Add support for ABI encoding/decoding Cadence structs as tuples#8259

Merged
turbolent merged 6 commits intomasterfrom
bastian/evm-struct-tuple-abi-encoding
Dec 19, 2025
Merged

[EVM] Add support for ABI encoding/decoding Cadence structs as tuples#8259
turbolent merged 6 commits intomasterfrom
bastian/evm-struct-tuple-abi-encoding

Conversation

@turbolent
Copy link
Member

@turbolent turbolent commented Dec 15, 2025

Closes #8020

Not quite sure if the computation reporting is complete, but at least the encoding seems to work.

@turbolent turbolent requested a review from a team December 15, 2025 22:11
@turbolent turbolent self-assigned this Dec 15, 2025
@turbolent turbolent requested a review from a team as a code owner December 15, 2025 22:11
@turbolent turbolent changed the title Add support for ABI encoding Cadence structs as tuples [EVM] Add support for ABI encoding Cadence structs as tuples Dec 15, 2025
@github-actions
Copy link
Contributor

github-actions bot commented Dec 15, 2025

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

Scanned Files

None

@codecov-commenter
Copy link

codecov-commenter commented Dec 15, 2025

Codecov Report

❌ Patch coverage is 0% with 198 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
fvm/evm/impl/abi.go 0.00% 198 Missing ⚠️

📢 Thoughts on this report? Let us know!

@turbolent turbolent changed the title [EVM] Add support for ABI encoding Cadence structs as tuples [EVM] Add support for ABI encoding/decoding Cadence structs as tuples Dec 15, 2025
Copy link
Collaborator

@m-Peter m-Peter left a comment

Choose a reason for hiding this comment

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

Awesome work 💯 💯 💯

@turbolent turbolent added this pull request to the merge queue Dec 19, 2025
Merged via the queue into master with commit 76749cc Dec 19, 2025
61 checks passed
@turbolent turbolent deleted the bastian/evm-struct-tuple-abi-encoding branch December 19, 2025 17:30
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.

Support abi encoding of EVM tuple types

4 participants