Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Easier multi-participant synchronization in Daml Script #10618

Open
cocreature opened this issue Aug 19, 2021 · 1 comment
Open

Easier multi-participant synchronization in Daml Script #10618

cocreature opened this issue Aug 19, 2021 · 1 comment

Comments

@cocreature
Copy link
Contributor

Currently it’s non-trivial to synchronize between participants in a Daml Script, see https://discuss.daml.com/t/init-script-on-a-canton-setup/3009/6 for example. If you don’t create a contract or archive it (e.g. a nonconsuming choice) it becomes close to impossible to synchronize (you can’t poll for the change).

We should try to make that a bit easier. I think to make this work somewhat reliably we need to provide transaction ids and allow polling for those.

@wallacekelly-da
Copy link
Contributor

I also just ran up against this, as described here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants