Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
62 changes: 45 additions & 17 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ bv = "0.11.1"
byte-unit = "4.0.19"
bytemuck = "1.24.0"
bytemuck_derive = "1.10.2"
bytes = "1.11"
bytes = "1.11.1"
bzip2 = "0.4.4"
caps = "0.5.6"
cargo_metadata = "0.15.4"
Expand Down
1 change: 1 addition & 0 deletions ci/stable/run-local-cluster-partially.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ _ cargo nextest run \
--profile ci \
--package solana-local-cluster \
--test local_cluster \
--test bam_local_cluster \
--partition hash:"$CURRENT/$TOTAL" \
--test-threads=1 \
--no-tests=warn
4 changes: 2 additions & 2 deletions ci/xtask/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,7 @@ solana-program-test = { workspace = true }
solana-rpc = { workspace = true, features = ["dev-context-only-utils"] }
solana-runtime = { workspace = true, features = ["dev-context-only-utils"] }
solana-runtime-transaction = { workspace = true }
solana-streamer = { workspace = true, features = ["dev-context-only-utils"] }
solana-system-program = { workspace = true }
solana-unified-scheduler-pool = { workspace = true, features = [
"dev-context-only-utils",
Expand Down
1 change: 1 addition & 0 deletions core/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ pub mod fetch_stage;
pub mod forwarding_stage;
pub mod gen_keys;
mod mock_alpenglow_consensus;
pub mod mock_bam_node;
pub mod next_leader;
pub mod optimistic_confirmation_verifier;
pub mod packet_bundle;
Expand Down
Loading