Forward HTTP response headers from upstream to gRPC client for Beacon Chain (#759)
Added response_headers field to NativeCallReplyItem proto. Implemented chain-specific header filtering via getResponseHeadersToForward(). BeaconChain forwards: Eth-Consensus-Version, Eth-Consensus-Finalized, Eth-Execution-Optimistic, Eth-Execution-Payload-Blinded/Value, Eth-Consensus-Block-Value.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
[versions]
|
||||
detekt = "1.23.1"
|
||||
groovy = "4.0.15"
|
||||
protoc = "4.29.2"
|
||||
protoc = "4.33.2"
|
||||
jackson = "2.11.0"
|
||||
grpc = "1.57.0"
|
||||
reactive-grpc = "1.2.0"
|
||||
|
||||
Reference in New Issue
Block a user