lotus/node/impl/full
Rod Vagg 02a2095c26 fix(events): don't log.Warn for EVM events with non-Raw codec (#11742)
Codec != Raw likely means built-in actor events, which we can safely skip, so
avoid filling up logs with warnings for every built-in actor event that comes
past this point.

Fixes: https://github.com/filecoin-project/lotus/issues/11718
2024-03-22 07:00:28 +01:00
..
actor_events_test.go feat(events): add "Raw" suffix to {Get,Subscribe}ActorEvents 2024-03-22 07:00:28 +01:00
actor_events.go feat(events): add "Raw" suffix to {Get,Subscribe}ActorEvents 2024-03-22 07:00:28 +01:00
chain.go chore: migrate to boxo 2023-06-19 14:45:05 -07:00
dummy.go feat(events): add "Raw" suffix to {Get,Subscribe}ActorEvents 2024-03-22 07:00:28 +01:00
eth_events.go fix(events): don't log.Warn for EVM events with non-Raw codec (#11742) 2024-03-22 07:00:28 +01:00
eth_test.go Tests for builtin actor events API 2024-03-22 07:00:28 +01:00
eth_trace.go chore:: backport #11609 to the feat/nv22 branch (#11644) 2024-03-22 07:00:28 +01:00
eth_utils.go chore:: backport #11609 to the feat/nv22 branch (#11644) 2024-03-22 07:00:28 +01:00
eth.go fix: api: Length check the array sent to eth_feeHistory RPC (#11696) 2024-03-22 07:00:28 +01: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 NV18: Filecoin EVM runtime + Actor Events + EthAccount + EAM + f4 addressing (#9998) 2023-01-13 19:11:13 +00:00
multisig.go introduce v9 actors and nv17 2022-09-09 21:40:15 -04:00
raft.go Address comments 2022-11-14 15:46:58 -05:00
state.go fix: add UpgradePhoenixHeight to StateGetNetworkParams (#11648) 2024-03-22 07:00:28 +01: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