* add feature gate * builtins consume statically defined units at beginning of process_instruction() * Add new instructionError; return error if builtin did not consume units to enforce builtin to consume units; * updated related tests * updated ProgramTest with deactivated native_programs_consume_cu feature to continue support existing mock/test programs that do not consume units |
||
---|---|---|
.. | ||
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.