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

Async livenet #482

Open
zie1ony opened this issue Jun 11, 2024 · 0 comments
Open

Async livenet #482

zie1ony opened this issue Jun 11, 2024 · 0 comments

Comments

@zie1ony
Copy link
Contributor

zie1ony commented Jun 11, 2024

We would like to speed up the livenet executions. This means two main cases:

  • concurrent deploys - this could be done via hidden threading
  • concurrent getters
async! { env,
    let approved = self.name_token.get_approved(token_id, token_hash);
    let owner = self.name_token.owner_of(token_id, token_hash);
};
@github-project-automation github-project-automation bot moved this to 🆕 Discuss in ⚔️Tavern 🐉 Jun 11, 2024
@zie1ony zie1ony changed the title Concurrent livenet Async livenet Jun 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 🆕 Discuss
Development

No branches or pull requests

1 participant