You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 6, 2021. It is now read-only.
I would like to run gas benchmarks against a cluster but I can't easily do that with oasis-client since the address of the service/output of the call is returned directly from the receipt. It would be useful to include additional fields in the return statement, such as gas used. If we want to keep this simple, we can add an optional field that will return the transaction hash, and the client can request the receipt themself.
I would like to run gas benchmarks against a cluster but I can't easily do that with oasis-client since the address of the service/output of the call is returned directly from the receipt. It would be useful to include additional fields in the return statement, such as gas used. If we want to keep this simple, we can add an optional field that will return the transaction hash, and the client can request the receipt themself.