ApeWorX / ape-alchemy

Alchemy network provider plugin for the Ape Framework
https://www.apeworx.io/
21 stars 13 forks source link

feat: Support for Private Transactions [APE-916] #52

Closed deepsp94 closed 1 year ago

deepsp94 commented 1 year ago

What I did

[WIP] Added a function to send private transactions using https://docs.flashbots.net/flashbots-auction/searchers/advanced/rpc-endpoint#eth_sendprivatetransaction

fixes: https://github.com/ApeWorX/ape/issues/1112

How I did it

Next step is to structure transaction based on JSON-RPC format specified by flashbots (refer above link)

How to verify it

Checklist

antazoey commented 1 year ago

lets move here https://github.com/ApeWorX/ape-alchemy/pull/54