Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[NEP-582]: Wallet Method - Sign and Return Signature #582

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

gagdiez
Copy link
Contributor

@gagdiez gagdiez commented Dec 18, 2024

We propose a new standardized method for wallets that allows to request a signature and immediately returns the signed transaction.

Such a method will allow applications to take full control of the transaction life-cycle, which apps can profit from to enable better UX and UI by not blocking the user while the transaction is being executed on-chain. Instead, apps can act optimistically, and allow the user to continue the app journey, rolling it back only if the transaction failed.

Read the NEP: https://github.com/near/NEPs/pull/582/files

NEP Status (Updated by NEP Moderators)

Status: WG to assign 2 SMEs

This NEP proposes to add a new standardized wallet method that allows to request
a signature from the user and immediately returns the signed transaction.

Such a method will allow applications to take full control of the transaction
life-cycle, which apps can profit from to enable better UX and UI by not
blocking the user while the transaction is being executed on-chain. Instead,
apps can act optimistically, and allow the user to continue the app journey,
rolling it back only if the transaction failed.
@gagdiez gagdiez requested a review from a team as a code owner December 18, 2024 13:36
@gagdiez gagdiez changed the title Wallet NEP: Sign and Return Signature [NEP-582]: Wallet's Sign and Return Signature Dec 18, 2024
@gagdiez gagdiez changed the title [NEP-582]: Wallet's Sign and Return Signature [NEP-582]: Wallet Method - Sign and Return Signature Dec 18, 2024
@flmel flmel added S-draft/needs-author-revision A NEP in the DRAFT stage that needs an author revision. A-NEP A NEAR Enhancement Proposal (NEP). labels Dec 18, 2024
@flmel
Copy link
Member

flmel commented Dec 18, 2024

Hi @gagdiez – thank you for starting this proposal. As the moderator, I labeled this PR as "Needs author revision" because we assume you are still working on it since you submitted it in "Draft" mode.
Please ping the @near/nep-moderators once you are ready for us to review it

@gagdiez
Copy link
Contributor Author

gagdiez commented Dec 19, 2024

@flmel @near/nep-moderators

This NEP is ready to be reviewed

@flmel flmel added WG-wallet-standards Wallet Standards Work Group should be accountable S-review/needs-wg-to-assign-sme A NEP that needs working group to assign two SMEs. and removed S-draft/needs-author-revision A NEP in the DRAFT stage that needs an author revision. labels Dec 19, 2024
@flmel
Copy link
Member

flmel commented Dec 19, 2024

As a moderator, I reviewed this NEP and it meets the proposed template guidelines. I am moving this NEP to the REVIEW stage and would like to ask the @near/wg-wallet-standards working group members to assign 2 Technical Reviewers to complete a technical review

@PiVortex PiVortex mentioned this pull request Dec 23, 2024
9 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-NEP A NEAR Enhancement Proposal (NEP). S-review/needs-wg-to-assign-sme A NEP that needs working group to assign two SMEs. WG-wallet-standards Wallet Standards Work Group should be accountable
Projects
Status: In Progress 🏗️
Status: REVIEW
Development

Successfully merging this pull request may close these issues.

2 participants