From fa87127988dda82f076dd619c03c6c05cad88f9c Mon Sep 17 00:00:00 2001 From: Naumenko Boris Date: Fri, 23 May 2025 00:24:38 +0300 Subject: [PATCH 1/2] Fix typos in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c394b7813a..4a5a07b7e4 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This repository contains the Rust implementation of [Aleph Zero][aleph-homepage] Aleph Zero is an open-source layer 1 blockchain focused on privacy, scalability and energy efficiency. It is based on a unique, peer-reviewed consensus algorithm, AlephBFT (as described in our [paper][aleph-bft-paper] and implemented [here][aleph-bft-link]). -Aleph node is based on a Substrate node where the default finality gadget (GRANDPA) has been replaced with AlephBFT. Block authoring is realized with Substrate's Aura. The chain is run in periodic sesssions (900 blocks each) utilizing the Session pallet. The authorities in each session serve for both Aura and AlephBFT authorities, and on top of that are responsible for running the Aggregator protocol producing multisignatures of finalized blocks. +Aleph node is based on a Substrate node where the default finality gadget (GRANDPA) has been replaced with AlephBFT. Block authoring is realized with Substrate's Aura. The chain is run in periodic sessions (900 blocks each) utilizing the Session pallet. The authorities in each session serve for both Aura and AlephBFT authorities, and on top of that are responsible for running the Aggregator protocol producing multisignatures of finalized blocks. ### Building From 0b3e720841d8a4ac189bc7adb78f9b553d678a4d Mon Sep 17 00:00:00 2001 From: Naumenko Boris Date: Fri, 23 May 2025 00:24:40 +0300 Subject: [PATCH 2/2] Fix typos in bin/cliain/README.md --- bin/cliain/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/cliain/README.md b/bin/cliain/README.md index cea3209c98..5beecd5b9d 100644 --- a/bin/cliain/README.md +++ b/bin/cliain/README.md @@ -11,7 +11,7 @@ extrinsic or RPC calls. Run `./cliain --help` to see which of them are supported ## Signing account -Tool reqires `--seed` parameter to sign given transaction with an account derived from the given seed. +Tool requires `--seed` parameter to sign given transaction with an account derived from the given seed. If `--seed` is not given a prompt is displayed to enter the seed. ## WS endpoint