web3c.js icon indicating copy to clipboard operation
web3c.js copied to clipboard

Support sendBatch calls in web3c

Open willscott opened this issue 5 years ago • 1 comments

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 avatar Oct 21 '18 22:10 willscott