flashbots / flashbots-data-transparency

Collection, analysis and presentation of Flashbots data.
MIT License
7 stars 2 forks source link

Collect the number of bundles and transactions the builder puts in a block #10

Open come-maiz opened 2 years ago

come-maiz commented 2 years ago

To bootstrap data collection from our builder, I propose we collect these two numbers:

How many bundles are included in a block How many transactions come from the mempool

come-maiz commented 2 years ago

There will be more builders, so how do we collect this information from them?

Do we ask them to provide some metadata along with the block? Do we ask them to provide a data API to consult? Do we trust them? Should we do the calculations ourselves by looking at the data collected from our relay?