Skip to content
This repository has been archived by the owner on Oct 19, 2024. It is now read-only.

solc: make ABI not lossy #951

Closed
mattsse opened this issue Feb 22, 2022 · 0 comments · Fixed by #952
Closed

solc: make ABI not lossy #951

mattsse opened this issue Feb 22, 2022 · 0 comments · Fixed by #952

Comments

@mattsse
Copy link
Collaborator

mattsse commented Feb 22, 2022

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like
instead of solc output -> ethabi::Contract -> abi, which is lossy #950 emit the abi output directly when writing artifacts.

Describe alternatives you've considered
Fixing this in ethabi is a bit harder because that would break quite a bit (ParamType)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant