Skip to content

ir: fix hardfork name canonicalization#4085

Merged
roman-khimov merged 1 commit into
masterfrom
4080-ir-config-lowercases-hardfork-names
Jul 11, 2026
Merged

ir: fix hardfork name canonicalization#4085
roman-khimov merged 1 commit into
masterfrom
4080-ir-config-lowercases-hardfork-names

Conversation

@End-rey

@End-rey End-rey commented Jul 10, 2026

Copy link
Copy Markdown
Contributor

Closes #4080.

@codecov

codecov Bot commented Jul 10, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 26.47%. Comparing base (af77c1e) to head (e007d1b).

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #4085      +/-   ##
==========================================
+ Coverage   26.45%   26.47%   +0.02%     
==========================================
  Files         671      671              
  Lines       45581    45596      +15     
==========================================
+ Hits        12057    12071      +14     
- Misses      32392    32393       +1     
  Partials     1132     1132              

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Comment thread CHANGELOG.md Outdated
@End-rey End-rey force-pushed the 4080-ir-config-lowercases-hardfork-names branch from cbee319 to e007d1b Compare July 10, 2026 20:32
Viper lowercases configuration map keys before decoding, so the original
hardfork name casing cannot be preserved. Canonicalize known hardfork names
case-insensitively during IR configuration validation.

Closes #4080.

Signed-off-by: Andrey Butusov <andrey@nspcc.io>
@roman-khimov roman-khimov merged commit b34c694 into master Jul 11, 2026
22 checks passed
@roman-khimov roman-khimov deleted the 4080-ir-config-lowercases-hardfork-names branch July 11, 2026 06:22
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.

IR config lowercases hardfork names

2 participants