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

feat: add precompilation for global contracts #12933

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

pugachAG
Copy link
Contributor

@pugachAG pugachAG commented Feb 14, 2025

This PR adds precompile call when global contract is deployed, consistent with deployments of regular contracts.

Part of #12715

@pugachAG pugachAG requested review from nagisa and stedfn February 14, 2025 16:35
@pugachAG pugachAG requested a review from a team as a code owner February 14, 2025 16:35
Copy link

codecov bot commented Feb 14, 2025

Codecov Report

Attention: Patch coverage is 0% with 13 lines in your changes missing coverage. Please review.

Project coverage is 70.46%. Comparing base (eeb5b9f) to head (613779d).
Report is 2 commits behind head on master.

Files with missing lines Patch % Lines
runtime/runtime/src/lib.rs 0.00% 13 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master   #12933      +/-   ##
==========================================
- Coverage   70.46%   70.46%   -0.01%     
==========================================
  Files         854      854              
  Lines      175174   175186      +12     
  Branches   175174   175186      +12     
==========================================
+ Hits       123439   123441       +2     
- Misses      46605    46614       +9     
- Partials     5130     5131       +1     
Flag Coverage Δ
backward-compatibility 0.36% <0.00%> (-0.01%) ⬇️
db-migration 0.36% <0.00%> (-0.01%) ⬇️
genesis-check 1.42% <0.00%> (-0.01%) ⬇️
linux 70.29% <0.00%> (-0.01%) ⬇️
linux-nightly 70.08% <0.00%> (-0.03%) ⬇️
pytests 1.73% <0.00%> (-0.01%) ⬇️
sanity-checks 1.54% <0.00%> (-0.01%) ⬇️
unittests 70.29% <0.00%> (-0.01%) ⬇️
upgradability 0.36% <0.00%> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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

Successfully merging this pull request may close these issues.

2 participants