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

Eip 3607 #3280

Merged
merged 24 commits into from
Oct 19, 2021
Merged

Eip 3607 #3280

merged 24 commits into from
Oct 19, 2021

Conversation

kjazgar
Copy link
Contributor

@kjazgar kjazgar commented Aug 4, 2021

Fixes | Closes | Resolves #

Changes:

Changes that enable eip3607(https://eips.ethereum.org/EIPS/eip-3607).

Types of changes

  • Bugfix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation Update
  • Code style update (formatting, renaming)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • Other (please describe):

Testing

Requires testing

  • Yes
  • No

In case you checked yes, did you write tests??

  • Yes
  • No

@kjazgar kjazgar self-assigned this Aug 26, 2021
@LukaszRozmej
Copy link
Member

Looks good, requires bit more testing on actual chains

# Conflicts:
#	src/Nethermind/Nethermind.Core/Specs/IReleaseSpec.cs
#	src/Nethermind/Nethermind.JsonRpc.Test/Modules/Eth/EthRpcModuleTests.cs
#	src/Nethermind/Nethermind.Specs.Test/OverridableReleaseSpec.cs
#	src/Nethermind/Nethermind.Specs/ChainSpecStyle/ChainParameters.cs
#	src/Nethermind/Nethermind.Specs/ChainSpecStyle/ChainSpecBasedSpecProvider.cs
#	src/Nethermind/Nethermind.Specs/Forks/00_Olympic.cs
#	src/Nethermind/Nethermind.Specs/Forks/01_Frontier.cs
#	src/Nethermind/Nethermind.Specs/Forks/02_Homestead.cs
#	src/Nethermind/Nethermind.Specs/Forks/03_Dao.cs
#	src/Nethermind/Nethermind.Specs/Forks/04_TangerineWhistle.cs
#	src/Nethermind/Nethermind.Specs/Forks/05_SpuriousDragon.cs
#	src/Nethermind/Nethermind.Specs/Forks/06_Byzantium.cs
#	src/Nethermind/Nethermind.Specs/Forks/07_Constantinople.cs
#	src/Nethermind/Nethermind.Specs/Forks/08_ConstantinopleFix.cs
#	src/Nethermind/Nethermind.Specs/Forks/09_Istanbul.cs
#	src/Nethermind/Nethermind.Specs/Forks/10_MuirGlacier.cs
#	src/Nethermind/Nethermind.Specs/Forks/11_Berlin.cs
#	src/Nethermind/Nethermind.Specs/Forks/12_London.cs
#	src/Nethermind/Nethermind.Specs/SystemTransactionReleaseSpec.cs
@@ -112,6 +113,8 @@ internal class ChainSpecParamsJson

public long? Eip3541Transition { get; set; }

public long? Eip3607Transition { get; set; } = 0;
Copy link
Contributor

Choose a reason for hiding this comment

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

Is 0 okay here? We will enable EIP3607 on all networks that don't have it on genesis spec.

Copy link
Member

@LukaszRozmej LukaszRozmej Oct 18, 2021

Choose a reason for hiding this comment

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

yes, exactly we want it to be enabled by default. In Geth they just added it without EIP flag. As we support other set of networks I want it to be disabled by a setting, but want it to be enabled by default.

@LukaszRozmej LukaszRozmej merged commit 3affda2 into master Oct 19, 2021
@LukaszRozmej LukaszRozmej deleted the eip_3607 branch October 19, 2021 12:31
marcindsobczak added a commit that referenced this pull request Oct 20, 2021
This reverts commit 3affda2
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