From 233696d2599e8ad5213a3f26ad1cdf2d8b740be9 Mon Sep 17 00:00:00 2001 From: Potuz Date: Tue, 6 Aug 2024 13:54:11 -0300 Subject: [PATCH] Update EIP-7732: Links to consensus repo Merged by EIP-Bot. --- EIPS/eip-7732.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/EIPS/eip-7732.md b/EIPS/eip-7732.md index 92a620896bf3b3..21f03422cec7c0 100644 --- a/EIPS/eip-7732.md +++ b/EIPS/eip-7732.md @@ -35,12 +35,12 @@ No changes are required. The full consensus changes can be found in the consensus-specs Github repository. They are split between: -- [Beacon Chain](https://github.com/ethereum/consensus-specs/blob/1508f51b80df5488a515bfedf486f98435200e02/specs/_features/eipxxxx/beacon-chain.md) changes. -- [Fork choice](https://github.com/ethereum/consensus-specs/blob/1508f51b80df5488a515bfedf486f98435200e02/specs/_features/eipxxxx/fork-choice.md) changes. -- [P2P](https://github.com/ethereum/consensus-specs/blob/1508f51b80df5488a515bfedf486f98435200e02/specs/_features/eipxxxx/p2p-interface.md) changes. -- [Honest validator guide](https://github.com/ethereum/consensus-specs/blob/1508f51b80df5488a515bfedf486f98435200e02/specs/_features/eipxxxx/validator.md) changes. -- A new [honest builder](https://github.com/ethereum/consensus-specs/blob/1508f51b80df5488a515bfedf486f98435200e02/specs/_features/eipxxxx/builder.md) guide. -- [Fork logic](https://github.com/ethereum/consensus-specs/blob/1508f51b80df5488a515bfedf486f98435200e02/specs/_features/eipxxxx/fork.md) changes. +- [Beacon Chain](https://github.com/ethereum/consensus-specs/blob/8f8ab03acf1656c54f3a81ef18878f853a1cc4c6/specs/_features/eip7732/beacon-chain.md) changes. +- [Fork choice](https://github.com/ethereum/consensus-specs/blob/8f8ab03acf1656c54f3a81ef18878f853a1cc4c6/specs/_features/eip7732/fork-choice.md) changes. +- [P2P](https://github.com/ethereum/consensus-specs/blob/8f8ab03acf1656c54f3a81ef18878f853a1cc4c6/specs/_features/eip7732/p2p-interface.md) changes. +- [Honest validator guide](https://github.com/ethereum/consensus-specs/blob/8f8ab03acf1656c54f3a81ef18878f853a1cc4c6/specs/_features/eip7732/validator.md) changes. +- A new [honest builder](https://github.com/ethereum/consensus-specs/blob/8f8ab03acf1656c54f3a81ef18878f853a1cc4c6/specs/_features/eip7732/builder.md) guide. +- [Fork logic](https://github.com/ethereum/consensus-specs/blob/8f8ab03acf1656c54f3a81ef18878f853a1cc4c6/specs/_features/eip7732/fork.md) changes. A summary of the main changes is included below, the [Rationale](#rationale) section contains explanation for most of the design decisions around these changes.