solana/ledger/src
Jon Cinque 7af48465fa
transaction-status: Add return data to meta (#23688)
* transaction-status: Add return data to meta

* Add return data to simulation results

* Use pretty-hex for printing return data

* Update arg name, make TransactionRecord struct

* Rename TransactionRecord -> ExecutionRecord
2022-03-22 23:17:05 +01:00
..
blockstore Move test_purge_huge test (#23587) 2022-03-10 15:31:43 -06:00
ancestor_iterator.rs uses Option<Slot> for SlotMeta.parent_slot (#21808) 2021-12-14 18:57:11 +00:00
bank_forks_utils.rs Setup bank hard_forks in load_bank_forks() 2022-03-15 23:08:07 -07:00
bigtable_delete.rs
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 transaction-status: Add return data to meta (#23688) 2022-03-22 23:17:05 +01:00
blockstore_db.rs (LedgerStore) Add compression type (#23578) 2022-03-22 02:27:09 -07:00
blockstore_meta.rs simplifies ShredIndex api (#21932) 2021-12-16 19:17:32 +00:00
blockstore_processor.rs transaction-status: Add return data to meta (#23688) 2022-03-22 23:17:05 +01: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 - move cost tracker into bank, so each bank has its own cost tracker; (#20527) 2021-10-12 08:51:33 -05: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 signing_coding_time is not used (#23655) 2022-03-14 17:16:30 -05:00
sigverify_shreds.rs adds bitflags to Packet.Meta 2022-01-04 13:53:40 +00:00
staking_utils.rs