solana/storage-proto
Justin Starry c50b01cb60
Store versioned transactions in the ledger, disabled by default (#19139)
* Add support for versioned transactions, but disable by default

* merge conflicts

* trent's feedback

* bump Cargo.lock

* Fix transaction error encoding

* Rename legacy_transaction method

* cargo clippy

* Clean up casts, int arithmetic, and unused methods

* Check for duplicates in sanitized message conversion

* fix clippy

* fix new test

* Fix bpf conditional compilation for message module
2021-08-17 15:17:56 -07:00
..
proto Store versioned transactions in the ledger, disabled by default (#19139) 2021-08-17 15:17:56 -07:00
src Store versioned transactions in the ledger, disabled by default (#19139) 2021-08-17 15:17:56 -07:00
Cargo.toml chore: bump tonic-build from 0.5.1 to 0.5.2 (#19177) 2021-08-11 09:50:07 -06:00
README.md storage-proto: Rework source generation 2021-07-10 19:51:38 -06:00
build.rs storage-proto: Rework source generation 2021-07-10 19:51:38 -06: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.