metachris / flashbotsrpc

Golang client for Flashbots Relay, mev-geth and standard Ethereum JSON-RPC API endpoints
https://docs.flashbots.net/flashbots-auction/searchers/advanced/rpc-endpoint/
MIT License
165 stars 55 forks source link

Include pos fields to bundle stats #15

Closed bhakiyakalimuthu closed 1 year ago

bhakiyakalimuthu commented 1 year ago

📝 Summary

Flashbots updated bundle stats endpoint to include POS fields. (https://docs.flashbots.net/flashbots-auction/searchers/advanced/rpc-endpoint#flashbots_getbundlestats) This PR address this.Update bundle stats response to include pos fields.

✅ I have run these commands

metachris commented 1 year ago

Awesome, thanks!

metachris commented 1 year ago

Thanks a lot @bhakiyakalimuthu