iroha icon indicating copy to clipboard operation
iroha copied to clipboard

Allow async execution of queries in client

Open DCNick3 opened this issue 1 year ago • 0 comments

We should a mechanism that would allow query-related HTTP requests to be send asynchronously. For example, one can extend QueryExecutor trait with QueryExecutorAsync trait and add an async version of QueryIterator.

This is needed for iroha blockchain explorer, which currently implements its own async-capable query builder.

Originally raised in https://github.com/hyperledger/iroha/pull/4833#issuecomment-2268342102.

DCNick3 avatar Aug 05 '24 09:08 DCNick3