Skip to content

Lower per tx fee overhead#1423

Merged
tynes merged 1 commit intodevelopfrom
kevin/fixFees
Sep 8, 2021
Merged

Lower per tx fee overhead#1423
tynes merged 1 commit intodevelopfrom
kevin/fixFees

Conversation

@K-Ho
Copy link
Contributor

@K-Ho K-Ho commented Sep 6, 2021

Description
Lowers per tx fee overhead to more accurately reflect L1 batch submission costs. This overhead value represents the sum of the non-calldata per tx overhead to submit a tx to the CTC (~ 1700 gas) and the per tx cost of submitting a state root to the SCC (~1060 gas)

Fixes ENG-1352

@changeset-bot
Copy link

changeset-bot bot commented Sep 6, 2021

🦋 Changeset detected

Latest commit: dfe3598

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 2 packages
Name Type
@eth-optimism/core-utils Patch
@eth-optimism/l2geth Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

Lower the constant overhead that is charged per transaction
by about half. This will reduce transaction fees. Note that
this value is in both `l2geth` and in `core-utils` if it
needs to be updated in the future.
@tynes tynes merged commit ea2efbd into develop Sep 8, 2021
@tynes tynes deleted the kevin/fixFees branch September 8, 2021 21:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-pkg-core-utils Area: packages/core-utils

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants