-
Notifications
You must be signed in to change notification settings - Fork 11
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
feat(hardhat): Update contracts and add ghost interaction script #789
feat(hardhat): Update contracts and add ghost interaction script #789
Conversation
- Update contracts to match consensus repository - Adjust tests according to new contract changes - Update consensus-flow.js script to handle new contract functionality - Add ghost-call-flow.js script to deploy and interact with ghost contracts
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #789 +/- ##
=======================================
Coverage 16.79% 16.79%
=======================================
Files 124 124
Lines 9856 9856
Branches 248 248
=======================================
Hits 1655 1655
Misses 8116 8116
Partials 85 85 ☔ View full report in Codecov by Sentry. |
…sensus-repository-to-hardhat-node-in-genlayer-studio
…sensus-repository-to-hardhat-node-in-genlayer-studio
…sitory-to-hardhat-node-in-genlayer-studio' of github.com:yeagerai/genlayer-studio into feat/hardhat-sync-updated-contracts-from-consensus-repository-to-hardhat-node-in-genlayer-studio
…sensus-repository-to-hardhat-node-in-genlayer-studio
Quality Gate failedFailed conditions |
🎉 This PR is included in version 0.34.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Fixes #786
What
genlayer-studio
to match the latest changes from themain
branch of the consensus repository.consensus-flow.js
script to handle new contract methods and functionality.ghost-call-flow.js
script to:Why
genlayer-studio
development environment.Testing done
consensus-flow.js
script.ghost-call-flow.js
script to confirm correct deployment and transaction flow.Decisions made
main
branch to maintain development consistency.ghost-call-flow.js
script for future extensibility.Checks
Reviewing tips
consensus-flow.js
script for correct handling of new contract methods.ghost-call-flow.js
script correctly deploys and interacts with ghost contracts.User facing release notes
This update aligns the
genlayer-studio
project with the latest contracts from the consensus repository. Key changes include:consensus-flow.js
script for new contract functionality.ghost-call-flow.js
script for deploying and interacting with ghost contracts.These improvements ensure consistency, support new features, and maintain a seamless development and testing environment.