Skip to content

Conversation

smartprogrammer93
Copy link
Contributor

Resolves #8208

Changes

  • add taiko pacaya fork support

Types of changes

What types of changes does your code introduce?

  • Bugfix (a non-breaking change that fixes an issue)
  • New feature (a non-breaking change that adds functionality)
  • Breaking change (a change that causes existing functionality not to work as expected)
  • Optimization
  • Refactoring
  • Documentation update
  • Build-related changes
  • Other: Description

Testing

Requires testing

  • Yes
  • No

If yes, did you write tests?

  • Yes
  • No

Notes on testing

will test in devents once built

Documentation

Requires documentation update

  • Yes
  • No

Requires explanation in Release Notes

  • Yes
  • No

Nethermind is ready for the upcoming Taiko Pacaya hardfork

@smartprogrammer93 smartprogrammer93 requested review from ak88 and flcl42 March 9, 2025 19:39
@@ -100,6 +100,7 @@ public class ChainParameters
public long? Eip1559BaseFeeMinValueTransition { get; set; }

public long? OntakeTransition { get; set; }
public long? PacayaTransition { get; set; }
Copy link
Member

Choose a reason for hiding this comment

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

Why not Taiko specific parameters?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

so i went ahead and did a refactor for pushing those parameters out of the general spec files. the same can be applied to any gnosis or optimism specific parameters instead of the current approach. CC, @deffrian

# Conflicts:
#	src/Nethermind/Nethermind.Runner.Test/EthereumRunnerTests.cs
#	src/Nethermind/Nethermind.Runner/Ethereum/Api/ApiBuilder.cs
@smartprogrammer93 smartprogrammer93 merged commit a98295b into master Mar 13, 2025
80 checks passed
@smartprogrammer93 smartprogrammer93 deleted the feature/pacaya-support branch March 13, 2025 05:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support Taiko Pacaya fork
4 participants