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
Currently we always add a tx to the pool, and let the sequencer check everything. We can probably do some basic checks in the AztecRPCServer before sending it to the node. Reject a tx immediately if it has a nullifier that's already in a settled tx.
Currently we always add a tx to the pool, and let the sequencer check everything. We can probably do some basic checks in the AztecRPCServer before sending it to the node. Reject a tx immediately if it has a nullifier that's already in a settled tx.