-
Notifications
You must be signed in to change notification settings - Fork 624
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
tracking issue for meta transactions #8075
Comments
@firatNEAR I created this issue and intend to use it to track work that is needed until we can stabilize meta transactions on a protocol level. We create a tracking issues for work on nearcore to display progress publicly. This usually starts small like now and then we just keep updating the issue as more details come in. So in theory, you should be able to check this issue and always know the current progress on meta-tx in an instant. I know this is only a fraction of the work needed to make meta transactions useful. If you think it would make sense to track remaining integration work in this same issue, please feel free to update the description anytime and add more tasks. Also, if necessary, we could sync the issue to Jira but I like to keep the source of truth in a public document. |
@jakmeier seems like, there should be one additional task about upgrading |
That's definitely a task to be done, but since it's outside nearcore and not done by the protocol team, I am undecided if we should track it here or not. @firatNEAR what do you think? |
I think we should track the issues around tooling for meta transactions in their respective repositories to avoid confusion. |
Following a discussion with @bowenwang1996 about who will work on what, I will start working on all the remaining issues to stabilize meta transactions listed here. Except for the RPC adapter, which shouldn't block stabilization for nearcore. |
Random notes about meta transactions that were not obvious to me but became clear while working with them more closely:
|
Tracking issue: near#8075
* feat: stabilize meta transactions NEP-366 Tracking issue: #8075 NEP: https://github.com/near/NEPs/blob/master/neps/nep-0366.md * update snapshots
Meta transactions are now ready to be included in a testnet release candidate. I finished all open work items from my side. In this code base, only the Rosetta RPC is left as a TODO, which the integration team will take care of. |
Meta Transactions
near-primitives
version with delegate actions to crates.ioProtocol team input required
The text was updated successfully, but these errors were encountered: