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

SYS-4116: Enable lift on eth-bridge #427

Merged

Conversation

micaelffrancoAV
Copy link
Contributor

@micaelffrancoAV micaelffrancoAV commented Jul 23, 2024

Proposed changes

Type of change/Merge

🚨What type of change is this PR?

Put an x in the boxes that apply

  • Release
    • Increase versions
    • Baseline tests passed
    • Release type:
      • Major release
      • Minor release
      • Patch release

Checklist

Put an x in the boxes that apply. You can also fill these out after creating the PR.

  • You describe the purpose of the PR, e.g.:
    • What does it do?
    • Highlight what important points reviewers should know about;
    • Indicates if there is something left for follow-up PRs.
  • Documentation updated
  • Business logic tested successfully
  • Verify First, Write Last: In Substrate development, it is important that you always ensure preconditions are met and return errors at the beginning. After these checks have completed, then you may begin the function's computation.

Further comments

@micaelffrancoAV micaelffrancoAV force-pushed the SYS-4116_Enable_lift_processing_in_eth-bridge_filter branch from 2dcfa52 to af83f6f Compare July 23, 2024 10:05
Copy link
Contributor

@nahuseyoum nahuseyoum left a comment

Choose a reason for hiding this comment

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

The changes on this PR are fine 😃 in that they enable lifting to be processed via ethBridge but shouldn't we also update the block explorer and processors to treat ethbridge.eventRejected as Failed? At the moment only ethereumEvents.eventRejected is considered. Tagging @thadouk @ivan-cholakov

@thadouk
Copy link
Contributor

thadouk commented Jul 24, 2024

The changes on this PR are fine 😃 in that they enable lifting to be processed via ethBridge but shouldn't we also update the block explorer and processors to treat ethbridge.eventRejected as Failed? At the moment only ethereumEvents.eventRejected is considered. Tagging @thadouk @ivan-cholakov

Yes, anything depending on the old interface should be updated to the new. I wouldn't block this, as it can be promoted in internal chains and enable testing.

@micaelffrancoAV micaelffrancoAV merged commit 4eb1ff9 into main Aug 16, 2024
5 checks passed
@micaelffrancoAV micaelffrancoAV deleted the SYS-4116_Enable_lift_processing_in_eth-bridge_filter branch August 16, 2024 15:45
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.

5 participants