-
Notifications
You must be signed in to change notification settings - Fork 49
feat: Fast Bridge unhappy path #60
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
Conversation
Should use I fixed the Apologies, the fix I just pushed was supposed to be included in the original push, but I had 2 code editors open at the same time and on overwrote the other. |
Why close the PR thou.. |
Fixed |
fb4b661
to
5ef660d
Compare
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.
90cf1bc
to
7bc2272
Compare
Implemented
Can be done via configuration/governance.
Will be done in the branch feat/challenge-path-with-merkle-proof.
Implemented this in a separate branch feat/challenge-path-2-null-message, it introduces extra complexity and edge cases which may not be necessary given 2. 3. and 4. . |
Governance / configuration can only change the challenger and claim deposit size. In order to change the pay-out of the challenger, we need to modify L170
And let governance update / change the rewardBurnRatio. Or to be honest, maybe rewardBurnRatio should be immutable. To make sure that a dishonest claim -> self challenge does not result in a zero-cost delay grief. |
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.
Looks good.
bd983f3
to
388fe48
Compare
…e interface level
Code Climate has analyzed commit 4e393e3 and detected 0 issues on this pull request. View more on Code Climate. |
Resolves #53