solana/ledger/src
Tyera Eulberg 77f6ec5625
Add program_id to TokenBalances structs (#24513)
* Add program_id to TokenBalances structs

* Update docs
2022-04-19 22:01:22 -06:00
..
blockstore Move PurgeType enum to blockstore_purge.rs (#24185) 2022-04-08 11:46:12 -05:00
ancestor_iterator.rs uses Option<Slot> for SlotMeta.parent_slot (#21808) 2021-12-14 18:57:11 +00:00
bank_forks_utils.rs blockstore_processor now accepts an Arc<Rwlock<BankForks>> 2022-04-19 19:23:58 -07:00
bigtable_delete.rs Add `delete` subcommand to `ledger-tool bigtable` (#19931) 2021-09-16 23:37:45 +00:00
bigtable_upload.rs Enforce tx metadata upload with static types (#23028) 2022-02-10 13:28:18 +08:00
bigtable_upload_service.rs Enforce tx metadata upload with static types (#23028) 2022-02-10 13:28:18 +08:00
block_error.rs fix typos in ledge code comments (#23068) 2022-02-10 20:43:44 -07:00
blockstore.rs Add program_id to TokenBalances structs (#24513) 2022-04-19 22:01:22 -06:00
blockstore_db.rs (LedgerStore) Change the default RocksDB perf sample rate to 1 / 1000. (#24234) 2022-04-12 04:12:47 +00:00
blockstore_meta.rs uses first_coding_index for erasure meta obtained from coding shreds (#23974) 2022-03-30 13:55:11 +00:00
blockstore_processor.rs Remove halt_at_slot from RuntimeConfig, it's not a runtime concern 2022-04-19 19:23:58 -07:00
builtins.rs Skip adding builtins if they will be removed (#23233) 2022-02-18 18:36:59 -08:00
erasure.rs adds back ErasureMeta::first_coding_index field (#21623) 2021-12-10 20:08:04 +00:00
genesis_utils.rs
leader_schedule.rs Reformat imports to a consistent style for imports 2021-12-03 09:19:13 -08:00
leader_schedule_cache.rs convert std::sync::mpsc to crossbeam_channel (#22264) 2022-01-11 02:44:46 -08:00
leader_schedule_utils.rs retransmit consecutive leader blocks (#22157) 2022-01-04 00:24:16 -08:00
lib.rs moves shred stats to a separate file (#24484) 2022-04-19 18:25:09 +00:00
next_slots_iterator.rs Reformat imports to a consistent style for imports 2021-12-03 09:19:13 -08:00
rooted_slot_iterator.rs Reformat imports to a consistent style for imports 2021-12-03 09:19:13 -08:00
shred.rs moves sign_shred and new_coding_shred_header out of Shredder (#24487) 2022-04-19 20:00:05 +00:00
shred_stats.rs moves shred stats to a separate file (#24484) 2022-04-19 18:25:09 +00:00
sigverify_shreds.rs moves sign_shred and new_coding_shred_header out of Shredder (#24487) 2022-04-19 20:00:05 +00:00
slot_stats.rs track fec set turbine stats (#23989) 2022-04-04 14:44:21 -07:00
staking_utils.rs removes unused code from staking_utils (#19189) 2021-08-13 02:42:41 +00:00