This diff will enforce the minimum gasprice in QKC using converted QKC gasprice instead of gasprice of a native token directly. This avoids that a tx of a non-native token may be discarded since its gasprice is too small.
Following the fix, a couple of following things should be done:
More cluster tests with mnt
The transaction queue will order the txs by their gasprice in QKC instead of gasprice in their native token.
This diff will enforce the minimum gasprice in QKC using converted QKC gasprice instead of gasprice of a native token directly. This avoids that a tx of a non-native token may be discarded since its gasprice is too small.
Following the fix, a couple of following things should be done: