Skip to content

Commit 00831fc

Browse files
committed
chore: remove re-exports
1 parent 5273c2a commit 00831fc

3 files changed

Lines changed: 0 additions & 15 deletions

File tree

crates/node/consensus/src/lib.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ mod error;
1313
pub use error::ConsensusError;
1414

1515
mod traits;
16-
// Re-export executor types
17-
pub use kora_executor::{BlockExecutor, ExecutionOutcome};
1816
pub use traits::{Digest, Mempool, SeedTracker, Snapshot, SnapshotStore, TxId};
1917

2018
mod ledger;

crates/node/executor/src/lib.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ mod error;
1313
pub use error::ExecutionError;
1414

1515
mod outcome;
16-
// Re-export alloy types used in the public API
17-
pub use alloy_consensus::Receipt;
18-
pub use alloy_primitives::Log;
1916
pub use outcome::{ExecutionOutcome, ExecutionReceipt};
2017

2118
mod revm;

crates/node/simplex/src/lib.rs

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,4 @@ mod pool;
1818
pub use pool::{DEFAULT_PAGE_SIZE, DEFAULT_POOL_CAPACITY, DefaultPool};
1919

2020
mod quota;
21-
// Re-export key types from commonware-consensus for convenience
22-
pub use commonware_consensus::{
23-
CertifiableAutomaton, Relay, Reporter,
24-
simplex::{
25-
Config, Engine,
26-
elector::{Config as ElectorConfig, Random, RoundRobin},
27-
types::{Activity, Context},
28-
},
29-
types::{Epoch, ViewDelta},
30-
};
3121
pub use quota::{DEFAULT_REQUESTS_PER_SECOND, DefaultQuota};

0 commit comments

Comments
 (0)