solana/core/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
..
banking_stage replaces assert!(matches!(...)) with assert_matches!(...) (#33068) 2023-08-30 13:48:27 -04:00
cluster_slots_service removes instances of clippy::manual_let_else (#32417) 2023-07-09 21:41:36 +00:00
consensus preliminaries for bumping nightly to 2023-08-25 (#33047) 2023-08-29 23:05:35 +00:00
repair preliminaries for bumping nightly to 2023-08-25 (#33047) 2023-08-29 23:05:35 +00:00
snapshot_packager_service Renames SnapshotType to SnapshotKind (#32906) 2023-08-19 19:55:29 -04:00
accounts_hash_verifier.rs Renames AccountsPackageType to AccountsPackageKind (#32908) 2023-08-21 13:00:00 -04:00
admin_rpc_post_init.rs Admin RPC Service: move post-init activation to before wait-for-supermajority (#30544) 2023-03-01 19:38:11 -07:00
banking_stage.rs ff cleanup: allow_votes_to_directly_update_vote_state and compact_vot… (#32967) 2023-08-30 17:00:19 -07:00
banking_trace.rs dcou: mod banking_trace::for_test (#32428) 2023-07-14 09:39:46 +09:00
cache_block_meta_service.rs Remove improper &Arc<Blockstore> instances (#32698) 2023-08-03 15:10:25 -06:00
cluster_info_vote_listener.rs ff cleanup: allow_votes_to_directly_update_vote_state and compact_vot… (#32967) 2023-08-30 17:00:19 -07:00
cluster_slots_service.rs refactor core to create cluster_slots_service module (#32119) 2023-06-26 08:54:49 -07:00
commitment_service.rs preliminaries for bumping nightly to 2023-08-25 (#33047) 2023-08-29 23:05:35 +00:00
completed_data_sets_service.rs Pass Arc<AtomicBool> by value, not by reference. (#31916) 2023-06-01 17:25:48 -07:00
consensus.rs ff cleanup: allow_votes_to_directly_update_vote_state and compact_vot… (#32967) 2023-08-30 17:00:19 -07:00
cost_update_service.rs Remove unneeded `clippy::new_ret_no_self` allows (#31035) 2023-04-03 20:35:20 -06:00
drop_bank_service.rs
fetch_stage.rs Pass Arc<AtomicBool> by value, not by reference. (#31916) 2023-06-01 17:25:48 -07:00
gen_keys.rs Bump rand to 0.8, rand_chacha to 0.3, getrandom to 0.2 (#32871) 2023-08-21 19:11:21 +02:00
ledger_cleanup_service.rs Remove improper &Arc<Blockstore> instances (#32698) 2023-08-03 15:10:25 -06:00
ledger_metric_report_service.rs Pass Arc<AtomicBool> by value, not by reference. (#31916) 2023-06-01 17:25:48 -07:00
lib.rs Upgrades Rust to 1.72.0 & nightly-2023-08-25 (#32961) 2023-09-01 07:26:13 +00:00
next_leader.rs removes hard-coded QUIC_PORT_OFFSET from connection-cache (#31541) 2023-05-09 13:46:17 +00:00
optimistic_confirmation_verifier.rs preliminaries for bumping nightly to 2023-08-25 (#33047) 2023-08-29 23:05:35 +00:00
poh_timing_report_service.rs Pass Arc<AtomicBool> by value, not by reference. (#31916) 2023-06-01 17:25:48 -07:00
poh_timing_reporter.rs preliminaries for bumping nightly to 2023-08-25 (#33047) 2023-08-29 23:05:35 +00:00
replay_stage.rs ff cleanup: allow_votes_to_directly_update_vote_state and compact_vot… (#32967) 2023-08-30 17:00:19 -07:00
result.rs refactor core to create repair module (#32303) 2023-07-05 12:20:46 -07:00
rewards_recorder_service.rs Move accounts-db code to its own crate (#32766) 2023-08-09 13:03:36 -07:00
sample_performance_service.rs Remove improper &Arc<Blockstore> instances (#32698) 2023-08-03 15:10:25 -06:00
shred_fetch_stage.rs removes outdated check for merkle shreds (#33088) 2023-08-31 20:01:54 +00:00
sigverify.rs Add fully-reproducible online tracer for banking (#29196) 2023-01-25 21:54:38 +09:00
sigverify_stage.rs Rework tx sig verify batching (#31355) 2023-04-28 09:21:12 -07:00
snapshot_packager_service.rs Renames SnapshotType to SnapshotKind (#32906) 2023-08-19 19:55:29 -04:00
staked_nodes_updater_service.rs reworks streamer::StakedNodes (#31082) 2023-04-10 17:07:40 +00:00
stats_reporter_service.rs Pass Arc<AtomicBool> by value, not by reference. (#31916) 2023-06-01 17:25:48 -07:00
system_monitor_service.rs Reduce cpuid reporting frequency to once an hour (#29849) 2023-01-24 09:27:43 -06:00
tpu.rs Remove improper &Arc<Blockstore> instances (#32698) 2023-08-03 15:10:25 -06:00
tpu_entry_notifier.rs Send messages to EntryNotifierService in Tpu, simpler (#31962) 2023-06-06 00:19:17 +00:00
tracer_packet_stats.rs
tvu.rs Remove improper uses of &Arc<Bank> (#32802) 2023-08-18 16:46:34 -05:00
unfrozen_gossip_verified_vote_hashes.rs refactor core to create consensus module (#32282) 2023-06-27 17:25:08 -07:00
validator.rs Improve Blockstore error logging (#32929) 2023-08-22 13:56:03 -05:00
verified_vote_packets.rs ff cleanup: allow_votes_to_directly_update_vote_state and compact_vot… (#32967) 2023-08-30 17:00:19 -07:00
vote_simulator.rs ff cleanup: allow_votes_to_directly_update_vote_state and compact_vot… (#32967) 2023-08-30 17:00:19 -07:00
voting_service.rs refactor core to create consensus module (#32282) 2023-06-27 17:25:08 -07:00
warm_quic_cache_service.rs Do not do send in cache warmer -- just establish connections (#32898) 2023-08-21 12:29:45 -07:00
window_service.rs send duplicate shred proofs for conflicting shred scenarios (#32965) 2023-08-31 12:08:10 -07:00