daml
daml copied to clipboard
The Daml smart contract language
FromInterface now performs upgrades automatically, this means that it traverses the entire contract value when called. (It actually traverses twice, as it reuses importValue to do the transformation, which means...
Python/py2wasm WebAssembly Integration PoC This is sadly a failed experiment! - `py2wasm` has no current ability for an engineer to say which functions should be imported or exported - to...
Currently there is no good way to test BindingMismatch errors in upgrades, because LF turns lambdas into their own top-level definitions, which are not expanded by the expression equality checker....
Before this change, external contributors could only fix open issues. Now, they have a set of projects to pick from.
Fix get-daml.sh for Linux aarch64