Files
SpacetimeDB/crates/engine
joshua-spacetime c009c6701a Track view read sets by arg hash (#5443)
# Description of Changes

Removes `arg_id` from read sets, and also moves view lifecycle
management from `st_view_sub` into the committed state. Trying to move
away from system tables and persistent state in general for views since
this has been the source of many issues.

# API and ABI breaking changes

None

# Expected complexity level and risk

2

# Testing

Existing coverage.
2026-06-29 21:33:39 +00:00
..