Skip to content

Commit

Permalink
update proto
Browse files Browse the repository at this point in the history
  • Loading branch information
colindickson committed Jul 9, 2024
1 parent 6f5b618 commit 8e918a4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions proto/sf/near/type/v1/type.proto
Original file line number Diff line number Diff line change
Expand Up @@ -416,6 +416,7 @@ enum ReceiptValidationError { //todo: add more detail?
ReturnedValueLengthExceeded = 4;
NumberInputDataDependenciesExceeded = 5;
ActionsValidationError = 6;
ReceiptSizeExceeded = 7;
}

message OnlyImplicitAccountCreationAllowedErrorKind{
Expand Down Expand Up @@ -468,6 +469,10 @@ enum InvalidTxError { //todo: add more detail?
Expired = 11;
ActionsValidation = 12;
TransactionSizeExceeded = 13;
InvalidTransactionVersion = 14;
StorageError = 15;
ShardCongested = 16;
ShardStuck = 17;
}

message MerklePath {
Expand Down

0 comments on commit 8e918a4

Please sign in to comment.