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

[TT-551] Stops Instant Transaction Confirmers from Blocking #769

Merged
merged 2 commits into from
Nov 16, 2023

Conversation

kalverra
Copy link
Collaborator

@kalverra kalverra commented Nov 16, 2023

The newHeaderChan was used to help speed up confirmations; problem is that on fast chains, it would end up blocking confirmations for the whole test. This is a little slower to confirm transactions, but much simpler, and frankly the speed difference is negligible.

@codecov-commenter
Copy link

codecov-commenter commented Nov 16, 2023

Codecov Report

Attention: 5 lines in your changes are missing coverage. Please review.

Comparison is base (25a0c47) 30.94% compared to head (792ebba) 30.96%.

Files Patch % Lines
blockchain/transaction_confirmers.go 0.00% 5 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #769      +/-   ##
==========================================
+ Coverage   30.94%   30.96%   +0.01%     
==========================================
  Files          41       41              
  Lines        5354     5352       -2     
==========================================
  Hits         1657     1657              
+ Misses       3517     3515       -2     
  Partials      180      180              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@cl-sonarqube-production
Copy link

SonarQube Quality Gate

Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@kalverra kalverra merged commit a4befc7 into main Nov 16, 2023
14 checks passed
@kalverra kalverra deleted the fixInstantTx branch November 16, 2023 23:32
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.

4 participants