forked from ethereum/ERCs
-
Notifications
You must be signed in to change notification settings - Fork 0
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
AA-427: Remove all mentions of 'aggregation' possible #8
Closed
forshtat
wants to merge
33
commits into
erc4337-fix-penalized-gas-description
from
AA-427-extract-aggregation-remove
Closed
Changes from all commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
82b1fda
Add ERC: Ownership Delegation and Context for ERC-721
ducthotran2010 e3f5bbe
Fix incorrect comment copied from previous function (#429)
T1MOH593 49d81df
Update erc-7588.md (#597)
SamWilsn 6e37a79
Website: Move ERC-7007 to Last Call
socathie e84ee2b
Add ERC: Common Quote Oracle
alcueca 6e77de4
Update ERC-7677: Move to Last Call
lukasrosario 9d46ca6
CI: Update stale.yml
SamWilsn bdee25c
AA-427: Remove all mentions of 'aggregation' possible
forshtat 4a5445f
Update ERC-7579: fix typo
kopy-kat fe7dce5
Update ERC-7432: Update Specification
ernanirst 18a8146
Add ERC: ERC-1155 Multi-Asset extension
haruu8 3758136
Add ERC: Minimal Upgradeable Proxies
Vectorized 5cb2679
Add ERC: Puppet Proxy Contract
CodeSandwich 22ace52
Add ERC: Transfer With Authorization
dongri 4c9859f
Update ERC-3770: Fix broken links and formatting (#531)
Rjected fb96eca
Update ERC-7585: fix typo
fulldecent a0e9b17
Update ERC-7677: postopgas callout
lukasrosario 972c598
Update ERC-7588: Move to Final
gavfu 7da20a3
Update ERC-7432: Move to Last Call
ernanirst 1aaec25
Add ERC: Code Index
peersky 0fe4e1c
Add ERC: Composable Security Middleware Hooks
peersky ab5518b
Update ERC-7627: Move to Review
chenly 95258c8
Update ERC-7656: Move to Review
sullof 920a068
Update ERC-7628: Move to Review
chenly 2b8a2fa
Update ERC-7677: Move to Review
lukasrosario 991debb
Update ERC-7656: Fix wording, using service instead of account, when …
sullof 8082e27
Remove polyfill. (#620)
SamWilsn 8fc969f
Update ERCS/erc-4337.md
forshtat 53c8869
Update ERCS/erc-4337.md
forshtat 7fdb2c6
Update ERCS/erc-4337.md
forshtat 78573a9
Remove mention of JSON-RPC API error codes from core ERC-4337 document
forshtat 1ff6e56
Update ERC-4337: Unused gas penalty only callGasLimit` and `paymaster…
forshtat cef60c5
Merge branch 'master' into AA-427-extract-aggregation-remove
forshtat File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,8 +12,8 @@ | |
|
||
## Abstract | ||
|
||
[ERC-3770](./eip-3770.md) introduces a new address standard to be adapted by wallets and dApps to display chain-specific addresses by using a human-reacable prefix. | ||
[ERC-3770](./eip-3770.md) introduces a new address standard to be adapted by wallets and dApps to display chain-specific addresses by using a human-readable prefix. | ||
|
||
## Motivation | ||
|
||
The need for this proposal emerges from the increasing adoption of non-Ethereum Mainnet chains that use the Ethereum Virtual Machine (EVM). In this context, addresses become ambiguous, as the same address may refer to an EOA on chain X or a smart contract on chain Y. This will eventually lead to Ethereum users losing funds due to human error. For example, users sending funds to a smart contract wallet address which was not deployed on a particular chain. | ||
|
@@ -36,13 +36,8 @@ | |
|
||
### Semantics | ||
|
||
``` | ||
|
||
`shortName` is mandatory and MUST be a valid chain short name from https://github.com/ethereum-lists/chains | ||
|
||
`address` is mandatory and MUST be a [ERC-55](./eip-55.md) compatible hexadecimal address | ||
|
||
``` | ||
* `shortName` is mandatory and MUST be a valid chain short name from https://github.com/ethereum-lists/chains | ||
Check failure on line 39 in ERCS/erc-3770.md GitHub Actions / EIP Walidatornon-relative link or image
|
||
* `address` is mandatory and MUST be a [ERC-55](./eip-55.md) compatible hexadecimal address | ||
|
||
### Examples | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TODO add actual link