From ffee3c3a61ccbc1578aa729fdece6ae2eb4aaa94 Mon Sep 17 00:00:00 2001 From: leopardracer <136604165+leopardracer@users.noreply.github.com> Date: Sun, 8 Dec 2024 00:10:17 +0200 Subject: [PATCH 1/5] fix: typos --- crates/macros/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/macros/src/lib.rs b/crates/macros/src/lib.rs index 80f49e1d6a..c409cb6b58 100644 --- a/crates/macros/src/lib.rs +++ b/crates/macros/src/lib.rs @@ -27,7 +27,7 @@ struct TypePathBracketedArray { /// description of a crosstest #[derive(derive_builder::Builder, Debug, Clone)] struct CrossTestData { - /// imlementations + /// implementations impls: ExprArray, /// builder impl From 6f423b1e2c6d1bc655e6d5312d2cb15d32b32b4d Mon Sep 17 00:00:00 2001 From: leopardracer <136604165+leopardracer@users.noreply.github.com> Date: Sun, 8 Dec 2024 00:11:13 +0200 Subject: [PATCH 2/5] fix `includs` typo in logic for collecting peer config --- crates/orchestrator/api.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/orchestrator/api.toml b/crates/orchestrator/api.toml index 25fcb2b7c2..7a18fbb193 100644 --- a/crates/orchestrator/api.toml +++ b/crates/orchestrator/api.toml @@ -44,7 +44,7 @@ Supply whether or not we are DA. [route.peer_pubconfig_ready] PATH = ["peer_pub_ready"] DOC = """ -Get whether the node can collect the final config which includs all peer's public config/info like public keys, returns a boolean. +Get whether the node can collect the final config which includes all peer's public config/info like public keys, returns a boolean. """ # POST the updated config with all peers' public keys / configs From de323b2ce718226c747fb8b1d9e1e476cccf9490 Mon Sep 17 00:00:00 2001 From: leopardracer <136604165+leopardracer@users.noreply.github.com> Date: Sun, 8 Dec 2024 00:13:02 +0200 Subject: [PATCH 3/5] Fix spelling mistake in `transactions` in block return logic --- crates/testing/src/block_builder/simple.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/testing/src/block_builder/simple.rs b/crates/testing/src/block_builder/simple.rs index 8376633afc..e0af714f9a 100644 --- a/crates/testing/src/block_builder/simple.rs +++ b/crates/testing/src/block_builder/simple.rs @@ -238,7 +238,7 @@ where .await; if transactions.is_empty() { - // We don't want to return an empty block if we have no trasnactions, as we would end up + // We don't want to return an empty block if we have no transactions, as we would end up // driving consensus to produce empty blocks extremely quickly when mempool is empty. // Instead, we return no blocks, so that view leader will keep asking for blocks until // either we have something non-trivial to propose, or leader runs out of time to propose, From 4f257c90270c05931f84c078f0cca7d0a8bfab2f Mon Sep 17 00:00:00 2001 From: leopardracer <136604165+leopardracer@users.noreply.github.com> Date: Sun, 8 Dec 2024 00:14:16 +0200 Subject: [PATCH 4/5] fix typo: accidently -> accidentally in sealed marker logic --- crates/types/src/simple_vote.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/types/src/simple_vote.rs b/crates/types/src/simple_vote.rs index ef69520785..98af9fe67d 100644 --- a/crates/types/src/simple_vote.rs +++ b/crates/types/src/simple_vote.rs @@ -526,7 +526,7 @@ impl Committable for ViewSyncCommitData2 { } } -// impl votable for all the data types in this file sealed marker should ensure nothing is accidently +// impl votable for all the data types in this file sealed marker should ensure nothing is accidentally // implemented for structs that aren't "voteable" impl Voteable for V From 88d3511261ed2cf03609a17cfaea1664f5037f72 Mon Sep 17 00:00:00 2001 From: leopardracer <136604165+leopardracer@users.noreply.github.com> Date: Sun, 8 Dec 2024 00:15:07 +0200 Subject: [PATCH 5/5] fix spelling mistake in event message --- docs/diagrams/HotShotFlow.drawio | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/diagrams/HotShotFlow.drawio b/docs/diagrams/HotShotFlow.drawio index c6ac0dafb0..734c88ff2e 100644 --- a/docs/diagrams/HotShotFlow.drawio +++ b/docs/diagrams/HotShotFlow.drawio @@ -1937,7 +1937,7 @@ - +