hashgraph / hedera-sdk-swift

Hedera™ SDK for Swift
Apache License 2.0
10 stars 9 forks source link

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

Closed SimiHunjan closed 4 months ago

SimiHunjan commented 5 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