Skip to content
Merged
Changes from all commits
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
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
namespace Nethermind.Consensus.BeaconBlockRoot;
public class BeaconBlockRootHandler : IBeaconBlockRootHandler
{
public static UInt256 HISTORICAL_ROOTS_LENGTH = 98304;
private static readonly Address DefaultPbbrContractAddress = new Address("0xbEac00dDB15f3B6d645C48263dC93862413A222D");
public static UInt256 HISTORICAL_ROOTS_LENGTH = 8191;
Copy link
Contributor

Choose a reason for hiding this comment

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

oO big change from 98304 to 8191

Copy link
Contributor Author

@Demuirgos Demuirgos Sep 15, 2023

Choose a reason for hiding this comment

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

yup, I wonder why
edit : from Pr ethereum/EIPs#7672 (comment)

private static readonly Address DefaultPbbrContractAddress = new Address("0xbEaC02001Aedb23b4088c853e4C05c57491c8bCA");

public void ApplyContractStateChanges(Block block, IReleaseSpec spec, IWorldState stateProvider)
{
Expand Down