lotus/chain/events
Steven Allen 89499bfd40 fvm: chore: update FVM
This:

1. Updates the builtin actors bundle (for actors v10).
2. Updates the event entry type to include the codec.
3. Removes the cbor encoding and zero trimming from event data.

I've chose to:

1. _Not_ add codec handling to the event filtering system for now.
2. _Skip_ events with unexpected codecs.

We don't actually _allow_ these events in the FVM right now, and it
simplifies the implementation.

However, I _am_ recording the codecs in the database so we don't have to
migrate it later.
2023-02-07 18:15:40 -08:00
..
filter fvm: chore: update FVM 2023-02-07 18:15:40 -08:00
state fix make gen 2022-08-29 16:25:30 +02:00
cache.go chore: fix imports 2022-06-14 17:00:51 +02:00
events_called.go feat: add logs to markets event handler 2022-09-16 15:36:08 -04:00
events_height.go chore: fix imports 2022-06-14 17:00:51 +02:00
events_test.go fix make gen 2022-08-29 16:25:30 +02:00
events.go chore: fix imports 2022-06-14 17:00:51 +02:00
message_cache.go chore: fix imports 2022-06-14 17:00:51 +02:00
observer.go chore: fix imports 2022-06-14 17:00:51 +02:00
tscache_test.go fix make gen 2022-08-29 16:25:30 +02:00
tscache.go chore: fix imports 2022-06-14 17:00:51 +02:00
utils.go chore: fix imports 2022-06-14 17:00:51 +02:00