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

Add random change to script transaction #90

Closed
digorithm opened this issue Feb 9, 2022 · 0 comments · Fixed by #92
Closed

Add random change to script transaction #90

digorithm opened this issue Feb 9, 2022 · 0 comments · Fixed by #92
Assignees
Labels
bug Something isn't working

Comments

@digorithm
Copy link
Member

digorithm commented Feb 9, 2022

Full context and discussion here: #89.

The overall idea is to enable contracts calls that may be view-only to be able to be called multiple times without causing tx id collision.

This will be a temporary workaround for the lack of explicit view-only ABI methods and different ways of calling different types of functions (.call(), .send(), etc, as you see in Solidity).

Later, we should explore other potential solutions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant