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

Ignore transaction invs on IBD #1960

Merged
merged 3 commits into from
Feb 26, 2022

Conversation

someone235
Copy link
Collaborator

Adding new transactions to the pool during IBD can really slow it down

@codecov
Copy link

codecov bot commented Feb 25, 2022

Codecov Report

Merging #1960 (224a43f) into dev (9f02a24) will decrease coverage by 0.04%.
The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##              dev    #1960      +/-   ##
==========================================
- Coverage   61.04%   61.00%   -0.05%     
==========================================
  Files         644      644              
  Lines       30243    30245       +2     
==========================================
- Hits        18461    18450      -11     
- Misses       9175     9181       +6     
- Partials     2607     2614       +7     
Impacted Files Coverage Δ
...v4/transactionrelay/handle_relayed_transactions.go 65.38% <0.00%> (-1.29%) ⬇️
infrastructure/network/rpcclient/rpc_get_info.go 45.45% <0.00%> (-18.19%) ⬇️
infrastructure/network/rpcclient/rpcclient.go 60.67% <0.00%> (-6.75%) ⬇️
infrastructure/network/netadapter/router/route.go 82.85% <0.00%> (-5.72%) ⬇️
infrastructure/network/addressmanager/store.go 77.84% <0.00%> (-1.27%) ⬇️
.../protocol/flows/v4/blockrelay/handle_relay_invs.go 52.19% <0.00%> (-0.98%) ⬇️
...selectedchainstore/headers_selected_chain_store.go 75.58% <0.00%> (+3.48%) ⬆️

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 9f02a24...224a43f. Read the comment docs.

@someone235 someone235 merged commit 6449b03 into kaspanet:dev Feb 26, 2022
@someone235 someone235 deleted the ignore-tx-invs-on-ibd branch February 26, 2022 23:17
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