You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 7, 2020. It is now read-only.
Change AppendTx to call ApplyTransaction and return the correct information. This will support usage where nonces increment quickly, e.g. multiple txs per block from the same address.
In the future, make CheckTx better by mirroring logic in promoteExecutables() to work for each tx. And also create a new ManagedState upon ABCI Commit(). This will make CheckTx return correct results in the mempool.
Make CheckTx also return address & nonce information and allow tendermint to handle promoting txs that have become valid.
See #4
The text was updated successfully, but these errors were encountered: