lotus/node/impl
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
..
client netbs: Address review 2022-11-08 09:37:43 +00:00
common feat: Add node uptime rpc / output in info command 2022-10-11 10:11:09 +02:00
full fix: eth: strict event parsing 2023-02-10 07:41:29 -08:00
market chore: fix imports 2022-06-14 17:00:51 +02:00
net Update other deprecated libp2p imports 2022-08-25 14:23:25 -04:00
paych chore: fix imports 2022-06-14 17:00:51 +02:00
backup.go Plumb contexts through 2021-12-11 17:04:00 -05:00
full.go NV18: Filecoin EVM runtime + Actor Events + EthAccount + EAM + f4 addressing (#9998) 2023-01-13 19:11:13 +00:00
remoteworker.go storage: Move extern/sector-storage to storage/sealer 2022-06-14 20:03:38 +02:00
storminer.go Fix lotus-miner proving check 2022-11-14 15:29:50 -05:00