Skip to content

Commit

Permalink
chore(code): Add description to all crates
Browse files Browse the repository at this point in the history
  • Loading branch information
romac committed Dec 18, 2024
1 parent 301261f commit 55fc086
Show file tree
Hide file tree
Showing 18 changed files with 18 additions and 10 deletions.
1 change: 1 addition & 0 deletions code/crates/app-channel/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[package]
name = "informalsystems-malachitebft-app-channel"
description = "High-level interface for building channel-based applications on top of the Malachite BFT consensus engine"
version.workspace = true
edition.workspace = true
repository.workspace = true
Expand Down
1 change: 1 addition & 0 deletions code/crates/app/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[package]
name = "informalsystems-malachitebft-app"
description = "High-level interface for building applications on top of the Malachite BFT consensus engine"
version.workspace = true
edition.workspace = true
repository.workspace = true
Expand Down
1 change: 1 addition & 0 deletions code/crates/codec/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[package]
name = "informalsystems-malachitebft-codec"
description = "Codec abstraction for the Malachite BFT consensus engine"
version.workspace = true
edition.workspace = true
repository.workspace = true
Expand Down
3 changes: 1 addition & 2 deletions code/crates/config/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[package]
name = "informalsystems-malachitebft-config"
description = "Node for running the Malachite consensus engine"

description = "Configuration for the Malachite BFT consensus engine"
version.workspace = true
edition.workspace = true
repository.workspace = true
Expand Down
1 change: 1 addition & 0 deletions code/crates/core-consensus/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[package]
name = "informalsystems-malachitebft-core-consensus"
description = "Core consensus algorithm for the Malachite BFT consensus engine"
version.workspace = true
edition.workspace = true
repository.workspace = true
Expand Down
3 changes: 1 addition & 2 deletions code/crates/core-driver/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[package]
name = "informalsystems-malachitebft-core-driver"
description = "Driver for the state machine of Malachite consensus engine"

description = "Driver for the state machine of Malachite BFT consensus engine"
version.workspace = true
edition.workspace = true
repository.workspace = true
Expand Down
3 changes: 1 addition & 2 deletions code/crates/core-state-machine/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[package]
name = "informalsystems-malachitebft-core-state-machine"
description = "Core state-machine for the Malachite consensus engine"

description = "Core state-machine for the Malachite BFT consensus engine"
version.workspace = true
edition.workspace = true
repository.workspace = true
Expand Down
3 changes: 1 addition & 2 deletions code/crates/core-types/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[package]
name = "informalsystems-malachitebft-core-types"
description = "Common datatypes and interfaces for the Malachite consensus engine"

description = "Core type definitions and interfaces for the Malachite BFT consensus engine"
version.workspace = true
edition.workspace = true
repository.workspace = true
Expand Down
3 changes: 1 addition & 2 deletions code/crates/core-votekeeper/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[package]
name = "informalsystems-malachitebft-core-votekeeper"
description = "Voting system for the Malachite consensus engine"

description = "Voting system for the Malachite BFT consensus engine"
version.workspace = true
edition.workspace = true
repository.workspace = true
Expand Down
1 change: 1 addition & 0 deletions code/crates/discovery/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[package]
name = "informalsystems-malachitebft-discovery"
description = "Discovery protocol for the Malachite BFT consensus engine"
version.workspace = true
edition.workspace = true
repository.workspace = true
Expand Down
1 change: 1 addition & 0 deletions code/crates/engine/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[package]
name = "informalsystems-malachitebft-engine"
description = "Implementation of the Malachite BFT consensus engine"
version.workspace = true
edition.workspace = true
repository.workspace = true
Expand Down
1 change: 1 addition & 0 deletions code/crates/metrics/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[package]
name = "informalsystems-malachitebft-metrics"
description = "Metrics for the Malachite BFT consensus engine"
version.workspace = true
edition.workspace = true
repository.workspace = true
Expand Down
1 change: 1 addition & 0 deletions code/crates/network/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[package]
name = "informalsystems-malachitebft-network"
description = "Networking layer for the Malachite BFT consensus engine"
version.workspace = true
edition.workspace = true
repository.workspace = true
Expand Down
1 change: 1 addition & 0 deletions code/crates/peer/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[package]
name = "informalsystems-malachitebft-peer"
description = "Peer definition for the Malachite BFT consensus engine"
version.workspace = true
edition.workspace = true
repository.workspace = true
Expand Down
1 change: 1 addition & 0 deletions code/crates/proto/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[package]
name = "informalsystems-malachitebft-proto"
description = "Protobuf abstraction for the Malachite BFT consensus engine"
version.workspace = true
edition.workspace = true
repository.workspace = true
Expand Down
1 change: 1 addition & 0 deletions code/crates/signing-ed25519/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[package]
name = "informalsystems-malachitebft-signing-ed25519"
description = "Ed25519 signing scheme for the Malachite BFT consensus engine"
version.workspace = true
edition.workspace = true
repository.workspace = true
Expand Down
1 change: 1 addition & 0 deletions code/crates/sync/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[package]
name = "informalsystems-malachitebft-sync"
description = "Synchronization protocol for the Malachite BFT consensus engine"
version.workspace = true
edition.workspace = true
repository.workspace = true
Expand Down
1 change: 1 addition & 0 deletions code/crates/wal/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[package]
name = "informalsystems-malachitebft-wal"
description = "Write-Ahead Log for for the Malachite BFT consensus engine"
version.workspace = true
edition.workspace = true
repository.workspace = true
Expand Down

0 comments on commit 55fc086

Please sign in to comment.