[review] MIP-57 : Informer for the Operation of the HTLC-based Native Bridge#57
Closed
apenzk wants to merge 9 commits into
Closed
[review] MIP-57 : Informer for the Operation of the HTLC-based Native Bridge#57apenzk wants to merge 9 commits into
apenzk wants to merge 9 commits into
Conversation
Primata
requested changes
Nov 15, 2024
|
|
||
| We refer to the following illustration for a bridge transfer from L1 to L2, which is taken from [MIP-39](https://github.com/movementlabsxyz/MIP/pull/39). | ||
|
|
||
|  |
Contributor
There was a problem hiding this comment.
after the user requests funds on target chain, Relayer relays to L1*
Contributor
|
@apenzk The content of the MIP still references the HTLV bridge at some locations. We may replace them with to acknowledge the new architecture? |
franck44
reviewed
Dec 17, 2024
|
|
||
| ## Abstract | ||
|
|
||
| The Informer for the HTLC-based Native Bridge (in the following called simply the Native Bridge) is introduced to collect information about the state from L1 and L2 and provide this information to components of the Native Bridge. The provided information is critical to the safe operation of bridge components such as the Rate-Limiter, the Security Fund, and the Bridge Operator. |
Contributor
There was a problem hiding this comment.
HTLC bridge?
Use Native bridge?
Contributor
Author
|
HTLC-based bridge approaches are being closed |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This MIP introduces the Informer as proposed by the Biarritz Model.
The informer provides an estimate of the circulating $L1MOVE and $L2MOVE tokens. It acknowledges that the measured value will be off due to
However it provides some bounds and approaches to get an estimate that should not be too far off.
MIP-57