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
We added roots of note commitment subtrees into the non-finalized chain in PR #7334, but we forgot to take them into account when evaluating equality of chains in eq_internal_state.
upbqdn
changed the title
Compare subtrees in non-finalized chains when evaluating chain equality
Compare subtree roots in non-finalized chains when evaluating chain equality
Sep 1, 2023
upbqdn
changed the title
Compare subtree roots in non-finalized chains when evaluating chain equality
Compare subtrees in non-finalized chains when evaluating chain equality
Sep 14, 2023
Motivation
We added roots of note commitment subtrees into the non-finalized chain in PR #7334, but we forgot to take them into account when evaluating equality of chains in
eq_internal_state
.Solution
Compare the subtree roots in
eq_internal_state
.Adding the comparison will likely cause some tests to fail. We'll need to adjust those as well.
The text was updated successfully, but these errors were encountered: