Skip to content

Commit

Permalink
feat: HIP-844 - add signer_nonce field to message ContractFunctionRes…
Browse files Browse the repository at this point in the history
…ult (#312)

add signer_nonce field to message ContractFunctionResult

Signed-off-by: Stoyan Panayotov <stoyan.panayotov@limechain.tech>
  • Loading branch information
stoqnkpL authored Jan 13, 2024
1 parent f36e05b commit 8342c91
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions services/contract_call_local.proto
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,12 @@ message ContractFunctionResult {
* This is always empty in a ContractCallLocalResponse#ContractFunctionResult message, since no internal creations can happen in a static EVM call.
*/
repeated ContractNonceInfo contract_nonces = 14;

/**
* If not null this field specifies what the value of the signer account nonce is post transaction execution.
* For transactions that don't update the signer nonce, this field should be null.
*/
Int64Value signer_nonce = 15;
}

/**
Expand Down

0 comments on commit 8342c91

Please sign in to comment.