Skip to content

feat: preparation for next hardfork#833

Merged
klkvr merged 9 commits intomainfrom
klkvr/prep-hardfork
Nov 11, 2025
Merged

feat: preparation for next hardfork#833
klkvr merged 9 commits intomainfrom
klkvr/prep-hardfork

Conversation

@klkvr
Copy link
Member

@klkvr klkvr commented Nov 10, 2025

Introduces new Andantino hardfork variant (are we ok with naming collision?)

Propagates hardfork generic to EVM

@klkvr klkvr requested review from 0xKitsune and mattsse and removed request for mattsse November 10, 2025 20:55
@klkvr klkvr changed the title feat: preparation for next hardfork [wip] feat: preparation for next hardfork Nov 10, 2025
@klkvr klkvr marked this pull request as draft November 10, 2025 21:44
@Zygimantass
Copy link
Member

maybe let's do Moderato for fork naming?

@klkvr klkvr changed the title [wip] feat: preparation for next hardfork feat: preparation for next hardfork Nov 11, 2025
@klkvr klkvr marked this pull request as ready for review November 11, 2025 11:12
Copy link
Contributor

@mattsse mattsse left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice,

with access to tempo hardforks on precompile level we dont even need to deal with chainspec in there

pub struct TipFeeManagerPrecompile;
impl TipFeeManagerPrecompile {
pub fn create(chain_id: u64) -> DynPrecompile {
pub fn create(chain_id: u64, spec: TempoHardfork) -> DynPrecompile {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ah cool, with this we get direct access to the current active hardfork

@klkvr klkvr merged commit 44c167e into main Nov 11, 2025
18 checks passed
@klkvr klkvr deleted the klkvr/prep-hardfork branch November 11, 2025 12:28
mergify bot pushed a commit that referenced this pull request Nov 11, 2025
Introduces new `Andantino` hardfork variant (are we ok with naming
collision?)

Propagates hardfork generic to EVM

(cherry picked from commit 44c167e)
klkvr added a commit that referenced this pull request Nov 11, 2025
Introduces new `Andantino` hardfork variant (are we ok with naming
collision?)

Propagates hardfork generic to EVM<hr>This is an automatic backport of
pull request #833 done by [Mergify](https://mergify.com).

Co-authored-by: Arsenii Kulikov <klkvrr@gmail.com>
unbalancedparentheses pushed a commit to unbalancedparentheses/tempo that referenced this pull request Feb 23, 2026
Introduces new `Andantino` hardfork variant (are we ok with naming
collision?)

Propagates hardfork generic to EVM
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.

3 participants