We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Need to update docs about force inclusion of transactions
Originally posted by NIC619 May 11, 2024
Mainnet
I'm studying the force inclusion mechanism on zkSync. I ran into a problem where I want to force include a transaction that spends from my L2 account, e.g., transfer my L2 ETH to another account, but L1's MailBox.requestL2Transaction function requires that I pay up the l2Value immediately instead of spending from my L2 account. https://github.com/matter-labs/era-contracts/blob/4aa7006153ad571643342dff22c16eaf4a70fdc1/l1-contracts/contracts/zksync/facets/Mailbox.sol#L251
MailBox.requestL2Transaction
l2Value
How am I supposed to spend from my L2 account if I'm being censored by the sequencer?
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Need to update docs about force inclusion of transactions
Discussed in #523
Originally posted by NIC619 May 11, 2024
Environment
Mainnet
Provide a brief description of the functionality you're trying to implement and the issue you are running into.
I'm studying the force inclusion mechanism on zkSync. I ran into a problem where I want to force include a transaction that spends from my L2 account, e.g., transfer my L2 ETH to another account, but L1's
MailBox.requestL2Transaction
function requires that I pay up thel2Value
immediately instead of spending from my L2 account.https://github.com/matter-labs/era-contracts/blob/4aa7006153ad571643342dff22c16eaf4a70fdc1/l1-contracts/contracts/zksync/facets/Mailbox.sol#L251
How am I supposed to spend from my L2 account if I'm being censored by the sequencer?
Repo Link (Optional)
No response
Additional Details
No response
The text was updated successfully, but these errors were encountered: