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
Furthermore, as we have created a new shared mutable implementation #4761 which is in a good enough state now to be used, we should replace the old slow updates tree entirely. Nuke it from orbit.
LHerskind
changed the title
Rename SlowUpdates to SharedMutable
refactor(AztecNr): Rename SlowUpdates to SharedMutableMar 8, 2024
LHerskind
changed the title
refactor(AztecNr): Rename SlowUpdates to SharedMutable
refactor(StateVariables): Rename SlowUpdates to SharedMutableMar 8, 2024
LHerskind
changed the title
refactor(StateVariables): Rename SlowUpdates to SharedMutable
refactor(StateVariables): replace SlowUpdates with SharedMutableApr 15, 2024
Part of #4760.
This removes all mentions of the slow updates tree from the docs. I
found it simpler to have separate PRs removing docs, updating
dependencies and deleting code since some of those interact with one
another.
There's some to-do's that will be covered by #5508, which will also
feature full-fledged explanations on SharedMutable.
See this issue for reference on naming.
Furthermore, as we have created a new shared mutable implementation #4761 which is in a good enough state now to be used, we should replace the old slow updates tree entirely. Nuke it from orbit.
Look for "TODO(#4760)" in the codebase.
The text was updated successfully, but these errors were encountered: