This question was discussed for Canton 2.x and the Canton 2.x docs mention confirmation policies, but…
In the Global Synchronizer, if a party’s participant node is down, does that block the creation of a contract which lists that party as an observer
?
template Data with
publisher : Party
subscriber : Party
where
signatory publisher
observer subscriber
choice Data_Acknowledge : ()
controller subscriber
do pure ()