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
Extend the txpool to be able to handle transaction with different currencies for gas payments.
In the current implementation we added a multi currency heap to improve performance. For me it's unclear if this is worth the additional complexity and increased diff, so we should do some benchmarking around this to get a better understanding.
The content you are editing has changed. Please copy your edits and refresh the page.
It might also make sense to postpone this until ethereum-optimism/op-geth#136 has been merged, as that upstream merge includes the split of the txpool into two sub-pools.
This has been done, I'll merge this into our repo.
Part of #6
Extend the txpool to be able to handle transaction with different currencies for gas payments.
In the current implementation we added a multi currency heap to improve performance. For me it's unclear if this is worth the additional complexity and increased diff, so we should do some benchmarking around this to get a better understanding.
Tasks
FeeCurrencyContext
which includes the exchange rates and gas price minimums #96The text was updated successfully, but these errors were encountered: