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

ir: remove contracts.alphabet.amount from config #2960

Merged
merged 1 commit into from
Oct 8, 2024

Conversation

End-rey
Copy link
Contributor

@End-rey End-rey commented Oct 3, 2024

Closes #2292.

I found the only place where this option is mentioned. Do I need to count the number of alphabet contracts from the config or take this number from morph?

Copy link

codecov bot commented Oct 3, 2024

Codecov Report

Attention: Patch coverage is 0% with 5 lines in your changes missing coverage. Please review.

Project coverage is 23.47%. Comparing base (7365c7c) to head (22a3ad6).
Report is 10 commits behind head on master.

Files with missing lines Patch % Lines
pkg/innerring/contracts.go 0.00% 5 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2960      +/-   ##
==========================================
- Coverage   23.49%   23.47%   -0.03%     
==========================================
  Files         776      776              
  Lines       46594    46552      -42     
==========================================
- Hits        10949    10928      -21     
+ Misses      34780    34758      -22     
- Partials      865      866       +1     

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

Copy link
Member

@carpawell carpawell left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think all the "threshold" code below is also not needed, it is only about the cases when we were limited by config but it is impossible now.
Some conflicts also.

Copy link
Contributor

@cthulhu-rider cthulhu-rider left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merge commits or ref 2nd->1st. Tag the issue in the 1st

@End-rey End-rey force-pushed the 2292-remove-contracts-alphabet-amount branch from 65b5ff3 to a2cdb5c Compare October 4, 2024 10:39
CHANGELOG.md Outdated Show resolved Hide resolved
Remove option from the code and from the example configs.
Update docs.

Closes #2292.

Signed-off-by: Andrey Butusov <[email protected]>
@End-rey End-rey force-pushed the 2292-remove-contracts-alphabet-amount branch from a2cdb5c to 22a3ad6 Compare October 8, 2024 07:43
@roman-khimov roman-khimov merged commit dd83d63 into master Oct 8, 2024
19 of 21 checks passed
@roman-khimov roman-khimov deleted the 2292-remove-contracts-alphabet-amount branch October 8, 2024 08:49
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.

Remove contracts.alphabet.amount
4 participants