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

feat(abigen): add abi object deserializer and generate deploy function #1030

Merged
merged 19 commits into from Mar 19, 2022

Conversation

mattsse
Copy link
Collaborator

@mattsse mattsse commented Mar 14, 2022

Motivation

Closes #1013

Solution

Generate deploy function if bytecode is present in abigen input

PR Checklist

  • Added Tests
  • Added Documentation
  • Updated the changelog

@mattsse mattsse changed the title feat(abigen): add abi object deserializer feat(abigen): add abi object deserializer and generate deploy function Mar 17, 2022
@gakonst gakonst force-pushed the matt/abigen-generate-deploy branch from 7be549b to 36a94fd Compare March 17, 2022 09:04
@mattsse mattsse force-pushed the matt/abigen-generate-deploy branch from 36a94fd to 1e04fa0 Compare March 17, 2022 09:07
@mattsse mattsse marked this pull request as ready for review March 18, 2022 13:23
@mattsse mattsse force-pushed the matt/abigen-generate-deploy branch from f487fa6 to 38ebbb9 Compare March 18, 2022 13:34
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.

Embed bytecode and generate deploy function if input contains bytecode in abigen
2 participants