85a0e31c60
* add StakeProgramUnavailable error * rename to ProgramExecutionTemporarilyRestricted * Update sdk/src/transaction/error.rs Co-authored-by: Trent Nelson <trent.a.b.nelson@gmail.com> * fmt * update frozen abi hash * add account_index to ProgramExecutionTemporarilyRestricted error * Update sdk/src/transaction/error.rs Co-authored-by: mvines <mvines@gmail.com> * populate transaction_details from transaction_error for ProgramExecutionTemporarilyRestricted error * fix a test * update abi digest * Update sdk/src/transaction/error.rs Co-authored-by: Brooks <brooks@prumo.org> --------- Co-authored-by: Trent Nelson <trent.a.b.nelson@gmail.com> Co-authored-by: HaoranYi <haoran.yi@solana.com> Co-authored-by: HaoranYi <haoran.yi@gmail.com> Co-authored-by: mvines <mvines@gmail.com> Co-authored-by: Brooks <brooks@prumo.org> |
||
---|---|---|
.. | ||
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.