I have a question regarding the Daml version above 2.0.0:
I have in hands a daml project that consists in a system of 2 participants and 1 domain, and I would like to make performance tests based on time. I noticed that when a contract is created with participant1 in which participant2 is observer, the contract creation date is the same in both participants. However, participant1 creates the contract at a certain time, the information reaches the domain, and only then participant2 has access to the contract. I wonder if there is any way to know the time of arrival of the contract to the domain, and the time when participant2 notices that a contract was created? Is it possible to create a timestamp in sourcecode?