You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the block production have two APIs: block v2 and block v3. In the current block V3 flow, the blinded param (similar to the block V2 API) is hard coded and set to true. The following changes are required to make the block V3 API the default:
Description
Currently the block production have two APIs: block v2 and block v3. In the current block V3 flow, the
blinded
param (similar to the block V2 API) is hard coded and set to true. The following changes are required to make the block V3 API the default:--Xblock-v3-enabled
option which is used to use block V3 apis (Remove --xblock-v3-enabled and useBlindedBlock variable #8511)These are the last steps of #7390
The text was updated successfully, but these errors were encountered: