Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
cd9b189
Removes Option wrapper on AccountsDbConfig::bank_hash_details_dir (#9…
brooksprumo Jan 14, 2026
14a5055
Add WFSM stake metric (#9803)
willhickey Jan 14, 2026
87ed021
Split update_index function into two (#9963)
roryharr Jan 14, 2026
8fdea4c
Upstream Alpenglow votor and votor-messages (#9518)
carllin Jan 14, 2026
a79a700
Make flushing of unrooted slots explicit (#9960)
roryharr Jan 14, 2026
08cdc90
Bump `bls-signatures` to v3.0 (#9967)
samkim-crypto Jan 15, 2026
3cc01db
streamer/sigverify: use bounded channels between streamers and sigver…
KirillLykov Jan 15, 2026
b4f4eea
remove quic-definitions crate dependency (#10013)
KirillLykov Jan 15, 2026
5495e61
chore(deps): bump solana-program-memory from 3.0.0 to 3.1.0 in /progr…
dependabot[bot] Jan 15, 2026
bd0b3d3
chore(deps): bump chrono from 0.4.42 to 0.4.43 (#10044)
dependabot[bot] Jan 15, 2026
58db538
chore(deps): bump solana-system-interface from 2.0.0 to 3.0.0 (#10041)
dependabot[bot] Jan 15, 2026
b4f607f
perf(serde_snapshot): build versioned epoch stakes in thread (#10002)
kskalski Jan 15, 2026
5c591ab
ci: reorder ci/test-check.sh to run faster checks earlier (#10046)
yihau Jan 15, 2026
4b2b04a
chore(deps): bump solana-system-interface from 2.0.0 to 3.0.0 in /dev…
dependabot[bot] Jan 15, 2026
7e5ba33
streamer: decrease QUIC_MAX_TIMEOUT from 60s to 30s (quinn default) (…
KirillLykov Jan 15, 2026
b6e5717
Supports deserializing block id in snapshots (#9644)
brooksprumo Jan 15, 2026
8faf30c
scale max_concurrent_uni_streams with BDP (#8948)
alexpyattaev Jan 15, 2026
82836bf
Don't apply throttling until a configurable load threshold is reached…
stablebits Jan 15, 2026
45a18bd
Fix tests that are not rooting slots when they should. Added assert (…
roryharr Jan 15, 2026
4065e4a
Prepopulate zero lamport accounts in store_for_tests (#10061)
roryharr Jan 16, 2026
7354682
fix(transaction-status): report ATA parse errors correctly (#10062)
SashaMalysehko Jan 16, 2026
7ad3fdf
Bump `zk-sdk` to v5.0 (#10000)
samkim-crypto Jan 16, 2026
525b87d
chore(deps): bump flate2 from 1.0.31 to 1.1.8 (#10059)
dependabot[bot] Jan 16, 2026
2546caf
refactor(programs): use if let Some instead of unwrap for not is_none…
kskalski Jan 16, 2026
444bcdd
chore(deps): bump js-sys from 0.3.83 to 0.3.85 (#10077)
dependabot[bot] Jan 16, 2026
98486db
streamer/TPU: increase STREAM_LOAD_EMA_INTERVAL_COUNT from 10 to 40
stablebits Jan 14, 2026
0e59c0b
Switch networking crates to Rust 2024 edition (#10067)
kskalski Jan 16, 2026
3b743ee
Merge branch 'master' into increase-stream_load_ema_interval_count
stablebits Jan 16, 2026
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
130 changes: 82 additions & 48 deletions Cargo.lock

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

Loading