From f0442edb9ef443aaee76e8513d6ff18e6daeea0e Mon Sep 17 00:00:00 2001 From: James Hancock Date: Thu, 3 Sep 2020 16:32:21 -0700 Subject: [PATCH] Updated EIP-778 and EIP-868 to Last Call as it has already been implemented in the Clients (#2512) * Updated to Last Call as it has already been implemented in the Client * Update EIP-868 to Last Call * Update last call deadline to be 14 days from today Co-authored-by: Alex Beregszaszi --- EIPS/eip-778.md | 3 ++- EIPS/eip-868.md | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/EIPS/eip-778.md b/EIPS/eip-778.md index 3a09d7d308ff90..6b3bfe3f769eb9 100644 --- a/EIPS/eip-778.md +++ b/EIPS/eip-778.md @@ -4,7 +4,8 @@ title: Ethereum Node Records (ENR) author: Felix Lange type: Standards Track category: Networking -status: Draft +status: Last Call +review-period-end: 2020-09-18 created: 2017-11-23 discussions-to: https://github.com/ethereum/devp2p/issues/43 --- diff --git a/EIPS/eip-868.md b/EIPS/eip-868.md index 4f4a44197483dc..9f71c55c7a9077 100644 --- a/EIPS/eip-868.md +++ b/EIPS/eip-868.md @@ -4,7 +4,8 @@ title: Node Discovery v4 ENR Extension author: Felix Lange type: Standards Track category: Networking -status: Draft +status: Last Call +review-period-end: 2020-09-18 created: 2018-02-02 requires: 8, 778 discussions-to: https://github.com/ethereum/devp2p/issues/44