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

Compare submitted confirmations against those required #1526

Merged
merged 2 commits into from
May 8, 2024

Conversation

iamacook
Copy link
Member

@iamacook iamacook commented May 8, 2024

Summary

The calculation of awaitingConfirmations of Safe overviews assumed that hte confirmationsRequired decreased with each confirmation submitted. However, it remains the same.

This changes the logic to compare the number of submitted confirmations against the number required.

Note: this has been tested working against live data.

Changes

  • Change confirmation flag to compare number of submitted confirmations against the number of those required

@iamacook iamacook self-assigned this May 8, 2024
@iamacook iamacook requested a review from a team as a code owner May 8, 2024 12:27
@iamacook iamacook enabled auto-merge (squash) May 8, 2024 12:32
@coveralls
Copy link

Pull Request Test Coverage Report for Build 9001809797

Details

  • 1 of 1 (100.0%) changed or added relevant line in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage decreased (-0.008%) to 92.97%

Totals Coverage Status
Change from base Build 9001081870: -0.008%
Covered Lines: 6995
Relevant Lines: 7245

💛 - Coveralls

@iamacook iamacook merged commit ff1f629 into main May 8, 2024
16 checks passed
@iamacook iamacook deleted the confirmations-required branch May 8, 2024 13:14
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.

None yet

3 participants