Transaction Validation
What transaction validation and when

Last updated
What transaction validation and when

Last updated
Private transactions are not added to the transaction pool. The privacy marker transaction is
submitted to the transaction pool but the private transaction itself is directly distributed
to the transaction participants.The transaction is only added if the entire transaction gas limit is less than the remaining
gas for the block. The total gas used by the transaction is not relevant to this validation.
That is, if the total gas used by the transaction is less than the remaining block gas, but the
transaction gas limit is more than the remaining block gas, the transaction is not added.