larry0x/abstract-account

Missing check for sequence

larry0x opened this issue · 1 comments

Currently the AnteHandler doesn't seem to check a tx signer's sequence. For example if the on-chain sequence is 5 but the tx's sequence is 88888, this tx will be accepted no problem.

The handler seems to be properly rejecting incorrect chain-id or account-number tho.

Fixed in 3357d24