dymension
dymension copied to clipboard
fix(sequencers): incorrect sorting mechanism allows manipulation of proposer selection
Description
Closes #1291
This PR does the following:
- better enforcement of single denom for sequencer bond
- requires
MinBond
param to be > 0 (instead >= 0 currently)