You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Proposal of Flat Storage to improve state storage reads, which aims to
make state storage more stable and make fees more predictable, and
sketch the plan for future improvements.
---------
Co-authored-by: Damián Parrino <[email protected]>
Co-authored-by: Marcelo Fornet <[email protected]>
Co-authored-by: Aleksandr Logunov <[email protected]>
Co-authored-by: Akhilesh Singhania <[email protected]>
Copy file name to clipboardexpand all lines: README.md
+17-16
Original file line number
Diff line number
Diff line change
@@ -10,22 +10,23 @@ Changes to the protocol specification and standards are called NEAR Enhancement
10
10
11
11
## NEPs
12
12
13
-
|NEP # | Title | Author | Status |
14
-
|---|---|---|---|
15
-
|[0001](https://github.com/near/NEPs/blob/master/neps/nep-0001.md)| NEP Purpose and Guidelines |@jlogelin| Living |
16
-
|[0021](https://github.com/near/NEPs/blob/master/neps/nep-0021.md)| Fungible Token Standard (Deprecated) |@evgenykuzyakov| Final |
17
-
|[0141](https://github.com/near/NEPs/blob/master/neps/nep-0141.md)| Fungible Token Standard |@evgenykuzyakov@oysterpack| Final |
18
-
|[0145](https://github.com/near/NEPs/blob/master/neps/nep-0145.md)| Storage Management |@evgenykuzyakov| Final |
19
-
|[0148](https://github.com/near/NEPs/blob/master/neps/nep-0148.md)| Fungible Token Metadata |@robert-zaremba@evgenykuzyakov@oysterpack| Final |
20
-
|[0171](https://github.com/near/NEPs/blob/master/neps/nep-0171.md)| Non Fungible Token Standard |@mikedotexe@evgenykuzyakov@oysterpack| Final |
21
-
|[0177](https://github.com/near/NEPs/blob/master/neps/nep-0177.md)| Non Fungible Token Metadata |@chadoh@mikedotexe| Final |
22
-
|[0178](https://github.com/near/NEPs/blob/master/neps/nep-0178.md)| Non Fungible Token Approval Management |@chadoh@thor314| Final |
23
-
|[0181](https://github.com/near/NEPs/blob/master/neps/nep-0181.md)| Non Fungible Token Enumeration |@chadoh@thor314| Final |
24
-
|[0199](https://github.com/near/NEPs/blob/master/neps/nep-0199.md)| Non Fungible Token Royalties and Payouts |@thor314@mattlockyer| Final |
25
-
|[0245](https://github.com/near/NEPs/blob/master/neps/nep-0245.md)| Multi Token Standard |@zcstarr@riqi@jriemann@marcos.sun | Review |
26
-
|[0297](https://github.com/near/NEPs/blob/master/neps/nep-0297.md)| Events Standard |@telezhnaya| Final |
|[0001](https://github.com/near/NEPs/blob/master/neps/nep-0001.md)| NEP Purpose and Guidelines |@jlogelin| Living |
16
+
|[0021](https://github.com/near/NEPs/blob/master/neps/nep-0021.md)| Fungible Token Standard (Deprecated) |@evgenykuzyakov| Final |
17
+
|[0141](https://github.com/near/NEPs/blob/master/neps/nep-0141.md)| Fungible Token Standard |@evgenykuzyakov@oysterpack| Final |
18
+
|[0145](https://github.com/near/NEPs/blob/master/neps/nep-0145.md)| Storage Management |@evgenykuzyakov| Final |
19
+
|[0148](https://github.com/near/NEPs/blob/master/neps/nep-0148.md)| Fungible Token Metadata |@robert-zaremba@evgenykuzyakov@oysterpack| Final |
20
+
|[0171](https://github.com/near/NEPs/blob/master/neps/nep-0171.md)| Non Fungible Token Standard |@mikedotexe@evgenykuzyakov@oysterpack| Final |
21
+
|[0177](https://github.com/near/NEPs/blob/master/neps/nep-0177.md)| Non Fungible Token Metadata |@chadoh@mikedotexe| Final |
22
+
|[0178](https://github.com/near/NEPs/blob/master/neps/nep-0178.md)| Non Fungible Token Approval Management |@chadoh@thor314| Final |
23
+
|[0181](https://github.com/near/NEPs/blob/master/neps/nep-0181.md)| Non Fungible Token Enumeration |@chadoh@thor314| Final |
24
+
|[0199](https://github.com/near/NEPs/blob/master/neps/nep-0199.md)| Non Fungible Token Royalties and Payouts |@thor314@mattlockyer| Final |
25
+
|[0245](https://github.com/near/NEPs/blob/master/neps/nep-0245.md)| Multi Token Standard |@zcstarr@riqi@jriemann@marcos.sun | Review |
26
+
|[0297](https://github.com/near/NEPs/blob/master/neps/nep-0297.md)| Events Standard |@telezhnaya| Final |
0 commit comments