flashbots / web3-flashbots

Web3.py plugin for using Flashbots' bundle APIs
https://pypi.org/project/flashbots/
MIT License
405 stars 213 forks source link

No longer able to run the example simple.py #86

Closed josecyc closed 3 months ago

josecyc commented 9 months ago

A couple of days ago I was able to run the simple.py on GOERLI and on Mainnet, I did up to 4 transactions in a single bundle. Not sure what happened but I'm now getting the following error during simulation: Simulation error {'code': -32000, 'message': 'err: %!w(<nil>); txhash 0x2a87221dda99210c637533057ebea8269bc33a87ebf52170bae7ad9b033f4be0'} My account has Goerli ETH, the RPC seems to run fine, I'm lost about what could've happened.

josecyc commented 9 months ago

Turns out I am able to actually use the mainnet for sending bundles. The issue was related to this particular day most likely because of the deprecation of Goerli so I think that example is not really going to work on Goerli for anyone anymore.

jasonthewhale commented 8 months ago

The simulation doesn't work, but flashbots builder is still running on goerli, so send bundle works.

darkerego commented 4 months ago

The simulation doesn't work, but flashbots builder is still running on goerli, so send bundle works.

Is this still the case? I thought Goerli was had been shut down?

odysseus0 commented 3 months ago

looking into it right now. thanks for flagging guys

odysseus0 commented 3 months ago

Turned out to be an issue on the relay bakend. Right now Holesky is the one in best condition and the script works there. Will try to fix the backend issue and push a new example script that supports all networks.