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

Remove support of eip3074 from pectra #7189

Merged
merged 3 commits into from
Jun 17, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
remove eip3074 support
  • Loading branch information
rjnrohit committed Jun 16, 2024
commit ea3ef96d6324d10f8203b6a215a72158ee58033f
15 changes: 0 additions & 15 deletions src/Nethermind/Nethermind.Core/Eip3074Constants.cs

This file was deleted.

7 changes: 0 additions & 7 deletions src/Nethermind/Nethermind.Core/Specs/IReleaseSpec.cs
Original file line number Diff line number Diff line change
Expand Up @@ -293,11 +293,6 @@ public interface IReleaseSpec : IEip1559Spec, IReceiptSpec
/// </summary>
bool IsEip6780Enabled { get; }

/// <summary>
/// https://eips.ethereum.org/EIPS/eip-3074
/// AUTH and AUTHCALL for EOA
/// </summary>
bool IsEip3074Enabled { get; }
/// Secp256r1 precompile
/// </summary>
bool IsRip7212Enabled { get; }
Expand Down Expand Up @@ -401,8 +396,6 @@ public interface IReleaseSpec : IEip1559Spec, IReceiptSpec
public bool AuRaSystemCalls { get; }
public bool BlobBaseFeeEnabled => IsEip4844Enabled;

bool AuthCallsEnabled => IsEip3074Enabled;

public bool ConsensusRequestsEnabled => WithdrawalRequestsEnabled || DepositsEnabled;
}
}
Loading
Loading