You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adding the eth_sendRawTransaction RPC would make it easier for applications like metamask to directly support private transactions.
A transaction sent through this endpoint would be merged with other transactions / bundles on the relay or on mev-geth.
Open questions:
Should the transactions revert on chain? Not reverting on chain would save chain space, but make it difficult to define a policy for when the transaction should be dropped from the private mempool.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Adding the
eth_sendRawTransaction
RPC would make it easier for applications like metamask to directly support private transactions.A transaction sent through this endpoint would be merged with other transactions / bundles on the relay or on mev-geth.
Open questions:
Beta Was this translation helpful? Give feedback.
All reactions