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
One of the ways to validate proper integration cases in TurtleTests will be to inspect the state that is hashed during a transaction workflow.
Create a SimulatedStateHasher component that implements StateHasher, so that we can collect the hashed version of a state after a given transaction has been applied to the state, so that we check the correctness of the state and the hashing itself.
The text was updated successfully, but these errors were encountered:
One of the ways to validate proper integration cases in TurtleTests will be to inspect the state that is hashed during a transaction workflow.
Create a
SimulatedStateHasher
component that implementsStateHasher
, so that we can collect the hashed version of a state after a given transaction has been applied to the state, so that we check the correctness of the state and the hashing itself.The text was updated successfully, but these errors were encountered: