daml/daml-assistant/daml-helper
Robin Krom ca163d708e
language: feature: initial implementation of a 'migrate' command (#1707)
* language: feature: initial implementation of a 'migrate' command

We add a 'migrate' command to daml assistant that generates a project
that allows to migrate contract instances from package1 to package2.
This first version reads both package1 and package2 from source. As a
next step we read only the dalfs from package1, because it might have
been created with a different compiler.
2019-06-17 16:40:08 +02:00
..
src language: feature: initial implementation of a 'migrate' command (#1707) 2019-06-17 16:40:08 +02:00
BUILD.bazel Add --open-browser flag to daml start (#1176) 2019-05-16 10:28:49 +02:00