Merge branch 'release/v1.20.0' into jen/resolveconflict

This commit is contained in:
Jennifer Wang
2023-01-13 21:50:57 -05:00
17 changed files with 149 additions and 243 deletions
-1
View File
@@ -259,7 +259,6 @@ func ConfigFullNode(c interface{}) Option {
// Actor event filtering support
Override(new(events.EventAPI), From(new(modules.EventAPI))),
// in lite-mode Eth event api is provided by gateway
ApplyIf(isFullNode, Override(new(full.EthEventAPI), modules.EthEventAPI(cfg.ActorEvent))),
)