71aee4fcaf
* Renames instruction_stack_capacity => instruction_stack_capacity. * Replaces number_of_instructions_at_transaction_level by instruction_trace_capacity. * Adds MaxInstructionTraceLengthExceeded. * Adjusts TransactionContext::new() parameter. * Adds feature gate limit_max_instruction_trace_length. * Adds test_max_instruction_trace_length(). |
||
---|---|---|
.. | ||
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.