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

FIX-83 | generateContractWrappers for solidity 0.8.x #89

Merged
merged 3 commits into from
Feb 23, 2022

Conversation

gtebrean
Copy link
Contributor

What does this PR do?

Solve the "JSONArray cannot be cast to class java.lang.String" issue that appeared with the solidity versions > 0.8.0

Where should the reviewer start?

changed files

Why is it needed?

#83
users can't use the plugin with the new solidity version

@@ -1,15 +1,16 @@
pragma solidity =0.4.23;
// SPDX-License-Identifier: MIT
pragma solidity >=0.5.2 <0.9.0;
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this was fixed because the plugin no longer supports solidity versions < 0.5.2

@andrii-kl andrii-kl merged commit a0e755d into hyperledger:master Feb 23, 2022
@andrii-kl andrii-kl linked an issue Feb 23, 2022 that may be closed by this pull request
@errorfourten
Copy link

Will an updated plugin (4.8.8 I assume) be released with this PR any time soon?

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.

Generation of code fails when using solidity 0.8.0
3 participants