filecoin-project / lily

capturing on-chain state for the filecoin network
Other
48 stars 45 forks source link

feat: add builtin-actor-event task #1287

Closed Terryhung closed 6 months ago

Terryhung commented 6 months ago

Description

Add the builtin-actor-event task.

Migration

Need to run the migration script

lily migrate --db="postgres://{user}:{password}@{host}:{port}/lily?sslmode=disable" --name migration --schema {schema} --to 1.36

Config

Modify the config to get the builtin_actor_event.

[Events]
  EnableActorEventsAPI = true

Reference