-
Notifications
You must be signed in to change notification settings - Fork 143
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a summary and update some metadata
- Loading branch information
Showing
1 changed file
with
3 additions
and
5 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,17 +1,15 @@ | ||
--- | ||
NEP: 0 | ||
NEP: 519 | ||
Title: Yield Execution | ||
Authors: Akhi Singhania <[email protected]> | ||
Status: Draft | ||
DiscussionsTo: https://github.com/nearprotocol/neps/pull/0000 | ||
DiscussionsTo: https://github.com/near/NEPs/pull/519 | ||
Type: Protocol | ||
Version: 0.0.0 | ||
Created: 2023-11-17 | ||
LastUpdated: 2023-11-17 | ||
--- | ||
|
||
[This is a NEP (NEAR Enhancement Proposal) template, as described in [NEP-0001](https://github.com/near/NEPs/blob/master/neps/nep-0001.md). Use this when creating a new NEP. The author should delete or replace all the comments or commented brackets when merging their NEP.] | ||
|
||
<!-- NEP Header Preamble | ||
Each NEP must begin with an RFC 822 style header preamble. The headers must appear in the following order: | ||
|
@@ -44,7 +42,7 @@ See example above --> | |
|
||
## Summary | ||
|
||
[Provide a short human-readable (~200 words) description of the proposal. A reader should get from this section a high-level understanding about the issue this NEP is addressing.] | ||
Today, when a smart contract is called by a user or another contract, it has no sensible way to delay responding to the caller. There exist use cases where contracts would benefit from being able to delay responding till some arbitrary time in the future. This proposal introduces such possibility into the NEAR protocol. | ||
|
||
## Motivation | ||
|
||
|