codechain icon indicating copy to clipboard operation
codechain copied to clipboard

An invalid seq on the current queue

Open sgkim126 opened this issue 5 years ago • 1 comments

I found a non-continuous seq on the current pending queue. It violates the assumption of the mempool.

sgkim126 avatar Apr 16 '19 09:04 sgkim126

It occurred to me that the mempool doesn't move the following transactions to the future queue when the invalid transaction is removed. I'll check it. https://github.com/CodeChain-io/codechain/pull/1487 I made a unit test. It was not a problem.

sgkim126 avatar Apr 16 '19 16:04 sgkim126