diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 86530438..de0a89e5 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -12,3 +12,5 @@ /MD/md-15/ @l-monninger @apenzk /MIP/mip-39/ @franck44 /MIP/mip-53/ @l-monninger +/MD/md-85/ @franck44 +/MIP/mip-85/ @franck44 diff --git a/MD/md-85/README.md b/MD/md-85/README.md index e23a5eda..d8b97698 100644 --- a/MD/md-85/README.md +++ b/MD/md-85/README.md @@ -1,22 +1,21 @@ # MD-85: Bridge Architecture Requirements + - **Description**: Elicit the requirements of the native bridge. - **Authors**: [Franck Cassez](mailto:franck.cassez@movementlabs.xyz) - ## Overview -This MD summarises the requirements of the _Native Bridge_ (bridge in the sequel). +This MD summarizes the requirements of the _Native Bridge_ (bridge in the sequel). ## Desiderata - ### D1: High-level Description of the Native Bridge **Description**: A high-level diagram of the architecture **Justification**: Provides a reference for documentation and implementation. -**Recommendations**: +**Recommendations**: ### D2: List the expected functionalities of the bridge @@ -30,7 +29,6 @@ This MD summarises the requirements of the _Native Bridge_ (bridge in the sequel **Justification**: Provides a reference for documentation and implementation and governance. - ### D4: Explain how the bridge transfers work **Description**: Provide sequence diagrams to explain how bridging from Move to Ethereum (and back) works. @@ -38,14 +36,3 @@ This MD summarises the requirements of the _Native Bridge_ (bridge in the sequel **Justification**: Explain the sequence of actions required on the chains and their ordering, to complete a bridge transfer. ## Change Logs - \ No newline at end of file diff --git a/MIP/mip-bridge-archi/README.md b/MIP/mip-85/README.md similarity index 97% rename from MIP/mip-bridge-archi/README.md rename to MIP/mip-85/README.md index 387f4792..bc561fa2 100644 --- a/MIP/mip-bridge-archi/README.md +++ b/MIP/mip-85/README.md @@ -1,7 +1,8 @@ -# MIP-\: Lock/Mint bridge high-level description. +# MIP-85: Lock/Mint bridge high-level description + - **Description**: Provides a high-level description of the native lock/mint bridge. - **Authors**: [Frabck Cassez](mailto:franck.cassez@movementlabs.xyzm) -- **Desiderata**: [MIP-\](../MIP/mip-\) +- **Desiderata**: [MD-85](../../MD/md-85) -> [!NOTE] +> [!NOTE] > The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "NOT RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in RFC 2119 and RFC 8174.