-
Notifications
You must be signed in to change notification settings - Fork 431
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
Stabilize call_runtime
#1749
Stabilize call_runtime
#1749
Conversation
4ad0885
to
adadf80
Compare
adadf80
to
fc2a431
Compare
In order to make e2e test for the new function pass, we need to add |
Well. We just need to update substrate contracts node. |
update for the contracts-node: paritytech/substrate-contracts-node#186 |
ci: substrate-contracts-node has been updated, we need to wait until fresh ink-ci-linux docker image is published with the new version of it. |
Codecov Report
@@ Coverage Diff @@
## master #1749 +/- ##
==========================================
- Coverage 52.14% 52.09% -0.05%
==========================================
Files 207 207
Lines 6657 6657
==========================================
- Hits 3471 3468 -3
- Misses 3186 3189 +3
... and 2 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
This host function is now stabilized in the pallet.
So we remove the feature flag and comments stating it's unstable.