mevboost.pics icon indicating copy to clipboard operation
mevboost.pics copied to clipboard

Analysis of MEV-Boost, PBS and Block building on Ethereum

Results 1 mevboost.pics issues
Sort by recently updated
recently updated
newest added

Hey, when I load the parquet data on mevboost.pics, it cuts off at 2023-10-18. ``` import pandas as pd df_eth_data = pd.read_parquet("openethdata_eth_data.parquet.gzip") df_eth_data = df_eth_data.sort_values('block_number', ascending=False) print(df_eth_data.head(3)) > date block_number...