Skip to content

Conversation

@LukaszRozmej
Copy link
Member

@LukaszRozmej LukaszRozmej commented Oct 4, 2025

Changes

  • Correctly set StatusMessage69.EarliestBlock

Types of changes

What types of changes does your code introduce?

  • Bugfix (a non-breaking change that fixes an issue)

Testing

Requires testing

  • Yes

If yes, did you write tests?

  • Yes

@LukaszRozmej LukaszRozmej marked this pull request as ready for review October 4, 2025 15:05
_chainLevelInfoRepository = chainLevelInfoRepository ??
throw new ArgumentNullException(nameof(chainLevelInfoRepository));
_oldestBlock = long.Min(syncConfig.AncientBodiesBarrierCalc, syncConfig.AncientReceiptsBarrierCalc);
_oldestBlock = syncConfig.AncientBodiesBarrierCalc;
Copy link
Member Author

Choose a reason for hiding this comment

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

There is no sense of having receipt without body

using Nethermind.Consensus.Scheduler;
using Nethermind.Core;
using Nethermind.Core.Crypto;

Copy link
Contributor

Choose a reason for hiding this comment

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

extra whitespace

@LukaszRozmej LukaszRozmej merged commit 37f4c08 into master Oct 6, 2025
79 checks passed
@LukaszRozmej LukaszRozmej deleted the fix/eth69-correct-lower-bound branch October 6, 2025 09:45
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.

6 participants