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

core: block destroyed contracts and restrict maximum contract updates #2462

Merged
merged 2 commits into from
May 4, 2022

Conversation

AnnaShaleva
Copy link
Member

Close #2458.

@codecov
Copy link

codecov bot commented May 4, 2022

Codecov Report

Merging #2462 (ffdcdf4) into master (3c0ee9c) will increase coverage by 0.02%.
The diff coverage is 75.00%.

@@            Coverage Diff             @@
##           master    #2462      +/-   ##
==========================================
+ Coverage   85.10%   85.13%   +0.02%     
==========================================
  Files         291      291              
  Lines       36732    36742      +10     
==========================================
+ Hits        31262    31281      +19     
+ Misses       4155     4148       -7     
+ Partials     1315     1313       -2     
Impacted Files Coverage Δ
pkg/services/oracle/network.go 75.86% <0.00%> (ø)
pkg/services/oracle/oracle.go 88.37% <ø> (ø)
pkg/core/native/management.go 92.50% <57.14%> (-0.59%) ⬇️
pkg/core/native/contract.go 100.00% <100.00%> (ø)
pkg/core/native/policy.go 91.46% <100.00%> (+0.08%) ⬆️
pkg/consensus/consensus.go 73.43% <0.00%> (+0.44%) ⬆️
pkg/core/transaction/transaction.go 87.45% <0.00%> (+1.52%) ⬆️
pkg/network/message.go 96.26% <0.00%> (+2.23%) ⬆️
pkg/network/capability/capability.go 75.00% <0.00%> (+5.76%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 7f8b259...ffdcdf4. Read the comment docs.

@roman-khimov roman-khimov merged commit 4adb2b9 into master May 4, 2022
@roman-khimov roman-khimov deleted the block-destroyed branch May 4, 2022 11:43
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.

Block destroyed contracts and check blacklist during deploy
2 participants