Hi,
As the subject of this topic anticipates, I have one doubt about what we have to deliver.
One of the bullets in the "Requirements" section of the assignment's text says:
- "provide a list of operations (contracts deployment, transactions sent, etc...), temporally ordered, enabling to run a meaningful simulation of the system."
Are there (Can someone give me) some guidelines about how to format this list? For example, at this moment I am writing an enumerated list like the following:
- Deploy the contract abc.sol passing to the contract i, j and k. The meaning of these parameters is ...
- call foo, giving it as parameters 1, 2 and 3. Remember that the property xyz about the parameters has to hold when invoking foo.
- repeat step 2 as many times as you want.
etc. etc.
Is it ok?