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
166 stars 55 forks source link

support for EIP1559? #8

Closed xlk3099 closed 2 years ago

xlk3099 commented 2 years ago

hi, metachris, glad to see you share this package, I am able to wrap up a legacy tx and send mev successfully but when I try to wrap up an EIP1559 tx, the response always shows unable to decode tx I am wondering if this package currently supports EIP1559 txn?

metachris commented 2 years ago

Which API are you using - eth_sendBundle?