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
When using hyperledger caliper, I want to submit a transaction to write something in the world state and then read it later.
A basic solution is that I use two rounds, the first for writing and the second for reading.
However, I want to read it immediately after a successful write, which means I need to do the write and read operations sequentially in one round.
How can I achieve this?
The text was updated successfully, but these errors were encountered:
As an aside, this issue would be better asked on the caliper discord channel or if absolutely necessary on the caliper github repo rather than the samples benchmark repo.
When using hyperledger caliper, I want to submit a transaction to write something in the world state and then read it later.
A basic solution is that I use two rounds, the first for writing and the second for reading.
However, I want to read it immediately after a successful write, which means I need to do the write and read operations sequentially in one round.
How can I achieve this?
The text was updated successfully, but these errors were encountered: