From 8e918a4b60994978bdac9cef2a739e705a483d3e Mon Sep 17 00:00:00 2001 From: colindickson Date: Tue, 9 Jul 2024 09:11:32 -0400 Subject: [PATCH] update proto --- proto/sf/near/type/v1/type.proto | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/proto/sf/near/type/v1/type.proto b/proto/sf/near/type/v1/type.proto index b52a796..d013813 100644 --- a/proto/sf/near/type/v1/type.proto +++ b/proto/sf/near/type/v1/type.proto @@ -416,6 +416,7 @@ enum ReceiptValidationError { //todo: add more detail? ReturnedValueLengthExceeded = 4; NumberInputDataDependenciesExceeded = 5; ActionsValidationError = 6; + ReceiptSizeExceeded = 7; } message OnlyImplicitAccountCreationAllowedErrorKind{ @@ -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 {