Skip to content

Commit

Permalink
update eip number, filename and discussions-to link
Browse files Browse the repository at this point in the history
  • Loading branch information
colinlyguo committed Dec 27, 2024
1 parent 99cc1bc commit 314ed2b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions EIPS/eip-xxxx.md → EIPS/eip-7851.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
---
title: Private key deactivation and reactivation
description: Introduce a new precompiled contract to enable Externally Owned Accounts (EOAs) to deactivate and reactivate their private keys.
eip: 7851
title: Private key deactivation and reactivation of EOAs with delegated code

Check failure on line 3 in EIPS/eip-7851.md

View workflow job for this annotation

GitHub Actions / EIP Walidator

preamble header `title` value is too long (max 44)

error[preamble-len-title]: preamble header `title` value is too long (max 44) --> EIPS/eip-7851.md:3:7 | 3 | title: Private key deactivation and reactivation of EOAs with delegated code | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ too long | = help: see https://ethereum.github.io/eipw/preamble-len-title/

Check failure on line 3 in EIPS/eip-7851.md

View workflow job for this annotation

GitHub Actions / EIP Walidator

preamble header `title` value is too long (max 44)

error[preamble-len-title]: preamble header `title` value is too long (max 44) --> EIPS/eip-7851.md:3:7 | 3 | title: Private key deactivation and reactivation of EOAs with delegated code | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ too long | = help: see https://ethereum.github.io/eipw/preamble-len-title/
description: Introduce a new precompiled contract that enables Externally Owned Accounts (EOAs) with delegated code to deactivate and reactivate their private keys.

Check failure on line 4 in EIPS/eip-7851.md

View workflow job for this annotation

GitHub Actions / EIP Walidator

preamble header `description` value is too long (max 140)

error[preamble-len-description]: preamble header `description` value is too long (max 140) --> EIPS/eip-7851.md:4:13 | 4 | ...on: Introduce a new precompiled contract that enables Externally Owned Accounts (EOAs) with delegated code to deactivate and reactivate their private keys. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ too long | = help: see https://ethereum.github.io/eipw/preamble-len-description/

Check failure on line 4 in EIPS/eip-7851.md

View workflow job for this annotation

GitHub Actions / EIP Walidator

preamble header `description` value is too long (max 140)

error[preamble-len-description]: preamble header `description` value is too long (max 140) --> EIPS/eip-7851.md:4:13 | 4 | ...on: Introduce a new precompiled contract that enables Externally Owned Accounts (EOAs) with delegated code to deactivate and reactivate their private keys. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ too long | = help: see https://ethereum.github.io/eipw/preamble-len-description/
author: Liyi Guo (@colinlyguo)
discussions-to: <URL>
discussions-to: https://ethereum-magicians.org/t/eip-7851-private-key-deactivation-and-reactivation-of-eoas-with-delegated-code/22344
status: Draft
type: Standards Track
category: Core
Expand Down

0 comments on commit 314ed2b

Please sign in to comment.