-
Notifications
You must be signed in to change notification settings - Fork 12
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
Removing hardcoded JSONs (grumpkin) #62
Conversation
…ark and vk from commit-hash gor Grumpkin.
!test |
!test |
End-to-end https://github.com/lurk-lab/solidity-verifier/actions/runs/8175660599 |
!test |
End-to-end https://github.com/lurk-lab/solidity-verifier/actions/runs/8175762513 |
!test |
End-to-end https://github.com/lurk-lab/solidity-verifier/actions/runs/8175860539 |
!test |
End-to-end https://github.com/lurk-lab/solidity-verifier/actions/runs/8176026495 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Well, this is not the best practice to commit directly to a PR from another author, but grumpkin
branch required a lot of rather complicated adaptations in order to finally work with dynamic JSONs generating:
- fixing the CI (unit tests);
- adapting Python script to work with CI from
main
branch (integration tests) - changing the names of JSONs in Nova reference (lurk-lang/Nova@6ced77c)
- fixing Deployer script in Solidity
This PR continues #53 and contributes to fixing #24