Closed alexanderbez closed 1 year ago
So this PR is essentially blocked on getting the repo migrated to use cosmos/gogoproto
instead of the deprecated github.com/gogo/protobuf
, due to Tendermint also migrating (v0.37.x).
I've started this work here: https://github.com/osmosis-labs/cosmos-sdk/pull/383
Currently blocked on getting it across the finish line...
Sorry @p0mvn didn't mean to waste your time on reviewing the (default) mempool implementation. The implementation was actually changed to be by random sender, instead of lowest-nonce. So this should give a reasonably more fair mempool. However, there are still DoS vectors. Regardless, this is just the default implementation and not something Osmosis will even use anyway.
Changelog
PrepareProposal
supportProcessProposal
supportMempool
PrepareProposal
handlerProcessProposal
handler