hedera-services icon indicating copy to clipboard operation
hedera-services copied to clipboard

feat: Add transaction receipts queue in state

Open Neeharika-Sompalli opened this issue 6 months ago • 8 comments

Fixes #14541 Protobufs : https://github.com/hashgraph/hedera-protobufs/pull/404/files

  • Removes the TransactionRecordQueue from state and just stores TransactionReceiptsEntries in state, since that information is sufficient for validating duplicate transactions

Testing:

  • Manual restart test from a 0.53 state. Logs attached Logs.zip

Neeharika-Sompalli avatar Aug 06 '24 19:08 Neeharika-Sompalli