I've adjusted the behaviour of acquire' so that it respecst Until (i.e. I can't acquire something that has already expired).
This breaks the test in Test/Lifecycle.daml:297. Need to think about whether we should change that test to make it pass, and whether it's semantically correct.
Note @matteolimberto-da I removed your FRN Until test; it overlaps with the knockout option tests.
This attemps to resolve #49
I've adjusted the behaviour of
acquire'
so that it respecstUntil
(i.e. I can't acquire something that has already expired).This breaks the test in
Test/Lifecycle.daml:297
. Need to think about whether we should change that test to make it pass, and whether it's semantically correct.Note @matteolimberto-da I removed your FRN
Until
test; it overlaps with the knockout option tests.