This repository has been archived by the owner on Jun 18, 2024. It is now read-only.
0.12.0
Added
- It is now possible to use your own endpoint for simulating bundles. Bundles will be sent over JSON-RPC to the given endpoint. The JSON-RPC method used is
eth_callBundle
. SeeMiddleware::set_simulation_relay
.
Changed
- The library now uses the new
flashbots_getUserStatsV2
andflashbots_getBundleStatsV2
endpoints. If you need the old endpoints, pin your version to 0.11.0.