Skip to content

bloXroute-Labs/validator-gateway-log-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Validator Gateway Log Tools

Some tools for tracking relay-proxy performance for MEV-Boost clients

Getting Started

Prior to connecting to the relay proxy ensure you use the --debug flag with mev-boost

After you have the debug output from mev-boost logs you can use the provided parse_mev_boost_logs.sh script to generate the following output:

slots.csv: A CSV that includes the following fields for each slot delivered through the relay-proxy

slot, relay_proxy_bid, second_highest_bid, percentage_difference, total_difference

summary.csv: A CSV that includes the following fields, summarizing all of the blocks delivered through the relay proxy

total_blocks, relay_proxy_blocks, total_eth, total_extra_eth, average_percentage_difference

Running the script

./parse_mev_boost_logs.sh /path/to/logs

This will output the above CSVs providing you some insights into your added performance using the relay-proxy!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages