-
Notifications
You must be signed in to change notification settings - Fork 58
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
enable margin #1622
enable margin #1622
Conversation
hmmm, I think the real bug is in this line:
It should be using elixir-omg/apps/omg/lib/omg/root_chain_coordinator/core.ex Lines 115 to 122 in ca108e0
However, since we are using The PR here is fixing this issue in an abusing way of how implementation works I think. It will solve the issue because the "root_chain_height" would take the finality margin into account.
|
@boolafish you might be right, and fixing this probably makes sense. But since I looked into it, it would have a bigger impact then the approach in this PR. So I suggest we go with what we have here and address/simplify Root Chain Coordinator at a later stage. WDYT |
@boolafish If we want to do that this way, we could remove root_chain_height from |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The fix lgtm and we can continue the longer term fix in parallel 👍
|
📋 Add associated issues, tickets, docs URL here.
Overview
Describe what your Pull Request is about in a few sentences.
Changes
Describe your changes and implementation choices. More details make PRs easier to review.
Testing
Describe how to test your new feature/bug fix and if possible, a step by step guide on how to demo this.