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

fix: disabled bytecode handler and add ignored chains for debugger #149

Merged
merged 4 commits into from
Dec 12, 2024

Conversation

Xaroz
Copy link
Contributor

@Xaroz Xaroz commented Dec 12, 2024

  • Comment out bytecode handler for less specific error messages
  • Added debugIgnoredChains for skipping some specifics chains
  • New fallback for skipping some chains in debugMessage, will show spinner until messages actually delivers or fails

image

@Xaroz Xaroz self-assigned this Dec 12, 2024
Copy link

vercel bot commented Dec 12, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
hyperlane-explorer ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 12, 2024 8:23pm

@Xaroz Xaroz changed the title fix: disabled bytecode handler fix: disabled bytecode handler and add ignored chains for debugger Dec 12, 2024
Comment on lines 189 to 190
status: MessageDebugStatus.MessageNotDelivered,
description: 'Message not delivered, there may be an error',
Copy link
Collaborator

Choose a reason for hiding this comment

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

Rather than create this new case that doesn't really communicate anything, I'd prefer if you just never called debugMessage for the blacklisted chains please

@Xaroz Xaroz merged commit 0585bff into main Dec 12, 2024
6 checks passed
@Xaroz Xaroz deleted the xaroz/disable-bytecode-handler branch December 12, 2024 20:27
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.

2 participants