Open
Description
Lily generates real-time data at each epoch, mainly state change information. Yet, this format hinders a complete overview of actor states. To address this, we're enhancing Lily to periodically capture actor data for more practical analysis and output utilization.
Tasks:
- Add new processor for handling this new type task (feat: add actor dump processor and task #1245)
- Implement the first task:
fevm_actor_dump
(feat: add actor dump processor and task #1245) - Add new schema for
fevm_actor_dump
(feat: add actor dump processor and task #1245) - Enable the execution of this task within both the walk and watch jobs. (feat: add actor dump processor and task #1245)
- Introduce a new parameter for the walk and watch jobs to regulate the interval for actor data dumping:
--interval
. - Implement new task:
storage_market_actor_dump
- Implement new task:
storage_miner_actor_dump
- Create new table in BigQuery:
fevm_actor_dumps
document - notion
Metadata
Metadata
Assignees
Type
Projects
Status
In Progress