From 1320c85a22e656c9637f8a961bca8e2686bdd5cb Mon Sep 17 00:00:00 2001 From: omahs <73983677+omahs@users.noreply.github.com> Date: Sun, 19 Nov 2023 17:49:39 +0100 Subject: [PATCH 1/4] fix typos --- doc/rpc/v05/starknet_api_openrpc.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/rpc/v05/starknet_api_openrpc.json b/doc/rpc/v05/starknet_api_openrpc.json index e30507931..c1af9590e 100644 --- a/doc/rpc/v05/starknet_api_openrpc.json +++ b/doc/rpc/v05/starknet_api_openrpc.json @@ -582,7 +582,7 @@ { "name": "starknet_estimateFee", "summary": "estimate the fee for of StarkNet transactions", - "description": "estimates the resources required by transactions when applyed on a given state", + "description": "estimates the resources required by transactions when applied on a given state", "params": [ { "name": "request", @@ -613,7 +613,7 @@ "schema": { "title": "Estimation", "type": "array", - "description": "a sequence of fee estimatione where the i'th estimate corresponds to the i'th transaction", + "description": "a sequence of fee estimation where the i'th estimate corresponds to the i'th transaction", "items": { "$ref": "#/components/schemas/FEE_ESTIMATE" } @@ -1435,7 +1435,7 @@ }, "l1_gas_price": { "title": "L1 gas price", - "descritpion": "The price of l1 gas in the block", + "description": "The price of l1 gas in the block", "$ref": "#/components/schemas/RESOURCE_PRICE" }, "starknet_version": { @@ -2176,7 +2176,7 @@ "calldata": { "type": "array", "title": "calldata", - "description": "The data expected by the account's `execute` function (in most usecases, this includes the called contract address and a function selector)", + "description": "The data expected by the account's `execute` function (in most use cases, this includes the called contract address and a function selector)", "items": { "$ref": "#/components/schemas/FELT" } @@ -3227,7 +3227,7 @@ "DA_MODE": { "title": "DA mode", "type": "string", - "description": "Specifies a storage domain in Starknet. Each domain has different gurantess regarding availability", + "description": "Specifies a storage domain in Starknet. Each domain has different guarantees regarding availability", "enum": [ "L1", "L2" @@ -3392,4 +3392,4 @@ } } } -} \ No newline at end of file +} From dc8632fa82033b0115ffa7683ec573f1eda489ae Mon Sep 17 00:00:00 2001 From: omahs <73983677+omahs@users.noreply.github.com> Date: Sun, 19 Nov 2023 17:50:15 +0100 Subject: [PATCH 2/4] fix typo --- doc/rpc/v05/starknet_api_openrpc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/rpc/v05/starknet_api_openrpc.json b/doc/rpc/v05/starknet_api_openrpc.json index c1af9590e..63cce80a4 100644 --- a/doc/rpc/v05/starknet_api_openrpc.json +++ b/doc/rpc/v05/starknet_api_openrpc.json @@ -1393,7 +1393,7 @@ }, "l1_gas_price": { "title": "L1 gas price", - "descritpion": "The price of l1 gas in the block", + "description": "The price of l1 gas in the block", "$ref": "#/components/schemas/RESOURCE_PRICE" }, "starknet_version": { From c24226555b65fc23c4eed39efb33fb8b9f5aa9f4 Mon Sep 17 00:00:00 2001 From: omahs <73983677+omahs@users.noreply.github.com> Date: Sun, 19 Nov 2023 17:50:56 +0100 Subject: [PATCH 3/4] fix typo --- doc/rpc/v05/starknet_trace_api_openrpc.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/rpc/v05/starknet_trace_api_openrpc.json b/doc/rpc/v05/starknet_trace_api_openrpc.json index e95025772..5ba00befc 100644 --- a/doc/rpc/v05/starknet_trace_api_openrpc.json +++ b/doc/rpc/v05/starknet_trace_api_openrpc.json @@ -75,7 +75,7 @@ ], "result": { "name": "simulated_transactions", - "description": "The execution trace and consuemd resources of the required transactions", + "description": "The execution trace and consumed resources of the required transactions", "schema": { "type": "array", "items": { @@ -487,4 +487,4 @@ } } } -} \ No newline at end of file +} From 351c9b3e977ca703534546fdfd175dbb420a2c17 Mon Sep 17 00:00:00 2001 From: omahs <73983677+omahs@users.noreply.github.com> Date: Sun, 19 Nov 2023 17:52:12 +0100 Subject: [PATCH 4/4] fix typo --- doc/install-from-source.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/install-from-source.md b/doc/install-from-source.md index a4ec26856..fa0552d4c 100644 --- a/doc/install-from-source.md +++ b/doc/install-from-source.md @@ -36,7 +36,7 @@ rustup update ## Install build dependencies -`pathfinder` compilation need additional libraries to be installed (C compiler, linker, other deps) +`pathfinder` compilation needs additional libraries to be installed (C compiler, linker, other deps) ```bash sudo apt install build-essential pkg-config libssl-dev protobuf-compiler libzstd-dev