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
The current MockEntity type has the implementation of Entity on it. Review the MockEntity type to check that ID() method is being used and if so confirm that its ID() returns unique hash of all the content of MockEntity according to encoding rlp rules.
Definition of done
Check usages of the ID() method.
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:
Context
The current
MockEntity
type has the implementation ofEntity
on it. Review theMockEntity
type to check thatID()
method is being used and if so confirm that itsID()
returns unique hash of all the content ofMockEntity
according to encoding rlp rules.Definition of done
ID()
method.The text was updated successfully, but these errors were encountered: