You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Review the receiveCacheEntry type to check that ID() method of the IDEntity interface is being used through the codebase and if so confirm that its ID() hashes all fields to meet new requirements.
Definition of done
Check the usage of ID().
All structure fields are verified to be included in the hash.
Make sure all tests work as expected.
The text was updated successfully, but these errors were encountered:
Moved this issue to [EPIC] Refactor herocache/mempool package because receiveCacheEntry is internally used by the cache and misused ID() to be compatible with herocache.
Context
Review the
receiveCacheEntry
type to check thatID()
method of theIDEntity
interface is being used through the codebase and if so confirm that itsID()
hashes all fields to meet new requirements.Definition of done
ID()
.The text was updated successfully, but these errors were encountered: