From 6a936a80418b2da79ee28359b34cb88e85782887 Mon Sep 17 00:00:00 2001 From: grandfather Date: Wed, 19 Feb 2025 11:23:47 +0100 Subject: [PATCH 1/6] Fix typos in MIP/mip-60/README.md --- MIP/mip-60/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MIP/mip-60/README.md b/MIP/mip-60/README.md index 56c99d4b..5038c0d7 100644 --- a/MIP/mip-60/README.md +++ b/MIP/mip-60/README.md @@ -9,7 +9,7 @@ Cross-chain bridges allow assets to be transferred between different blockchains ## Motivation -To transfer assets from Ethereum to the chain (and back), we have to employ a _bridge_. Ideally we would re-use an existing bridge, but there is no available bridge template from Ethereum to Move-based chains, so we have to design one. +To transfer assets from Ethereum to the chain (and back), we have to employ a _bridge_. Ideally we would reuse an existing bridge, but there is no available bridge template from Ethereum to Move-based chains, so we have to design one. Designing a bridge between two blockchains is a complex task. As pointed out in [Bridges – Ethereum Foundation](https://ethereum.org/en/developers/docs/bridges/#integrating-bridges): > 1. **Building your own bridge** – Building a secure and reliable bridge is not easy, especially if you take a more trust-minimized route. Moreover, it requires years of experience and technical expertise related to scalability and interoperability studies. Additionally, it would require a hands-on team to maintain a bridge and attract sufficient liquidity to make it feasible. From f556259b37efd66722c53a94aca1d3f8464cf22d Mon Sep 17 00:00:00 2001 From: grandfather Date: Wed, 19 Feb 2025 11:23:48 +0100 Subject: [PATCH 2/6] Fix typos in MIP/mip-61/README.md --- MIP/mip-61/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MIP/mip-61/README.md b/MIP/mip-61/README.md index 968eb8f7..c43282ea 100644 --- a/MIP/mip-61/README.md +++ b/MIP/mip-61/README.md @@ -289,7 +289,7 @@ The BOOTSTRAP algorithm will run for both the L1 and the L2 chains. Hence we hav ```javascript BOOTSTRAPPING -// Start the continuous block pocessing protocol in parrallel to this algorithm +// Start the continuous block processing, possessing protocol in parallel to this algorithm START CONTINUOUS_BLOCK_PROCESSING protocol SET `first_CP_block` = first processed block by CONTINUOUS_BLOCK_PROCESSING From 804ba5555c6cb774c8952c28375a79206e0456d7 Mon Sep 17 00:00:00 2001 From: grandfather Date: Wed, 19 Feb 2025 11:23:50 +0100 Subject: [PATCH 3/6] Fix typos in MIP/mip-84/README.md --- MIP/mip-84/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MIP/mip-84/README.md b/MIP/mip-84/README.md index 8d6cd8ee..237765d3 100644 --- a/MIP/mip-84/README.md +++ b/MIP/mip-84/README.md @@ -44,7 +44,7 @@ We define the following terms: - **Trusted** : A component is trusted if it is assumed to be secure and reliable. No errors in the component can occur. Nor keys can get compromised. - **Untrusted** : A component is untrusted if it can have bugs, or misconfigurations, or worst case gets compromised (i.e., become byzantine). The component can stop/crash or tamper with messages, results of computations. It means an entity is not assumed to be reliable, necessitating verification or safeguards. -- **Insurance-based Untrusted** : We assume that faults or compromise is extremely unlikely. Under normal operations the component is secure and reliable. The rarity of these events permits that the operator takes care of resulting hardship. Protective measures are taken to reduce the maximally caused damage that the component can cause incase it becomes faulty / Byzantine by providing an insurance fund. +- **Insurance-based Untrusted** : We assume that faults or compromise is extremely unlikely. Under normal operations the component is secure and reliable. The rarity of these events permits that the operator takes care of resulting hardship. Protective measures are taken to reduce the maximally caused damage that the component can cause in case it becomes faulty / Byzantine by providing an insurance fund. - **Approval/proof-based Untrusted** : Faults or compromise could happen frequently and at any point in time. Any action should be approved by a trusted party or require a proof of correctness. #### Soundness and Completeness From bcee04f55355b11cb4c61b4e5ca296cec3efe45c Mon Sep 17 00:00:00 2001 From: grandfather Date: Wed, 19 Feb 2025 11:23:52 +0100 Subject: [PATCH 4/6] Fix typos in MD/md-91/README.md --- MD/md-91/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MD/md-91/README.md b/MD/md-91/README.md index 407da746..e1081798 100644 --- a/MD/md-91/README.md +++ b/MD/md-91/README.md @@ -27,7 +27,7 @@ The Move Stack and Movement SDK are foundational components for Movement technol **Justification**: Categorization of Software components helps to provide consistent documentation and may aid in framing the documentation. It also provides a clear and consistent language for discussing Movement technologies. -### D3: Vizualization of the Move Stack +### D3: Visualization, Virtualization of the Move Stack **User Journey**: Developers can easily understand the Move Stack and its components. From 02df51f8567726bce73d4e7b5ace9bdacf6f6fc7 Mon Sep 17 00:00:00 2001 From: Franck Date: Fri, 21 Feb 2025 17:01:04 +1100 Subject: [PATCH 5/6] Update README.md fix typo --- MD/md-91/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MD/md-91/README.md b/MD/md-91/README.md index e1081798..0551c44b 100644 --- a/MD/md-91/README.md +++ b/MD/md-91/README.md @@ -27,7 +27,7 @@ The Move Stack and Movement SDK are foundational components for Movement technol **Justification**: Categorization of Software components helps to provide consistent documentation and may aid in framing the documentation. It also provides a clear and consistent language for discussing Movement technologies. -### D3: Visualization, Virtualization of the Move Stack +### D3: Visualization of the Move Stack **User Journey**: Developers can easily understand the Move Stack and its components. From b6a8378855b864ce3741a4d22d3adf556bf948cc Mon Sep 17 00:00:00 2001 From: Franck Date: Fri, 21 Feb 2025 17:02:09 +1100 Subject: [PATCH 6/6] Update README.md Fix typo --- MIP/mip-61/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MIP/mip-61/README.md b/MIP/mip-61/README.md index c43282ea..6de162bc 100644 --- a/MIP/mip-61/README.md +++ b/MIP/mip-61/README.md @@ -289,7 +289,7 @@ The BOOTSTRAP algorithm will run for both the L1 and the L2 chains. Hence we hav ```javascript BOOTSTRAPPING -// Start the continuous block processing, possessing protocol in parallel to this algorithm +// Start the continuous block processing protocol in parallel to this algorithm START CONTINUOUS_BLOCK_PROCESSING protocol SET `first_CP_block` = first processed block by CONTINUOUS_BLOCK_PROCESSING