Bharath Vedartham

Results 14 issues of Bharath Vedartham

The function annotations (->) are giving syntax errors whenever i run the randomguesser server. Are they necessary? Can we strip the code of function annotations?

Initially, only 1 spec/builder.md file was being maintained. To enable cross-fork updates, we separate the specs/builder.md into different fork versions. Fixes: https://github.com/flashbots/relay-specs/issues/27

The builder specs still include capella definitions. I believe we can modify them to update the deneb specs. I want to understand if there is a reason behind not updating...

Add support for titan relay in ethereum package to support relay diversity. Repo to the relay: https://github.com/gattaca-com/helix

https://github.com/ethpandaops/spamoor/pull/114 adds support to send txs to a builder client which bypasses client health checks. We could update spamooor to send txs to the builder client via this method.

When a proposer receives a `SignedExecutionPayloadBid` from any given sources(p2p or builder-api), there are some bid validations it can perform before considering it to include it in a block which...

In Glamsterdam, validators who self-build (i.e are both the validator and the builder for the slot) still have to broadcast the `BlobSidecars` by themselves. The spec today mentions that validators...

gloas

The validator spec to construct a `PayloadAttestation` didn't specify how to set `blob_data_available` to true. We can set `blob_data_available` to true if `is_data_available(data.beacon_block_root)` is true. i.e if the validator which...

gloas

This PR begins work and discussions on the Builder-API for ePBS for staked builders. ePBS introduces the following protocol upgrades: 1. Enshrining of builders into the protocol by allowing them...

This PR attempts to specify MEV-Boost behaviour in clients. This can help us in the path forward to deprecate the MEV-Boost sidecar from the protocol. The main functionality of MEV-Boost...