You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Introduce rules for when to update an Ethereum transaction signer’s nonce and a new field for externalising the nonce update in the record stream. This will help resolve issues where the Consensus nodes and the Mirror nodes are out of sync in regards to what the current value of an account’s nonce is.
messageContractFunctionResult{[...]/** * 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 (like HAPI ContractCall and ContractCreate transactions) this field should be null. */Int64Valuesigner_nonce=15;}
Solution
Add doc for signer_nonce
Alternatives
No response
The content you are editing has changed. Please copy your edits and refresh the page.
Problem
HIP: https://hips.hedera.com/hip/hip-844
Protobuf PR: hashgraph/hedera-protobufs#312
Introduce rules for when to update an Ethereum transaction signer’s nonce and a new field for externalising the nonce update in the record stream. This will help resolve issues where the Consensus nodes and the Mirror nodes are out of sync in regards to what the current value of an account’s nonce is.
Solution
Add doc for
signer_nonce
Alternatives
No response
SDKs
The text was updated successfully, but these errors were encountered: