c5368a3d35
* 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 |
||
---|---|---|
.. | ||
proto | ||
src | ||
Cargo.toml | ||
README.md | ||
build.rs |
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.