lotus/node/impl/full
Steven Allen efb9422c01
fix: eth: re-execute tipsets on missing events (#11588)
This will re-execute tipsets to forcibly re-compute and store events
when they're missing. This is effectively lazy backfilling of events.

NOTE: This _won't_ backfill the index itself, it'll just give us the
events.

fixes #11335
2024-01-30 10:29:54 -08:00
..
chain.go chore: migrate to boxo 2023-06-19 14:45:05 -07:00
dummy.go Make block param to EthEstimateGas optional 2023-11-29 10:26:22 +00:00
eth_event.go fix: eth: use the correct state-tree when resolving addresses (#11387) 2023-11-17 18:20:31 +01:00
eth_test.go fix: eth: correctly encode and simplify native input/output encoding (#11382) 2023-11-06 09:41:22 -08:00
eth_trace.go fix: eth: use the correct state-tree when resolving addresses (#11387) 2023-11-17 18:20:31 +01:00
eth_utils.go fix: eth: re-execute tipsets on missing events (#11588) 2024-01-30 10:29:54 -08:00
eth.go fix: eth: re-execute tipsets on missing events (#11588) 2024-01-30 10:29:54 -08:00
gas_test.go fix make gen 2022-08-29 16:25:30 +02:00
gas.go Add tests for PCB/PCA batch splitting 2023-04-19 18:44:32 -04:00
mpool.go misc: Drop the raft-cluster experiment 2023-11-29 17:28:46 +01:00
multisig.go introduce v9 actors and nv17 2022-09-09 21:40:15 -04:00
state.go Merge branch 'feat/nv21' into asr/merge-feat-nv21 2023-10-16 11:13:33 -04:00
sync.go skip migration cache correctly 2023-11-09 14:14:46 -05:00
txhashmanager.go fix: eth: use the correct state-tree when resolving addresses (#11387) 2023-11-17 18:20:31 +01:00
wallet.go fix: Don't call WalletExport in msg signing flows 2023-02-10 02:37:59 +01:00