koinos / koinos-mempool

The mempool microservice stores pending transactions for inclusion in blocks by the block producer.
MIT License
0 stars 1 forks source link

[BUG]: Transaction nonce may apply to the wrong account #78

Closed sgerbino closed 1 year ago

sgerbino commented 1 year ago

Is there an existing issue for this?

Current behavior

Currently, mempool is making the assumption that we are always using the nonce of the payer. However, it is possible to use the nonce of the payee.

Expected behavior

It is expected that mempool properly inspects the transaction and knows which account the nonce applies to.

Steps to reproduce

No response

Environment

- OS:

Anything else?

No response

mvandeberg commented 1 year ago

As of #79, this is no longer relevant.