hashgraph / hedera-services

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

Simplify parent getters #14009

Open lpetrovic05 opened 1 week ago

lpetrovic05 commented 1 week ago

Since the protobuf GossipEvent has a single list of parents, we should remove reliance on getters for self parents and other parents for PlatformEvent. EventImpl might still have these getter for consensus purposes.