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

global contracts prototype #12648

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from
Draft

Conversation

pugachAG
Copy link
Contributor

@pugachAG pugachAG commented Dec 18, 2024

#12639

DeployGlobalContractAction
ReceiptEnum::GlobalContractDitribution(GlobalContractData)

action_deploy_global_contract

Copy link

codecov bot commented Dec 18, 2024

Codecov Report

Attention: Patch coverage is 2.00000% with 98 lines in your changes missing coverage. Please review.

Project coverage is 70.47%. Comparing base (e692d20) to head (d9b9e91).
Report is 7 commits behind head on master.

Files with missing lines Patch % Lines
runtime/runtime/src/verifier.rs 0.00% 32 Missing ⚠️
core/primitives/src/receipt.rs 0.00% 17 Missing ⚠️
runtime/runtime/src/actions.rs 0.00% 13 Missing ⚠️
runtime/runtime/src/config.rs 0.00% 11 Missing ⚠️
core/primitives/src/action/mod.rs 10.00% 9 Missing ⚠️
runtime/runtime/src/lib.rs 0.00% 6 Missing ⚠️
chain/rosetta-rpc/src/adapters/mod.rs 0.00% 3 Missing ⚠️
core/primitives/src/views.rs 0.00% 2 Missing ⚠️
tools/state-viewer/src/contract_accounts.rs 0.00% 2 Missing ⚠️
runtime/runtime/src/balance_checker.rs 50.00% 1 Missing ⚠️
... and 2 more
Additional details and impacted files
@@            Coverage Diff             @@
##           master   #12648      +/-   ##
==========================================
- Coverage   70.49%   70.47%   -0.02%     
==========================================
  Files         845      845              
  Lines      172247   172354     +107     
  Branches   172247   172354     +107     
==========================================
+ Hits       121426   121471      +45     
- Misses      45725    45790      +65     
+ Partials     5096     5093       -3     
Flag Coverage Δ
backward-compatibility 0.16% <0.00%> (-0.01%) ⬇️
db-migration 0.16% <0.00%> (-0.01%) ⬇️
genesis-check 1.36% <0.00%> (-0.01%) ⬇️
linux 69.34% <2.00%> (-0.02%) ⬇️
linux-nightly 70.07% <2.00%> (-0.02%) ⬇️
pytests 1.66% <0.00%> (-0.01%) ⬇️
sanity-checks 1.47% <0.00%> (-0.01%) ⬇️
unittests 70.30% <2.00%> (-0.02%) ⬇️
upgradability 0.20% <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.

@pugachAG pugachAG changed the title global contract prototype global contracts prototype Dec 19, 2024
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.

1 participant