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
As a result, if this fails, we should remove the operation from the relay's mempool.
Endpoint
The endpoint should also prevalidate the current winner of the auction, before submitting it, otherwise the baker won't include the operation and the flashbaker won't earn the fee.
The text was updated successfully, but these errors were encountered:
Relay
The relay receives operations and keeps them until they are included. But they could become no longer valid, for example:
Tezos has a "preapply" endoint which lets you check whether the operation would be applied.
I think preapply does:
As a result, if this fails, we should remove the operation from the relay's mempool.
Endpoint
The endpoint should also prevalidate the current winner of the auction, before submitting it, otherwise the baker won't include the operation and the flashbaker won't earn the fee.
The text was updated successfully, but these errors were encountered: