lotus/chain/events
Raúl Kripalani 2c56687527 fix: events: put the _signed_ message through the pipeline.
We were putting the unsigned/VM message through the pipeline.
The events index was storing the _unsigned_ message CID.

However, the Eth tx hash index maps signed Delegated-signature message
CIDs to transaction hashes, i.e. it uses the _signed_ message CID.

As a result, eth_getLogs and other log-related methods were
unable to resolve the transaction hash from the index properly, and
would end up returning 0x00..00 in the transactionHash field.
2023-01-20 00:36:06 +00:00
..
filter fix: events: put the _signed_ message through the pipeline. 2023-01-20 00:36:06 +00: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