forked from ethereum-optimism/op-geth
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add signing support for migrated dynamic fee transactions take2 (#181)
Add support for signing pre cel2 DynamicFeeTxs Op-geth adds this support in the London hardfork, but that is enabled at the cel2 block, and shouldn't be enabled earlier since it includes many features beyond just singing DynamicFeeTxs. Celo added this signing support in the Espresso hardfork. So we add signing support for DynamicFeeTxs to the celoLegacy signing meta fork (which is a stand in for all signing of celo forks before cel2).
- Loading branch information
Showing
2 changed files
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters