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

refactor(verification): reorganize min_height verification #1008

Merged
merged 1 commit into from
Apr 30, 2024

Conversation

glevco
Copy link
Contributor

@glevco glevco commented Apr 25, 2024

Motivation

Reorganize the min_height verification.

Acceptance Criteria

  • Improve modularization of methods related to min_height verification.

Checklist

  • If you are requesting a merge into master, confirm this code is production-ready and can be included in future releases as soon as it gets merged

@glevco glevco self-assigned this Apr 25, 2024
@glevco glevco marked this pull request as ready for review April 25, 2024 22:59
msbrogli
msbrogli previously approved these changes Apr 25, 2024
Copy link

codecov bot commented Apr 25, 2024

Codecov Report

Attention: Patch coverage is 92.50000% with 3 lines in your changes are missing coverage. Please review.

Project coverage is 84.95%. Comparing base (a25f3a7) to head (cbf10a7).

Files Patch % Lines
hathor/verification/transaction_verifier.py 76.92% 2 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1008      +/-   ##
==========================================
- Coverage   84.97%   84.95%   -0.02%     
==========================================
  Files         298      298              
  Lines       22932    22952      +20     
  Branches     3465     3466       +1     
==========================================
+ Hits        19487    19500      +13     
- Misses       2762     2766       +4     
- Partials      683      686       +3     

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

jansegre
jansegre previously approved these changes Apr 26, 2024
@glevco glevco dismissed stale reviews from jansegre and msbrogli via caa79d3 April 26, 2024 17:48
@glevco glevco force-pushed the fix/add-min-height-verification branch from caa79d3 to 1a3f48d Compare April 26, 2024 17:49
jansegre
jansegre previously approved these changes Apr 26, 2024
@glevco glevco force-pushed the fix/add-min-height-verification branch from 1a3f48d to 6065308 Compare April 26, 2024 21:11
jansegre
jansegre previously approved these changes Apr 26, 2024
msbrogli
msbrogli previously approved these changes Apr 29, 2024
hathor/manager.py Outdated Show resolved Hide resolved
@glevco glevco dismissed stale reviews from msbrogli and jansegre via 5dc99fa April 30, 2024 14:29
@glevco glevco force-pushed the fix/add-min-height-verification branch from 5dc99fa to cbf10a7 Compare April 30, 2024 20:06
@glevco glevco merged commit e06d1d4 into master Apr 30, 2024
12 checks passed
@glevco glevco deleted the fix/add-min-height-verification branch April 30, 2024 22:32
This was referenced May 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

3 participants