urbit/pkg/autoprop
fang d71c46b3a5
autoprop: properly keep track of runtime version
Autoprop has a timer that checks whether we're on a new/different runtime
periodically. When we detect we are, we re-build the props, so that they may
be re-published under that new version identifier.

However, we weren't updating the cached runtime version we store in state,
causing every firing of this timer to re-build the props.

Here, we correctly update state if we detect a difference, so that subsequent
timers don't trigger redundant rebuilds.
2023-02-18 17:20:14 +01:00
..
app autoprop: properly keep track of runtime version 2023-02-18 17:20:14 +01:00
lib autoprop: include missing dependencies 2023-01-23 21:28:27 +01:00
mar autoprop: remove unused files from pkg/autoprop 2023-01-23 20:43:30 +01:00
sur autoprop: include missing dependencies 2023-01-23 21:28:27 +01:00
desk.bill autoprop: rename from autopill 2023-01-23 20:42:47 +01:00
sys.kelvin autoprop: update for new sole protocol 2023-01-23 21:27:55 +01:00