Skip to content
New issue

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

feat(api): add pessimistic overhead for L1->L2 transactions #858

Conversation

StanislavBreadless
Copy link
Contributor

What ❔

During the switch to the 1.4.1 protocol version, there will be a moment of discrepancy, when while the L2 has already upgraded to 1.4.1 (and thus suggests smaller overhead), the L1 is still on the previous version.

This might lead to situations when L1->L2 transactions estimated with the new versions would work on the state keeper side, but they won't even make it there, but the protection mechanisms for L1->L2 transactions will reject them on L1.

Why ❔

Checklist

  • PR title corresponds to the body of PR (we generate changelog entries from PRs).
  • Tests for the changes have been added / updated.
  • Documentation comments have been added / updated.
  • Code has been formatted via zk fmt and zk lint.
  • Spellcheck has been run via zk spellcheck.

@StanislavBreadless StanislavBreadless changed the title add pessimistic overhead for L1->L2 transactions feat(api): add pessimistic overhead for L1->L2 transactions Jan 11, 2024
@StanislavBreadless StanislavBreadless merged commit 0862373 into sb-short-term-fee-model-1-4-1 Jan 18, 2024
21 of 33 checks passed
@StanislavBreadless StanislavBreadless deleted the sb-introduce-compatibility-mode-for-l1-txs branch January 18, 2024 08:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants