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

Generate bytecode and deployedBytecode #7

Open
lrettig opened this issue Aug 3, 2018 · 0 comments
Open

Generate bytecode and deployedBytecode #7

lrettig opened this issue Aug 3, 2018 · 0 comments

Comments

@lrettig
Copy link
Collaborator

lrettig commented Aug 3, 2018

Duplicates #3

solc appears to generate two bytecode blobs per contract, and truffle relies on both: bytecode includes the wrapper code necessary to init and deploy the contract, and deployedBytecode just contains the core, deployed code. Right now we are only generating the latter but we are calling it the former.

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

No branches or pull requests

1 participant