solana/storage-proto
Trent Nelson 1840fd7ab3
Feature - better error codes for tx lamport check (#33343)
Replaces `TransactionError::InstructionError(0, InstructionError::UnbalancedInstruction)` with `TransactionError::UnbalancedTransaction`.

Co-authored-by: Alexander Meißner <AlexanderMeissner@gmx.net>
2023-09-22 23:58:05 +00:00
..
proto Feature - better error codes for tx lamport check (#33343) 2023-09-22 23:58:05 +00:00
src Feature - better error codes for tx lamport check (#33343) 2023-09-22 23:58:05 +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 General cleanup (#32980) 2023-08-24 21:44:19 +02: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.