-
Notifications
You must be signed in to change notification settings - Fork 215
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
(Feature) add source code of Proxy smart-contract to Publish page #1115
Conversation
@fernandomg Should contains contract creation code = contract byte code + constructor parameters |
Pull Request Test Coverage Report for Build 2980
💛 - Coveralls |
@dennis00010011b Mh... It was intended to be the 'Contract Creation Code' for the proxy contract. And so far it looks that it's not necessary on the TW. Also to find the 'Contract Creation Code' for an already deployed contract, I have to find the original So I just leave only the |
@fernandomg we need to give source code and ABI encoded parameters to a user. By having these set of parameters (with contract name and compiler version) a user will be able to verify Proxy smart-contract and will see ABI of it after verification. Addition of ABI encoded parameters is requested in #1038. Addition of source code is implemented here. Display of ABI is redundant. Let's remove it from Publish page. |
@vbaranov thanks for the clarification, change done. |
Closes #1037
I've just added sources for
.abi
,.bin
and.src
.