forked from solana-labs/solana
-
Notifications
You must be signed in to change notification settings - Fork 256
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move and rename ledger services from core to ledger (solana-labs#33947)
These services currently live in core/; however, they operate on the ledger. Mores so, these two services operate on the blockstore only, and not necessarily the entire ledger. So, it makes sense to move these services out of core and into ledger. We've recently been doing similar changes with breaking things out into individual crates in order to reduce the scope of core. So, this change moves the services from core/ to ledger/, and replaces ledger with blockstore.
- Loading branch information
steviez
authored
Nov 8, 2023
1 parent
8c5b5f1
commit 73815ae
Showing
10 changed files
with
67 additions
and
708 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.