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(abigen/solc): make abigen work with ethers-solc and abiencoderv2 #952

Merged
merged 3 commits into from
Feb 23, 2022

Conversation

mattsse
Copy link
Collaborator

@mattsse mattsse commented Feb 22, 2022

Motivation

Close #947
Close #951

Solution

Add LosslessAbi type in ethers-solc to mitigate the fact that ethabi::Abi is not lossless
support ethers-solc -> abigen! with solidity structs

PR Checklist

  • Added Tests
  • Added Documentation
  • Updated the changelog

@gakonst gakonst merged commit 184cffa into gakonst:master Feb 23, 2022
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.

solc: make ABI not lossy MultiAbigen does not create rust structs for solidity structs
2 participants