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

Fix UTXO diff child error #2084

Merged
merged 17 commits into from
Jun 14, 2022
Merged

Conversation

michaelsutton
Copy link
Collaborator

This PR fixes a bug which randomly occurred and indicated a corruption in virtual's state

@codecov
Copy link

codecov bot commented Jun 13, 2022

Codecov Report

Merging #2084 (661033b) into dev (b2648aa) will increase coverage by 0.00%.
The diff coverage is 70.37%.

❗ Current head 661033b differs from pull request most recent head 9901926. Consider uploading reports for the commit 9901926 to get more accurate results

@@           Coverage Diff           @@
##              dev    #2084   +/-   ##
=======================================
  Coverage   59.30%   59.30%           
=======================================
  Files         678      678           
  Lines       32625    32617    -8     
=======================================
- Hits        19347    19343    -4     
+ Misses      10481    10480    -1     
+ Partials     2797     2794    -3     
Impacted Files Coverage Δ
...cesses/blockprocessor/validate_and_insert_block.go 69.76% <0.00%> (-0.33%) ⬇️
...nsensus/processes/consensusstatemanager/resolve.go 57.69% <0.00%> (+3.14%) ⬆️
...cesses/consensusstatemanager/reverse_utxo_diffs.go 64.44% <ø> (ø)
domain/migrate.go 0.00% <0.00%> (ø)
...nsensus/processes/pruningmanager/pruningmanager.go 52.45% <50.00%> (-0.46%) ⬇️
domain/consensus/consensus.go 67.77% <75.86%> (+0.48%) ⬆️
app/protocol/flowcontext/blocks.go 68.67% <100.00%> (ø)
app/protocol/flowcontext/orphans.go 67.54% <100.00%> (ø)
.../protocol/flows/v5/blockrelay/handle_relay_invs.go 53.44% <100.00%> (-0.41%) ⬇️
app/protocol/flows/v5/blockrelay/ibd.go 46.06% <100.00%> (ø)
... and 11 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 b2648aa...9901926. Read the comment docs.

@someone235 someone235 merged commit d957a6d into kaspanet:dev Jun 14, 2022
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