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
- Instead of failing with "these block hashes do not match", blockchain
tests now fail with "this part of the state tree does not match".
- The tests were inefficient, they first checked that the state hash
matched and then checked that the states matched. It's unlikely the
states will ever not match!
- Some validations needed to be deferred until after state-tree
comparison, or else they would fail the test early with an unhelpful
message.
0 commit comments