-
Notifications
You must be signed in to change notification settings - Fork 137
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
31 changed files
with
2,601 additions
and
198 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
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 |
---|---|---|
|
@@ -2,8 +2,8 @@ | |
NEP: 21 | ||
Title: Fungible Token Standard | ||
Author: Evgeny Kuzyakov <[email protected]> | ||
DiscussionsTo: https://github.com/near/NEPs/pull/21 | ||
Status: Final | ||
DiscussionsTo: https://github.com/near/NEPs/pull/21 | ||
Type: Standards Track | ||
Category: Contract | ||
Created: 29-Oct-2019 | ||
|
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 |
---|---|---|
|
@@ -2,8 +2,8 @@ | |
NEP: 141 | ||
Title: Fungible Token Standard | ||
Author: Evgeny Kuzyakov <[email protected]>, Robert Zaremba <@robert-zaremba>, @oysterpack | ||
DiscussionsTo: https://github.com/near/NEPs/issues/141 | ||
Status: Final | ||
DiscussionsTo: https://github.com/near/NEPs/issues/141 | ||
Type: Standards Track | ||
Category: Contract | ||
Created: 03-Mar-2022 | ||
|
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 |
---|---|---|
|
@@ -2,8 +2,8 @@ | |
NEP: 145 | ||
Title: Storage Management | ||
Author: Evgeny Kuzyakov <[email protected]>, @oysterpack | ||
DiscussionsTo: https://github.com/near/NEPs/discussions/145 | ||
Status: Final | ||
DiscussionsTo: https://github.com/near/NEPs/discussions/145 | ||
Type: Standards Track | ||
Category: Contract | ||
Created: 03-Mar-2022 | ||
|
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 |
---|---|---|
|
@@ -2,8 +2,8 @@ | |
NEP: 148 | ||
Title: Fungible Token Metadata | ||
Author: Robert Zaremba <robert-zaremba>, Evgeny Kuzyakov <[email protected]>, @oysterpack | ||
DiscussionsTo: https://github.com/near/NEPs/discussions/148 | ||
Status: Final | ||
DiscussionsTo: https://github.com/near/NEPs/discussions/148 | ||
Type: Standards Track | ||
Category: Contract | ||
Created: 03-Mar-2022 | ||
|
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 |
---|---|---|
|
@@ -2,8 +2,8 @@ | |
NEP: 171 | ||
Title: Non Fungible Token Standard | ||
Author: Mike Purvis <[email protected]>, Evgeny Kuzyakov <[email protected]>, @oysterpack | ||
DiscussionsTo: https://github.com/near/NEPs/discussions/171 | ||
Status: Final | ||
DiscussionsTo: https://github.com/near/NEPs/discussions/171 | ||
Type: Standards Track | ||
Category: Contract | ||
Version: 1.2.0 | ||
|
@@ -391,7 +391,7 @@ Note that the example events above cover two different kinds of events: | |
2. An event that has a relevant trigger function [NFT Core Standard](https://nomicon.io/Standards/NonFungibleToken/Core.html#nft-interface) (`nft_transfer`) | ||
|
||
This event standard also applies beyond the events highlighted here, where future events follow the same convention of as the second type. For instance, if an NFT contract uses the [approval management standard](https://nomicon.io/Standards/NonFungibleToken/ApprovalManagement.html), it may emit an event for `nft_approve` if that's deemed as important by the developer community. | ||
|
||
Please feel free to open pull requests for extending the events standard detailed here as needs arise. | ||
|
||
|
||
|
@@ -441,7 +441,7 @@ The extension NEP-0469 that added Token Metadata Update Event Kind to this NEP-0 | |
#### Concerns | ||
|
||
| # | Concern | Resolution | Status | | ||
| - | - | - | - | | ||
| - | - | - | - | | ||
| 1 | Ecosystem will be split where legacy contracts won't emit these new events, so legacy support will still be needed | In the future, there will be fewer legacy contracts and eventually apps will have support for this type of event | Resolved | | ||
| 2 | `nft_update` event name is ambiguous | It was decided to use `nft_metadata_update` name, instead | Resolved | | ||
|
||
|
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 |
---|---|---|
|
@@ -2,8 +2,8 @@ | |
NEP: 177 | ||
Title: Non Fungible Token Metadata | ||
Author: Chad Ostrowski <@chadoh>, Mike Purvis <[email protected]> | ||
DiscussionsTo: https://github.com/near/NEPs/discussions/177 | ||
Status: Final | ||
DiscussionsTo: https://github.com/near/NEPs/discussions/177 | ||
Type: Standards Track | ||
Category: Contract | ||
Created: 03-Mar-2022 | ||
|
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
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.