Skip to content

Commit

Permalink
Remove support of eip3074 from pectra (#7189)
Browse files Browse the repository at this point in the history
  • Loading branch information
rjnrohit authored Jun 17, 2024
1 parent e1d3265 commit 5262378
Show file tree
Hide file tree
Showing 18 changed files with 12 additions and 1,097 deletions.
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

0 comments on commit 5262378

Please sign in to comment.