solana/ledger/src
Alexander Meißner 9e703f85de
Upgrades Rust to 1.72.0 & nightly-2023-08-25 (#32961)
* allow pedantic invalid cast lint

* allow lint with false-positive triggered by `test-case` crate

* nightly `fmt` correction

* adapt to rust layout changes

* remove dubious test

* Use transmute instead of pointer cast and de/ref when check_aligned is false.

* Renames clippy::integer_arithmetic to clippy::arithmetic_side_effects.

* bump rust nightly to 2023-08-25

* Upgrades Rust to 1.72.0

---------

Co-authored-by: Trent Nelson <trent@solana.com>
2023-09-01 07:26:13 +00:00
..
blockstore preliminaries for bumping nightly to 2023-08-25 (#33047) 2023-08-29 23:05:35 +00:00
shred Bump rand to 0.8, rand_chacha to 0.3, getrandom to 0.2 (#32871) 2023-08-21 19:11:21 +02:00
ancestor_iterator.rs
bank_forks_utils.rs Move accounts-db code to its own crate (#32766) 2023-08-09 13:03:36 -07:00
bigtable_delete.rs
bigtable_upload.rs
bigtable_upload_service.rs
block_error.rs
blockstore.rs send duplicate shred proofs for conflicting shred scenarios (#32965) 2023-08-31 12:08:10 -07:00
blockstore_db.rs preliminaries for bumping nightly to 2023-08-25 (#33047) 2023-08-29 23:05:35 +00:00
blockstore_meta.rs send duplicate shred proofs for conflicting shred scenarios (#32965) 2023-08-31 12:08:10 -07:00
blockstore_metrics.rs
blockstore_options.rs
blockstore_processor.rs preliminaries for bumping nightly to 2023-08-25 (#33047) 2023-08-29 23:05:35 +00:00
entry_notifier_interface.rs
entry_notifier_service.rs
genesis_utils.rs
leader_schedule.rs Bump rand to 0.8, rand_chacha to 0.3, getrandom to 0.2 (#32871) 2023-08-21 19:11:21 +02:00
leader_schedule_cache.rs Remove improper uses of &Arc<Bank> (#32802) 2023-08-18 16:46:34 -05:00
leader_schedule_utils.rs
lib.rs Upgrades Rust to 1.72.0 & nightly-2023-08-25 (#32961) 2023-09-01 07:26:13 +00:00
next_slots_iterator.rs
rooted_slot_iterator.rs preliminaries for bumping nightly to 2023-08-25 (#33047) 2023-08-29 23:05:35 +00:00
shred.rs removes outdated check for merkle shreds (#33088) 2023-08-31 20:01:54 +00:00
shredder.rs Bump rand to 0.8, rand_chacha to 0.3, getrandom to 0.2 (#32871) 2023-08-21 19:11:21 +02:00
sigverify_shreds.rs Bump rand to 0.8, rand_chacha to 0.3, getrandom to 0.2 (#32871) 2023-08-21 19:11:21 +02:00
slot_stats.rs
staking_utils.rs
token_balances.rs
use_snapshot_archives_at_startup.rs