hashgraph / hedera-sdk-cpp

C++ SDK for Hedera
Apache License 2.0
8 stars 15 forks source link

Add HIP 844: Handling and externalisation improvements for account nonce updates #651

Closed Petyo-Lukanov closed 3 months ago

Petyo-Lukanov commented 4 months ago

Problem

HIP: https://hips.hedera.com/hip/hip-844

Protobuf PR: https://github.com/hashgraph/hedera-protobufs/pull/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

Introduce HIP 844

Alternatives

No response