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

Support for Solidity >= 0.6.0 #2307

Open
cgrigis opened this issue Jun 9, 2020 · 0 comments
Open

Support for Solidity >= 0.6.0 #2307

cgrigis opened this issue Jun 9, 2020 · 0 comments
Assignees
Projects

Comments

@cgrigis
Copy link
Collaborator

cgrigis commented Jun 9, 2020

The ABI constant field has been deprecated in Solidity 0.5.0 and removed in 0.6.0.
This confuses bevmclient: it uses this field to check that a method provided for a view method call is indeed a view method, and refuses to run it if the field is not present.

@cgrigis cgrigis self-assigned this Jun 9, 2020
@cgrigis cgrigis added this to TODO in Cothority Jun 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Cothority
  
TODO
Development

No branches or pull requests

1 participant