diff --git a/README.md b/README.md index 5846396..52d6c77 100644 --- a/README.md +++ b/README.md @@ -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