-
Notifications
You must be signed in to change notification settings - Fork 525
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated header, ERC number, file name.
- Loading branch information
1 parent
3c57fd0
commit 5223c28
Showing
1 changed file
with
13 additions
and
11 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,17 @@ | ||
# ERC-X: Consolidated Dynamic Storage in Solidity | ||
# ERC-7844: Consolidated Dynamic Storage in Solidity | ||
Check failure on line 1 in ERCS/erc-7844.md GitHub Actions / EIP Walidatorfirst line must be `---` exactly
|
||
|
||
## title: Consolidated Dynamic Storage (CDS) | ||
**description:** Introduces storage upgradeability from the contract level -- controlled by | ||
function invocations -- by blending two key features: extendable structs, dynamic storage spaces | ||
composed of mapping-of-extendable-structs. | ||
**author:** Cameron Warnick [[email protected]](mailto:[email protected]), [github.com/wisecameron](https://github.com/wisecameron) | ||
**discussions-to:** https://ethereum-magicians.org/t/erc-7844-consolidated-dynamic-storage-cds/22217 | ||
**status:** Draft | ||
**type:** Standards Track | ||
**category:** ERC | ||
**created:** 2024-13-12 | ||
**requires:** None | ||
|
||
## Title: Consolidated Dynamic Storage | ||
|
||
**Author(s):** Cameron Warnick | ||
[[email protected]](mailto:[email protected]), [github.com/wisecameron](https://github.com/wisecameron) | ||
|
||
**Status:** Draft | ||
**Type:** Standards Track | ||
**Created:** 2024-13-12 | ||
**Requires:** None | ||
discussions-to: https://ethereum-magicians.org/t/erc-7844-consolidated-dynamic-storage-cds/22217 | ||
|
||
--- | ||
|
||
|