solana/storage-proto
Tyera c5368a3d35
ledger-tool: read bigtable entries (#34266)
* Add helper to get a protobuf cell without bothering with bincode

* Add conversion back to EntrySummaries

* Add LedgerStorage::get_block_entries

* Add ledger-tool bigtable entries subcommand

* Move CliEntries into ledger_tool::output for now

* Fetch entries with read-only token
2023-11-30 21:33:04 +00:00
..
proto storage-bigtable: Upload entries (#34099) 2023-11-28 11:47:22 -07:00
src ledger-tool: read bigtable entries (#34266) 2023-11-30 21:33:04 +00:00
Cargo.toml chore: workspace inheritance (#30939) 2023-03-29 03:28:56 +00:00
README.md storage-proto: Rework source generation 2021-07-10 19:51:38 -06:00
build.rs storage-bigtable: Upload entries (#34099) 2023-11-28 11:47:22 -07:00

README.md

Storage Protobufs

The solana-storage-proto structs used in src/convert.rs and elsewhere are auto-generated from protobuf definitions on build. To update these structs, simply make the desired edits to proto/*.proto files.