We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
For figuring that out, the current solution seems like "look up contracts.json for bin-runtime, and compare that with eth.getcode(address)".
bin-runtime
eth.getcode(address)
This issue keeps track of making that process easier, by, maybe adding string public contract_name = "TokenNetwork".
string public contract_name = "TokenNetwork"
The text was updated successfully, but these errors were encountered:
Would libraries break stability of bin-runtime? Like, whenever you link libraries, bin-runtime changes?
Sorry, something went wrong.
But this makes the bytecode bigger. So I wait till all functionalities are uncommented.
This depends on #399
No branches or pull requests
For figuring that out, the current solution seems like "look up contracts.json for
bin-runtime
, and compare that witheth.getcode(address)
".This issue keeps track of making that process easier, by, maybe adding
string public contract_name = "TokenNetwork"
.The text was updated successfully, but these errors were encountered: