hashgraph / hedera-services

Crypto, token, consensus, file, and smart contract services for the Hedera public ledger
Apache License 2.0
281 stars 125 forks source link

Single transaction hashing for PBJ events #14790

Closed lpetrovic05 closed 4 weeks ago

lpetrovic05 commented 1 month ago

The current implementation of PBJ hashing for events double hashes all transactions. This might be causing performance problems because of memory allocation.

Create a branch of release 53 where events use PBJ hashing, but do not double hash each transaction.

lpetrovic05 commented 4 weeks ago

this is done, but probably wont be merged since it will not be needed