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

Add EVM methods for encodeABI & decodeABI #4983

Conversation

m-Peter
Copy link
Collaborator

@m-Peter m-Peter commented Nov 9, 2023

Closes #4937

Introduces two natively-implemented methods on the EVM contract, for encoding/decoding ABI:

  • EVM.encodeABI
  • EVM.decodeABI

Note: Some stuff are still to be decided.

@m-Peter m-Peter force-pushed the abi-encoding-decoding branch from ab8082f to 370801c Compare November 10, 2023 12:51
@m-Peter m-Peter changed the base branch from master to ramtin/evm-integrate-into-fvm November 10, 2023 13:48
@m-Peter m-Peter marked this pull request as ready for review November 10, 2023 18:23
@ramtinms ramtinms deleted the branch onflow:ramtin/evm-integrate-into-fvm November 14, 2023 20:13
@ramtinms ramtinms closed this Nov 14, 2023
@ramtinms
Copy link
Contributor

ramtinms commented Nov 15, 2023

hmm, it seems github automatically closed this PR because the original branch was merged and the branch is deleted, @m-Peter could you please re-open it and make the PR to master.

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.

[EVM] Add support for abi.encode() and abi.decode() to Cadence
2 participants