I am using release-v1 of Corda for building a CorDapp.
The CorDapp has four nodes - Controller node (provides network map service and validating notary service), "node A", "node B" and "node C". Following are the flows defined in the app -
Flow 1: "Node A" sends a trade request to "Node B". "Node C" is also notified.
Flow 2: "Node B" approves the trade request, self-signs it, gets signature from A and closes the trade. "Node C" is also notified.
I want to migrate the CorDapp to v3.0+.
I have couple of questions -
Can I get link to documentation of the migration steps?
Will the code used for the flows be affected on migration?