Git Product home page Git Product logo

Comments (3)

ralexstokes avatar ralexstokes commented on July 17, 2024 1

validators registered in mev-boost already declare a gas limit preference, and the builder must build a block that is in line w/ this preference, subject to protocol constraints (gas limit can only change 12.5% from block to block)

if you wanted a feature like this, I think a better place for the discussion would be in the https://github.com/ethereum/beacon-APIs as this is where clients essentially handle the logic to select a remote vs. local block

I would suggest keeping mev-boost as minimal as possible to avoid complexity spilling out into this part of the stack

from mev-boost.

ralexstokes avatar ralexstokes commented on July 17, 2024 1

consensus clients have a "builder boost" factor that controls how much the remote block should exceed the local block to address differences in value

I'm saying builders should be respecting the gas preference in which case it would be a violation of the mev-boost protocol for them to build a block with 1M gas when the validator preferred e.g. 15M gas (up to the protocol limits I mentioned above). Monitoring and enforcement of conformance to this registration is a different question -- right now I think the best anyone has is just manual inspection (although the intent is for the relay to be validating this value)

from mev-boost.

antonydenyer avatar antonydenyer commented on July 17, 2024

That's interesting. I didn't think of doing it during registration. To be specific, if a block builder builds a block that only uses 1m gas, then I would like to build the block myself, in the same way that I can say if there's only 0.1 eth of priority fee rewards on the block, then I'll build the block. So, I ended up following that way of thinking about it.

Do you think the mid-bid param should be in the beacon apis too?

from mev-boost.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.