aleph-bft 0.41.1

AlephBFT is an asynchronous and Byzantine fault tolerant consensus protocol aimed at ordering arbitrary messages (transactions). It has been designed to continuously operate even in the harshest conditions: with no bounds on message-delivery delays and in the presence of malicious actors. This makes it an excellent fit for blockchain-related applications.
Documentation
[dependencies.aleph-bft-rmc]
version = "0.14"

[dependencies.aleph-bft-types]
version = "0.14"

[dependencies.anyhow]
version = "1.0"

[dependencies.async-trait]
version = "0.1"

[dependencies.codec]
default-features = false
features = ["derive"]
package = "parity-scale-codec"
version = "3.0"

[dependencies.derivative]
version = "2.2.0"

[dependencies.futures]
version = "0.3"

[dependencies.futures-timer]
version = "3.0"

[dependencies.itertools]
version = "0.13"

[dependencies.log]
version = "0.4"

[dependencies.parking_lot]
version = "0.12"

[dependencies.rand]
version = "0.8"

[dependencies.thiserror]
version = "2.0"

[dev-dependencies.env_logger]
version = "0.11"

[dev-dependencies.serial_test]
version = "3.2.0"

[dev-dependencies.tokio]
features = ["macros", "rt", "rt-multi-thread", "time"]
version = "1"

[features]
default = ["initial_unit_collection"]
initial_unit_collection = []

[package]
authors = ["Cardinal Cryptography"]
categories = ["algorithms", "data-structures", "cryptography", "database"]
description = "AlephBFT is an asynchronous and Byzantine fault tolerant consensus protocol aimed at ordering arbitrary messages (transactions). It has been designed to continuously operate even in the harshest conditions: with no bounds on message-delivery delays and in the presence of malicious actors. This makes it an excellent fit for blockchain-related applications."
documentation = "https://docs.rs/?"
edition = "2021"
homepage = "https://alephzero.org"
keywords = ["asynchronous", "consensus", "bft", "blockchain", "distributed-systems"]
license = "Apache-2.0"
name = "aleph-bft"
readme = "README.md"
repository = "https://github.com/Cardinal-Cryptography/AlephBFT"
resolver = "1"
version = "0.41.1"