Skip to content

Commit

Permalink
itests: Default enable Eth rpc
Browse files Browse the repository at this point in the history
  • Loading branch information
magik6k committed Jan 19, 2023
1 parent 66f5ee4 commit c48c6c0
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions itests/kit/node_opts.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,15 @@ var DefaultNodeOpts = nodeOpts{
sectors: DefaultPresealsPerBootstrapMiner,
sectorSize: abi.SectorSize(2 << 10), // 2KiB.

cfgOpts: []CfgOption{
func(cfg *config.FullNode) error {
// test defaults

cfg.Fevm.EnableEthPRC = true
return nil
},
},

workerTasks: []sealtasks.TaskType{sealtasks.TTFetch, sealtasks.TTCommit1, sealtasks.TTFinalize, sealtasks.TTFinalizeUnsealed},
workerStorageOpt: func(store paths.Store) paths.Store { return store },
}
Expand Down

0 comments on commit c48c6c0

Please sign in to comment.