Skip to content

write and read operations sequentially in one round #273

Description

@ZhaoYP-2001

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?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions