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: add ability to create hard-forks #2469

Merged
merged 3 commits into from
May 12, 2022
Merged

core: add ability to create hard-forks #2469

merged 3 commits into from
May 12, 2022

Conversation

AnnaShaleva
Copy link
Member

@AnnaShaleva AnnaShaleva commented May 6, 2022

Close #2464.

@codecov
Copy link

codecov bot commented May 6, 2022

Codecov Report

Merging #2469 (4d4f616) into master (48ee33f) will decrease coverage by 0.03%.
The diff coverage is 82.35%.

@@            Coverage Diff             @@
##           master    #2469      +/-   ##
==========================================
- Coverage   85.10%   85.07%   -0.04%     
==========================================
  Files         291      293       +2     
  Lines       36804    36868      +64     
==========================================
+ Hits        31321    31364      +43     
- Misses       4171     4186      +15     
- Partials     1312     1318       +6     
Impacted Files Coverage Δ
pkg/core/interops.go 100.00% <ø> (ø)
pkg/rpc/response/result/version.go 87.14% <ø> (ø)
pkg/config/hardfork_string.go 50.00% <50.00%> (ø)
pkg/core/interop_system.go 92.93% <70.00%> (-2.80%) ⬇️
pkg/config/hardfork.go 100.00% <100.00%> (ø)
pkg/config/protocol_config.go 85.54% <100.00%> (+0.73%) ⬆️
pkg/core/blockchain.go 82.31% <100.00%> (+0.04%) ⬆️
pkg/core/interop/context.go 91.89% <100.00%> (+0.36%) ⬆️
pkg/network/payload/mptdata.go 81.25% <0.00%> (-18.75%) ⬇️
pkg/network/compress.go 64.00% <0.00%> (-12.00%) ⬇️
... and 6 more

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 d158811...4d4f616. Read the comment docs.

pkg/config/hardfork.go Outdated Show resolved Hide resolved
pkg/core/interop/context.go Outdated Show resolved Hide resolved
pkg/core/interop/context.go Outdated Show resolved Hide resolved
pkg/core/blockchain.go Show resolved Hide resolved
@AnnaShaleva AnnaShaleva force-pushed the hardfork branch 2 times, most recently from 5abc34d to 4959017 Compare May 7, 2022 11:14
@AnnaShaleva AnnaShaleva marked this pull request as ready for review May 7, 2022 11:14
@AnnaShaleva
Copy link
Member Author

Tests are fixed.

@roman-khimov roman-khimov merged commit 7fd0eb1 into master May 12, 2022
@roman-khimov roman-khimov deleted the hardfork branch May 12, 2022 11:05
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.

Add hardforks and raise the fee of CreateMultisigAccount call
2 participants