Skip to content

Commit

Permalink
Update erc-7849.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SamWilsn authored Jan 3, 2025
1 parent 5b28847 commit 561b9a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ERCS/erc-7849.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ created: 2025-01-01

## Abstract

EIP-7849 introduces a new fungible token standard focused on security, efficiency, and interoperability. It extends traditional [ERC-20](./erc-20.md) functionality with built-in gas rebates, secure signature validation using [EIP-712](https://github.com/ethereum/EIPs/blob/master/EIPS/eip-712.md), and optimized transfer mechanisms. The standard includes protections against common attack vectors while maintaining full compatibility with existing token interfaces.
EIP-7849 introduces a new fungible token standard focused on security, efficiency, and interoperability. It extends traditional [ERC-20](./eip-20.md) functionality with built-in gas rebates, secure signature validation using [EIP-712](https://github.com/ethereum/EIPs/blob/master/EIPS/eip-712.md), and optimized transfer mechanisms. The standard includes protections against common attack vectors while maintaining full compatibility with existing token interfaces.

Check failure on line 15 in ERCS/erc-7849.md

View workflow job for this annotation

GitHub Actions / EIP Walidator

the first match of the given pattern must be a link

error[markdown-link-first]: the first match of the given pattern must be a link --> ERCS/erc-7849.md | 15 | EIP-7849 introduces a new fungible token standard focused on security, efficiency, and interoperability. It extends traditional [ERC... | = info: the pattern in question: `(?i)(?:eip|erc)-([0-9])+` = help: see https://ethereum.github.io/eipw/markdown-link-first/

Check failure on line 15 in ERCS/erc-7849.md

View workflow job for this annotation

GitHub Actions / EIP Walidator

non-relative link or image

error[markdown-rel-links]: non-relative link or image --> ERCS/erc-7849.md | 15 | EIP-7849 introduces a new fungible token standard focused on security, efficiency, and interoperability. It extends traditional [ERC... | = help: see https://ethereum.github.io/eipw/markdown-rel-links/

## Motivation

Expand Down Expand Up @@ -134,7 +134,7 @@ The design choices in EIP-7849 prioritize:

## Backwards Compatibility

EIP-7849 maintains full backwards compatibility with [ERC-20](./erc-20.md) while adding enhanced functionality.
EIP-7849 maintains full backwards compatibility with [ERC-20](./eip-20.md) while adding enhanced functionality.

Check failure on line 137 in ERCS/erc-7849.md

View workflow job for this annotation

GitHub Actions / EIP Walidator

the first match of the given pattern must be a link

error[markdown-link-first]: the first match of the given pattern must be a link --> ERCS/erc-7849.md | 137 | EIP-7849 maintains full backwards compatibility with [ERC-20](./eip-20.md) while adding enhanced functionality. | = info: the pattern in question: `(?i)(?:eip|erc)-([0-9])+`

## Security Considerations

Expand Down

0 comments on commit 561b9a3

Please sign in to comment.