Skip to content

Commit 208a092

Browse files
committed
feat: mirror engine_newPayloadV4 calls
1 parent 5611d66 commit 208a092

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

proxy/proxy_authrpc.go

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,14 @@ func (p *AuthrpcProxy) triage(body []byte) *triagedRequest {
128128
jrpcID: jrpc.GetID(),
129129
}
130130

131+
case "engine_newPayloadV4":
132+
// proxy & mirror
133+
return &triagedRequest{
134+
proxy: true,
135+
mirror: true,
136+
jrpcMethod: jrpc.GetMethod(),
137+
jrpcID: jrpc.GetID(),
138+
}
131139
case "miner_setMaxDASize":
132140
// proxy & mirror
133141
return &triagedRequest{

0 commit comments

Comments
 (0)