AlephBFT icon indicating copy to clipboard operation
AlephBFT copied to clipboard

Rust implementation of Aleph consensus protocol

Results 8 AlephBFT issues
Sort by recently updated
recently updated
newest added

This pr is reproposing the original design in https://github.com/Cardinal-Cryptography/AlephBFT/pull/399 before it was switched to using AsyncRead and AsyncWrite. The initial design proposed here is currently implemented in our fork and...

In a context of a larger application AlephBFT crate logs a lot of errors on high levels for things that are normal and expected during typical use, even if "an...

fix: typos

pending

Bumps the all-rust-deps group with 2 updates in the / directory: [async-trait](https://github.com/dtolnay/async-trait) and [clap](https://github.com/clap-rs/clap). Updates `async-trait` from 0.1.82 to 0.1.83 Release notes Sourced from async-trait's releases. 0.1.83 Prevent needless_arbitrary_self_type lint...

dependencies
rust

###Description - Remove unused dependencies: - aleph-bft-crypto: async-trait, tokio - aleph-bft-examples-blockchain: sha3, unsigned-varint - Remove ineffective #[must_use] attributes from trait methods - Set workspace resolver to "2" to match edition...

Bumps the all-rust-deps group with 12 updates in the / directory: | Package | From | To | | --- | --- | --- | | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.94` |...

dependencies
rust

--- ## Description This pull request corrects a recurring typo by replacing all instances of "recieved" with the correct spelling "received" in log messages and comments within the `terminator.rs` file....

Changes made in: - /docs/src/aleph_bft_api.md ("retreiving" → "retrieving") - /docs/src/how_alephbft_does_it.md ("brodcast" → "broadcast")