From ebd2798e58a2398b6b6ba7f8ffd48e7fc2518e72 Mon Sep 17 00:00:00 2001 From: Alex Beregszaszi Date: Wed, 26 Jan 2022 19:21:07 +0100 Subject: [PATCH] Revert "Add an optional Reference section. (#4724)" (#4725) This reverts commit 518fe4f3cdb4ffa7114298dc7193a360952c6ac3. --- eip-template.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/eip-template.md b/eip-template.md index 405b6835107553..1cfcce764d65a5 100644 --- a/eip-template.md +++ b/eip-template.md @@ -43,12 +43,5 @@ An optional section that contains a reference/example implementation that people ## Security Considerations All EIPs must contain a section that discusses the security implications/considerations relevant to the proposed change. Include information that might be important for security discussions, surfaces risks and can be used throughout the life cycle of the proposal. E.g. include security-relevant design decisions, concerns, important discussions, implementation-specific guidance and pitfalls, an outline of threats and risks and how they are being addressed. EIP submissions missing the "Security Considerations" section will be rejected. An EIP cannot proceed to status "Final" without a Security Considerations discussion deemed sufficient by the reviewers. -## References -An optional section that contains references to documents other than Ethereum Improvement Proposals. Normative references should be to other published specifications, such as IEEE and ISO documents. Non-normative references should be rare, minimal, and used only when needed to provide adequate context for review. References should include internet links when available. Choose stable, official links to the extent possible. - -References should be formatted according to the style requested for our own documents. For example, - -> Martin Becze, Hudson Jameson, et al., "EIP-1: EIP Purpose and Guidelines," Ethereum Improvement Proposals, no. 1, October 2015. [Online serial]. Available: https://eips.ethereum.org/EIPS/eip-1. - ## Copyright Copyright and related rights waived via [CC0](https://creativecommons.org/publicdomain/zero/1.0/).