add function access keys to additional contracts by using multiple key stores#887
Closed
petersalomonsen wants to merge 10 commits into
Closed
add function access keys to additional contracts by using multiple key stores#887petersalomonsen wants to merge 10 commits into
petersalomonsen wants to merge 10 commits into
Conversation
Contributor
|
Hi, this PR seems to be related to the |
14 tasks
if one transaction
This was referenced Aug 26, 2023
Collaborator
|
@petersalomonsen I think this PR is irrelevant at this point since NearSocial/VM#156, right? Should we close it? |
Contributor
Author
Yes let's close it. And to address the issue of providing the standard login flow for all wallet types we have this issue here: #1045 |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Experimenting and work in progress on what's discussed here: NEAR-DevHub/neardevhub-bos#137
Currently implementing a test case that demonstrates adding additional function access keys for another contract that the one that was originally signed in for. This is useful when logged into near.social and posting to other contracts like e.g. DevHub in order to avoid having to confirm with the wallet each time.
Here's a proof of concept demo video: https://www.youtube.com/watch?v=ocZKP2-Lxes
Thanks for taking the time to submit a pull request!
If you haven't already, be sure to take a look at the CONTRIBUTING documentation to get up to speed with the practices in this repository.
When you're ready, switch to the "Preview" tab to select an applicable template: