Skip to content

Commit e5ec863

Browse files
authored
feat(alpenglow): introducing BlockComponent (#10090)
* feat: introducing BlockComponent * ci * address comments * address comments * address comments * ci
1 parent e0cea2e commit e5ec863

File tree

6 files changed

+647
-0
lines changed

6 files changed

+647
-0
lines changed

Cargo.lock

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dev-bins/Cargo.lock

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

entry/Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ agave-unstable-api = []
2121
dev-context-only-utils = []
2222

2323
[dependencies]
24+
agave-votor-messages = { workspace = true }
2425
bincode = { workspace = true }
2526
crossbeam-channel = { workspace = true }
2627
dlopen2 = { workspace = true }
@@ -29,6 +30,8 @@ num_cpus = { workspace = true }
2930
rayon = { workspace = true }
3031
serde = { workspace = true }
3132
solana-address = { workspace = true }
33+
solana-bls-signatures = { workspace = true }
34+
solana-clock = { workspace = true }
3235
solana-hash = { workspace = true }
3336
solana-measure = { workspace = true }
3437
solana-merkle-tree = { workspace = true }
@@ -42,6 +45,7 @@ solana-short-vec = { workspace = true }
4245
solana-signature = { workspace = true }
4346
solana-transaction = { workspace = true }
4447
solana-transaction-error = { workspace = true }
48+
thiserror = { workspace = true }
4549
wincode = { workspace = true }
4650

4751
[dev-dependencies]

0 commit comments

Comments
 (0)