Skip to content

Commit

Permalink
Sync with updates from main branch (#314)
Browse files Browse the repository at this point in the history
feat: HIP-844 - add signer_nonce field to message ContractFunctionResult (#312)

add signer_nonce field to message ContractFunctionResult

Signed-off-by: Stoyan Panayotov <stoyan.panayotov@limechain.tech>
Co-authored-by: Stoyan Panayotov <stoyan.panayotov@limechain.tech>
Signed-off-by: Kim Rader <kim.rader@swirldslabs.com>
  • Loading branch information
2 people authored and kimbor committed Jan 19, 2024
1 parent c688ed3 commit 6845877
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 6845877

Please sign in to comment.