solana-with-rpc-optimizations/storage-proto
Tyera 573ec81fbb
storage-bigtable: Upload entries (#34099)
* Add entries table to bt init

* Add entries to storage-proto

* Use new Blockstore method in bigtable_upload

* Add LedgerStorage::upload_confirmed_block_with_entries and use in bigtable_upload

* Upload entries to bigtable
2023-11-28 11:47:22 -07:00
..
proto storage-bigtable: Upload entries (#34099) 2023-11-28 11:47:22 -07:00
src storage-bigtable: Upload entries (#34099) 2023-11-28 11:47:22 -07:00
Cargo.toml
README.md
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.