solana/ledger/src
Alexander Meißner ae75c7cb3f
Refactoring - Remove redundant definition of `BuiltinProgram` (#31429)
* Replaces BuiltinProgram in the program-runtime with the one from solana_rbpf.

* Adjusts the runtimes built-ins to use Arc<LoadedProgram>.

* Adjusts the tests and benchmarks.
2023-05-02 23:01:28 +02:00
..
blockstore deprecates Pubkey::new in favor of Pubkey::{,try_}from (#29805) 2023-01-21 18:06:27 +00:00
shred moves shreds deduper to shred-sigverify stage (#30786) 2023-03-22 13:19:16 +00:00
ancestor_iterator.rs plumbs through flag to generate merkle variant of shreds 2022-09-23 16:45:18 +00:00
bank_forks_utils.rs Refactor - Moves bpf_loader registration into the runtime (#31345) 2023-04-26 14:44:19 +02:00
bigtable_delete.rs patches errors from clippy::uninlined_format_args 2022-12-06 19:32:15 +00:00
bigtable_upload.rs Append integer to solBigTGetBlk threads to uniquify them (#30184) 2023-02-09 00:23:29 +00:00
bigtable_upload_service.rs Track max_complete_rewards_slot for use in rpc, bigtable (#30698) 2023-03-14 12:08:48 -06:00
block_error.rs Fix derive_partial_eq_without_eq clippy lint 2022-05-22 22:22:21 -07:00
blockstore.rs chore: Update Blockstore::get_slots_since() doc comments (#31134) 2023-04-11 02:39:31 -05:00
blockstore_db.rs drop default from PhantomData::default() (#30476) 2023-02-23 14:59:08 -08:00
blockstore_meta.rs Fix SlotMeta connected tracking (#28069) 2023-03-21 20:17:58 +08:00
blockstore_metrics.rs Fix typo in blockstore_metrics.rs (#29503) 2023-01-04 09:44:45 -07:00
blockstore_options.rs patches errors from clippy::uninlined_format_args 2022-12-06 19:32:15 +00:00
blockstore_processor.rs Refactoring - Remove redundant definition of `BuiltinProgram` (#31429) 2023-05-02 23:01:28 +02:00
genesis_utils.rs
leader_schedule.rs Fix derive_partial_eq_without_eq clippy lint 2022-05-22 22:22:21 -07:00
leader_schedule_cache.rs clippy for rust 1.65.0 (#28765) 2022-11-09 19:39:38 +00:00
leader_schedule_utils.rs
lib.rs Refactor - Moves bpf_loader registration into the runtime (#31345) 2023-04-26 14:44:19 +02:00
next_slots_iterator.rs
rooted_slot_iterator.rs
shred.rs increases retransmit-stage deduper capacity and reset-cycle (#30758) 2023-03-20 20:32:23 +00:00
shredder.rs reduces MAX_CODE_SHREDS_PER_SLOT (#30543) 2023-03-04 20:56:26 +00:00
sigverify_shreds.rs removes lazy-static thread-pool from sigverify-shreds (#30787) 2023-03-20 20:33:22 +00:00
slot_stats.rs patches clippy errors from new rust nightly release (#28028) 2022-09-23 20:57:27 +00:00
staking_utils.rs Add new CreateVoteAccount instruction-set builders (#31330) 2023-04-27 11:14:39 -06:00
token_balances.rs Remove runtime dependency from solana-transaction-status (#26930) 2022-08-05 00:20:27 -06:00