mev-geth
mev-geth copied to clipboard
Go implementation of MEV-Auction for Ethereum
# Rationale MEV exists for manipulating `BLOCKHASH`. **Why should this feature exist?** Because it is MEV. **What are the use-cases?** Gaming. Random drops. # Discussion I do understand that controlling...
When I use the master and release/v1.11.5-mev0.7.0 branches, I get an error ```The method eth_callBundle does not exist/is not available```, how to fix it ?
#### System information Geth version: `geth Version: 1.10.23-stable` OS & Version:Linux Commit hash : (if `develop`) #### Expected behaviour When I synchronize the node data these warnings keep coming up,...
I run mev-geth and prysm, try to sync from testnet, here's what I use: ``` ./build/bin/geth --sepolia --http --http.api eth,web3,debug,net,engine,admin --authrpc.jwtsecret /Users/.../consensus/prysm/jwt.hex --datadir /Users/.../execution/data ./prysm.sh beacon-chain --sepolia --checkpoint-sync-url=https://sepolia.beaconstate.info --genesis-beacon-api-url=https://sepolia.beaconstate.info --jwt-secret=/Users/.../consensus/prysm/jwt.hex...
if i want to sendbundle to protect my transction what should i do? become validator and what..?
Hello, I would like to ask, does mev-geth support eth2.0?
I'm a bit uncertain about the meaning of flashbots_getBundleStats results. For any bundle I send, I get - isSimulated = true - SimulatedAt, SubmittedAt with reasonable values - SentToMinersAt, ReceivedAt...
The API is full of inconsistent type usage, some numbers are hex encoded, others are not, some are strings, some are not, ... It would be great if future API...
A request from a searcher: # Rationale This is the current output when eth_callBundle is called on a reverting bundle ``` {'bundleGasPrice': '0', 'bundleHash': '0x7abc07a2de269530f4f77cbde9c1979297d4577e673fe09b52fcb1c8bbfb8e54', 'coinbaseDiff': '0', 'ethSentToCoinbase': '0', 'gasFees':...
adding straight forward Result error from "ApplyMessage" api same as "ApplyTransactionWithResult" inside callBundle api