Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EIP-7713 stagnant ([email protected]) #9202

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion EIPS/eip-7713.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
description: A mechanism for EIP-712 messages to contain parameters of arbitrary type
author: Francisco Giordano (@frangio)
discussions-to: https://ethereum-magicians.org/t/eip-7713-box-types-for-eip-712-messages/20092
status: Draft
status: Stagnant
type: Standards Track
category: Interface
created: 2024-05-23
Expand All @@ -23,7 +23,7 @@

Special-purpose interfaces improve usability and security for the user, but rely on standardized message types such as Permits. This EIP concerns the ability to standardize messages that contain within them parameters of arbitrary type.

A recent example is found in [ERC-7683](./eip-7683.md), which defines a struct with the following member:

Check warning on line 26 in EIPS/eip-7713.md

View workflow job for this annotation

GitHub Actions / EIP Walidator

unable to read file `eip-7683.md`: Io

warning[markdown-link-status]: unable to read file `eip-7683.md`: Io --> EIPS/eip-7713.md | 26 | A recent example is found in [ERC-7683](./eip-7683.md), which defines a struct with the following member: | = help: see https://ethereum.github.io/eipw/markdown-link-status/

Check warning on line 26 in EIPS/eip-7713.md

View workflow job for this annotation

GitHub Actions / EIP Walidator

unable to read file `eip-7683.md`: Io

warning[markdown-refs]: unable to read file `eip-7683.md`: Io --> EIPS/eip-7713.md | 26 | A recent example is found in [ERC-7683](./eip-7683.md), which defines a struct with the following member: | = help: see https://ethereum.github.io/eipw/markdown-refs/

```solidity
/// @dev Arbitrary implementation-specific data
Expand Down
Loading