-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
--- | ||
eip: XXXX | ||
eip: 7749 | ||
title: Add wallet_signIntendedValidatorData method | ||
description: A new RPC method to sign data with an intended validator address according to ERC-191 version 0x00. | ||
author: Yamen Merhi (@YamenMerhi) | ||
discussions-to: TBD | ||
author: Yamen Merhi (@YamenMerhi) Patronum Labs (@Patronum-Labs) | ||
Check failure on line 5 in EIPS/eip-7749.md GitHub Actions / EIP Walidatorauthors in the preamble must match the expected format
Check failure on line 5 in EIPS/eip-7749.md GitHub Actions / EIP Walidatorpreamble header `author` must contain at least one GitHub username
Check failure on line 5 in EIPS/eip-7749.md GitHub Actions / EIP Walidatorauthors in the preamble must match the expected format
Check failure on line 5 in EIPS/eip-7749.md GitHub Actions / EIP Walidatorpreamble header `author` must contain at least one GitHub username
Check failure on line 5 in EIPS/eip-7749.md GitHub Actions / EIP Walidatorauthors in the preamble must match the expected format
Check failure on line 5 in EIPS/eip-7749.md GitHub Actions / EIP Walidatorpreamble header `author` must contain at least one GitHub username
|
||
discussions-to: https://ethereum-magicians.org/t/eip-7749-add-wallet-signintendedvalidatordata-method/20693/1 | ||
Check failure on line 6 in EIPS/eip-7749.md GitHub Actions / EIP Walidatorpreamble header `discussions-to` should point to a thread on ethereum-magicians.org
Check failure on line 6 in EIPS/eip-7749.md GitHub Actions / EIP Walidatorpreamble header `discussions-to` should point to a thread on ethereum-magicians.org
Check failure on line 6 in EIPS/eip-7749.md GitHub Actions / EIP Walidatorpreamble header `discussions-to` should point to a thread on ethereum-magicians.org
|
||
status: Draft | ||
type: Standards Track | ||
category: Interface | ||
created: 2024-06-21 | ||
requires: 191 - 712 | ||
requires: 191, 712 | ||
--- | ||
|
||
## Abstract | ||
|