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(connector-quorum): check networks field exists in the contract compilation file #680

Closed
AzaharaC opened this issue Mar 18, 2021 · 0 comments · Fixed by #702
Closed
Assignees
Milestone

Comments

@AzaharaC
Copy link
Contributor

AzaharaC commented Mar 18, 2021

Is your feature request related to a problem? Please describe.
Actually, if the networks field does not exist in the contract compilation file, the functionality added in issue #612 will fail.

Describe the solution you'd like
In the deploy function, add a check to verify if the contract compilation file has the networks field. If not, return an error.
This is also necessary for the besu connector.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants