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

Support sendBatch calls in web3c #52

Open
1 task
willscott opened this issue Oct 21, 2018 · 1 comment
Open
1 task

Support sendBatch calls in web3c #52

willscott opened this issue Oct 21, 2018 · 1 comment

Comments

@willscott
Copy link
Contributor

Currently, the provider only intercepts individual calls, and not call batches. It's unclear if the eth.Contract interface will trigger batches of calls, but the underlying pub key and confdiential calls are still worth hooking in the provider if they get mixed into a batch use case.

  • Develop test case exercising batch functionality
@willscott
Copy link
Contributor Author

The semantics of sendBatch is the clients saying "i want these operations to happen in this order". if they are sent as independent web3 calls, there's a potential for re-ordering, or that an operation will get canceled while later ones still occur.

it's still possible that only some initial subset of the batch actually execute.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant