Files
lotus/node/impl/full
Steven Allen ece8f25511 fix: eth: strict event parsing
We now enforce the following rules:

1. No duplicate topics or data.
2. Topics must have 32 byte keys.
3. Topics may not be skipped. (e.g., no t1 & t3 without a t2).
4. Raw codecs.

We _don't_ require that topics/data be emitted in any specific order.

We _skip_ events with unknown keys. We _drop_ events that violate the
above rules.
2023-02-10 07:41:29 -08:00
..
2023-02-10 07:41:29 -08:00
2023-02-10 07:41:29 -08:00
2022-08-29 16:25:30 +02:00
2022-09-09 21:40:15 -04:00
2022-11-14 15:46:58 -05:00