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
To help combat arb bot fee spam, we should add a mempool filter detecting if a tx is an arb transaction. If so, require a different minimum fee than every other tx.
Theres three steps for this:
Make a gamm function for detecting if this multiMsg is an on-chain arb cycle
Make the anteHandler method use this for getting minimum gas price
Extend the app.toml config to expose this (instead of hardcoding something)
To help combat arb bot fee spam, we should add a mempool filter detecting if a tx is an arb transaction. If so, require a different minimum fee than every other tx.
Theres three steps for this:
We can add new parameters to the app.toml config, e.g. see this PR: https://github.com/cosmos/cosmos-sdk/pull/10561/files
I don't yet know if its possible to add these from the Osmosis repo, or if we have to do it in the SDK fork.
The text was updated successfully, but these errors were encountered: