README: cite the two AERE source files by their full in-repo paths so the citations resolve for a reader

This commit is contained in:
Liviu 2026-08-28 00:49:10 +03:00
parent 44d6fe4863
commit a766124043

View File

@ -24,9 +24,9 @@ in production does not exist on chain 2800 yet.
rule, written independently rather than ported, so that agreement between the two clients is
evidence rather than a shared assumption.
- **`Nethermind.AerePqc/Consensus/`** — header and seal validation for the AERE variant of QBFT.
- **`Nethermind.Consensus.Ethash/AereBaseFeeCalculator.cs`** — the AERE base-fee floor, active from
- **`src/Nethermind/Nethermind.Consensus.Ethash/AereBaseFeeCalculator.cs`** — the AERE base-fee floor, active from
block 10,141,734 with a 1 Gwei floor.
- **`Nethermind.Core/AereFloorLapse.cs`** — the one historical range in which chain 2800 did not
- **`src/Nethermind/Nethermind.Core/AereFloorLapse.cs`** — the one historical range in which chain 2800 did not
apply its own floor. Read that file: it explains what happened, why the exception belongs at
validation rather than in the calculation, and how the bounds were measured.
- **tests** — including the two that matter most, the follower proof against real chain-2800 headers