nimbus-eth2/beacon_chain/spec/eth2_apis
Etan Kissling d263f7f0cb
fix SSZ response for `produceBlindedBlock` (#4943)
* fix SSZ response for `produceBlindedBlock`

In `produceBlindedBlock`, we sent the `ForkedBlindedBeaconBlock` when
requested to reply in SSZ format. However, expected result is just the
inner `ForkyBlindedBeaconBlock` together with `eth-consensus-version`.

Note: We do not use SSZ format in our VC for this endpoint at this time,
which explains why we haven't noticed earlier.

* fix Altair/Phase0
2023-05-12 15:40:45 +00:00
..
dynamic_fee_recipients.nim Reduce fee recipient log spam (#4255) 2022-10-25 14:47:43 +02:00
eth2_rest_serialization.nim fix SSZ response for `produceBlindedBlock` (#4943) 2023-05-12 15:40:45 +00:00
rest_beacon_calls.nim Various fixes for VC and BN REST server. (#4673) 2023-03-03 20:20:01 +00:00
rest_beacon_client.nim allow trusted node sync based on LC trusted block root (#4736) 2023-04-16 06:07:07 +00:00
rest_common.nim allow trusted node sync based on LC trusted block root (#4736) 2023-04-16 06:07:07 +00:00
rest_config_calls.nim Various fixes for VC and BN REST server. (#4673) 2023-03-03 20:20:01 +00:00
rest_debug_calls.nim remove Nim 1.2-compatible `push raise`s and update copyright notice years (#4528) 2023-01-20 14:14:37 +00:00
rest_keymanager_calls.nim Implement the set of gas_limit end-points in the Keymanager API (#4612) 2023-02-15 15:10:31 +00:00
rest_keymanager_types.nim Implement the set of gas_limit end-points in the Keymanager API (#4612) 2023-02-15 15:10:31 +00:00
rest_light_client_calls.nim move spec constants to spec (#4825) 2023-04-17 17:18:54 +00:00
rest_nimbus_calls.nim VC: doppelganger protection (#3877) 2022-07-21 19:54:07 +03:00
rest_node_calls.nim remove Nim 1.2-compatible `push raise`s and update copyright notice years (#4528) 2023-01-20 14:14:37 +00:00
rest_remote_signer_calls.nim web3signer refactoring and test suite. (#4775) 2023-04-06 16:16:21 +03:00
rest_types.nim add Capella constants to REST config endpoint (#4925) 2023-05-11 12:53:02 +02:00
rest_validator_calls.nim Various fixes for VC and BN REST server. (#4673) 2023-03-03 20:20:01 +00:00