filecoin-project / specs-actors

DEPRECATED Specification of builtin actors, in the form of executable code.
Other
86 stars 102 forks source link

Changing OnEpochTickEnd to CronTick #1522

Closed laudiacay closed 3 years ago

laudiacay commented 3 years ago

This fixes the recommendations in issue #721. This is also a serious confusion I had when first engaging with the code base- I didn’t understand that EpochTick and Cron were necessarily the same thing, until @ZenGround0 said (almost 3 weeks into me working on this code!!) “marketcron” and “powercron”- then everything made sense. I think this naming will help. Unsure if this will also require any documentation updating or FIP action.... but it works.