Closed
Description
This issue tracks the implementation of FIP draft for Actor Events: filecoin-project/FIPs#483.
Basics
- Common types in fvm_shared.
-
validate
method in dagcbor codec to structurally validate event payloads -
record_event
syscall in SDK and kernel; accumulation of events in CallManager. - Return events in receipts via Executor.
- Snake through events via filecoin-ffi to client.
- Gas hooks and (parameterized) price formulae for recording events.
-
Implement and integrate event store?
EVM runtime integration
- Implement LOG opcodes.
Gas params
- Parameterize gas for events.
PRs
- ref-fvm
- builtin-actors
- filecoin-ffi
- fil-actor-utils