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

Configurable Client Errors #12760

Merged
merged 35 commits into from
Apr 23, 2024
Merged

Conversation

DylanTinianov
Copy link
Contributor

@DylanTinianov DylanTinianov commented Apr 9, 2024

Enabled providing custom error regexes for EVM in configuration toml files.

The EVM client error regex strings are hard coded, requiring us to release new versions/hotfixes in response to changes and new discoveries, as well as slowing down testing iterations by requiring new builds.

The ability to override the built-in regexes via the standard configuration would speed up both of these processes, as well as offer new flexibility in terms of being able to override these values per-chain, which could be both safer and more efficient.

Copy link
Contributor

github-actions bot commented Apr 9, 2024

I see you updated files related to core. Please run pnpm changeset in the root directory to add a changeset.

@DylanTinianov DylanTinianov marked this pull request as ready for review April 9, 2024 19:43
@DylanTinianov DylanTinianov requested a review from a team as a code owner April 9, 2024 19:43
@DylanTinianov DylanTinianov requested a review from a team as a code owner April 10, 2024 15:55
@DylanTinianov DylanTinianov marked this pull request as draft April 10, 2024 17:09
@DylanTinianov DylanTinianov requested a review from jmank88 April 23, 2024 16:32
@jmank88 jmank88 added this pull request to the merge queue Apr 23, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Apr 23, 2024
@jmank88 jmank88 added this pull request to the merge queue Apr 23, 2024
Merged via the queue into develop with commit 3f45734 Apr 23, 2024
105 checks passed
@jmank88 jmank88 deleted the BCI-1176-configurable-client-errors branch April 23, 2024 17:33
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