From 1050584e51346be07f968d540fba2a1f6629f236 Mon Sep 17 00:00:00 2001 From: Elias Rad <146735585+nnsW3@users.noreply.github.com> Date: Thu, 1 Aug 2024 18:55:03 +0300 Subject: [PATCH 1/3] fix DEBUGGING.md --- m1/DEBUGGING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/m1/DEBUGGING.md b/m1/DEBUGGING.md index 12385797..1ed70ab4 100644 --- a/m1/DEBUGGING.md +++ b/m1/DEBUGGING.md @@ -47,7 +47,7 @@ In order for the indexer to write to the database listening on port `5432`, you ```shell docker run --name m1-indexer-db -e POSTGRES_PASSWORD=postgres -p 5432:5432 -d postgres ``` -If you are not running the database, the trailer thread in the M1 subnet will panick. However, this will not affect the rest of the execution. +If you are not running the database, the trailer thread in the M1 subnet will panic. However, this will not affect the rest of the execution. # WIP We are pursuing several improvements to local debugging and testing. From 615aad066ea9874f0bb5ed8b98907fa1eb85a967 Mon Sep 17 00:00:00 2001 From: Elias Rad <146735585+nnsW3@users.noreply.github.com> Date: Thu, 1 Aug 2024 18:57:32 +0300 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1cb022ea..33c71755 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ The Move programming language poses numerous benefits to builders including direct interaction with digital assets through custom resource types, flexibility with transaction script declaration, on-chain verification, and bytecode safety privileges. -Movement M1 is designed for the Avalanche subnet, allowing users to seamlessly interact with and build with the Move language on on a high-performance, modular, scalable and interoperable Layer 1. +Movement M1 is designed for the Avalanche subnet, allowing users to seamlessly interact with and build with the Move language on a high-performance, modular, scalable and interoperable Layer 1. - Movement will be able to hit 160,000+ theoretical TPS as the project scales to provide much needed performance to protocols. - Move bytecode verifiers and interpreters provide native solvency for the reentrancy attacks and security woes that have plagued Solidity developers for years, resulting in $3 billion lost last year. From 8d67df8fff9c8f04bf3c693abc3d285cdeb8c66e Mon Sep 17 00:00:00 2001 From: Elias Rad <146735585+nnsW3@users.noreply.github.com> Date: Thu, 1 Aug 2024 18:59:12 +0300 Subject: [PATCH 3/3] Update README.md --- movement-sdk/clis/aptos/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/movement-sdk/clis/aptos/README.md b/movement-sdk/clis/aptos/README.md index 2c3e7981..06b75bd7 100644 --- a/movement-sdk/clis/aptos/README.md +++ b/movement-sdk/clis/aptos/README.md @@ -1,5 +1,5 @@ # Aptos Command Line Interface (CLI) Tool The `movement` tool is a command line interface (CLI) for debugging, development, and node operation. -See [Movement CLI Documentation](https://aptos.dev/cli-tools/aptos-cli-tool/install-aptos-cli) for how to install the `movment` CLI tool and how to use it. - \ No newline at end of file +See [Movement CLI Documentation](https://aptos.dev/cli-tools/aptos-cli-tool/install-aptos-cli) for how to install the `movement` CLI tool and how to use it. +