Skip to content

Commit

Permalink
Updated header, ERC number, file name.
Browse files Browse the repository at this point in the history
  • Loading branch information
wisecameron committed Dec 17, 2024
1 parent 3c57fd0 commit 5223c28
Showing 1 changed file with 13 additions and 11 deletions.
24 changes: 13 additions & 11 deletions ERCS/erc-xxxx.md → ERCS/erc-7844.md
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

View workflow job for this annotation

GitHub Actions / EIP Walidator

first line must be `---` exactly

error: first line must be `---` exactly --> ERCS/erc-7844.md | 1 | # ERC-7844: Consolidated Dynamic Storage in Solidity |

Check failure on line 1 in ERCS/erc-7844.md

View workflow job for this annotation

GitHub Actions / EIP Walidator

first line must be `---` exactly

error: first line must be `---` exactly --> ERCS/erc-7844.md | 1 | # ERC-7844: Consolidated Dynamic Storage in Solidity |

## 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

---

Expand Down

0 comments on commit 5223c28

Please sign in to comment.