-
Notifications
You must be signed in to change notification settings - Fork 8
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: Allow contract-to-contract write methods #550
Conversation
Signed-off-by: Agustín Ramiro Díaz <agustin.ramiro.diaz@gmail.com>
Signed-off-by: Agustín Ramiro Díaz <agustin.ramiro.diaz@gmail.com>
Signed-off-by: Agustín Ramiro Díaz <agustin.ramiro.diaz@gmail.com>
Signed-off-by: Agustín Ramiro Díaz <agustin.ramiro.diaz@gmail.com>
Signed-off-by: Agustín Ramiro Díaz <agustin.ramiro.diaz@gmail.com>
Signed-off-by: Agustín Ramiro Díaz <agustin.ramiro.diaz@gmail.com>
Signed-off-by: Agustín Ramiro Díaz <agustin.ramiro.diaz@gmail.com>
Signed-off-by: Agustín Ramiro Díaz <agustin.ramiro.diaz@gmail.com>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #550 +/- ##
==========================================
+ Coverage 16.28% 16.32% +0.03%
==========================================
Files 111 111
Lines 7840 7843 +3
Branches 184 184
==========================================
+ Hits 1277 1280 +3
Misses 6488 6488
Partials 75 75 ☔ View full report in Codecov by Sentry. |
Quality Gate failedFailed conditions |
🎉 This PR is included in version 0.12.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Fixes #454
What
Allows contract to contract write operations
Why
To allow more types of contracts
Testing done
Added end to end test
Questions
Should we somehow return the created transactions to the user? I mean, maybe they would require them to track it somehow
Maybe as metadata in the main transaction? something like
triggered transactions
?Checks
User facing release notes
Now you can call write methods from other contracts from your Intelligent Contract!