Skip to content

fix: ignore chains with invalid configuration#169

Merged
mpetrunic merged 1 commit intomainfrom
fix/ignore-chains-with-invalid-configuration
Apr 3, 2026
Merged

fix: ignore chains with invalid configuration#169
mpetrunic merged 1 commit intomainfrom
fix/ignore-chains-with-invalid-configuration

Conversation

@mpetrun5
Copy link
Copy Markdown
Collaborator

@mpetrun5 mpetrun5 commented Apr 2, 2026

Description

Related Issue Or Context

Closes: #

How Has This Been Tested? Testing details.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation

Checklist:

  • I have commented my code, particularly in hard-to-understand areas.
  • I have ensured that all acceptance criteria (or expected behavior) from issue are met
  • I have updated the documentation locally and in docs.
  • I have added tests to cover my changes.
  • I have ensured that all the checks are passing and green, I've signed the CLA bot

c, err := evm.NewEVMConfig(chainConfig, *solverConfig)
panicOnError(err)
if err != nil {
log.Error().Err(err).Uint64("chain", *c.GeneralChainConfig.Id).Msgf("Failed registering EVM domain")
Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

The idea is to make a grafana alert for this.

@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 2, 2026

Go Test coverage is 53.1 %\ ✨ ✨ ✨

@mpetrunic mpetrunic merged commit 78a02c7 into main Apr 3, 2026
7 checks passed
@mpetrunic mpetrunic deleted the fix/ignore-chains-with-invalid-configuration branch April 3, 2026 10:00
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.

3 participants