Skip to content

Tags: BotMasterza/daml

Tags

v2.0.0-snapshot.20211220.8736.0.040f1a93

Toggle v2.0.0-snapshot.20211220.8736.0.040f1a93's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Release attempt over 9000 (digital-asset#12206)

https://www.youtube.com/watch?v=dQw4w9WgXcQ

changelog_begin
changelog_end

v2.0.0-snapshot.20211220.8735.0.606a8ef0

Toggle v2.0.0-snapshot.20211220.8735.0.606a8ef0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Drop code to upload to com.digitalasset (digital-asset#12203)

We didn’t have any artifacts there since SDK 1.0 and we’re not
planning to add any. We suspect that the permission denied errors
might come from the fact that we need a different profile id for that
and while we don’t use the repo to upload anything we still create the
staging repo so this might fix that issue.

changelog_begin
changelog_end

v2.0.0-snapshot.20211210.8653.0.35beb44c

Toggle v2.0.0-snapshot.20211210.8653.0.35beb44c's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
LF: `SErrorCrash` should not be thrown by Speedy callbacks (digital-a…

…sset#12099)

as it is normally caught in the interpreter loop.  In particular the
caller of the engine should not have to catch such an error.

CHANGELOG_BEGIN
CHANGELOG_END

v2.0.0-snapshot.20211209.8636.1.0a17087b

Toggle v2.0.0-snapshot.20211209.8636.1.0a17087b's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Publish split-release artifacts more granularly (digital-asset#12072)

This publishes damlc & the Daml libraries as standalone artifacts so
Canton can avoid downloading the whole SDK tarball (hopefully).

changelog_begin
changelog_end

v2.0.0-snapshot.20211209.8636.0.0a17087b

Toggle v2.0.0-snapshot.20211209.8636.0.0a17087b's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Publish split-release artifacts more granularly (digital-asset#12072)

This publishes damlc & the Daml libraries as standalone artifacts so
Canton can avoid downloading the whole SDK tarball (hopefully).

changelog_begin
changelog_end

v2.0.0-snapshot.20211207.8608.0.c4d82f72

Toggle v2.0.0-snapshot.20211207.8608.0.c4d82f72's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
new 2.12-removal-enabled features for NonEmpty (digital-asset#11933)

* replace pour with a new, total, uncurried apply to create NonEmpty's

* use the new NonEmpty apply in place of pour

* non-empty cons, snoc, head, tail

* add map and flatMap for NonEmpty iterables

* remove scala-collection-compat from scalautils

* tests for map, flatMap, cons

* no changelog

CHANGELOG_BEGIN
CHANGELOG_END

* missing 'extends AnyVal'

* colliding map and flatMap for Maps

* Revert "colliding map and flatMap for Maps"

* more specific Map and Set return types

* type tests for map operations

* add 'to' conversions

v2.0.0-snapshot.20211207.8589.3.85e2fa55

Toggle v2.0.0-snapshot.20211207.8589.3.85e2fa55's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Avoid CPP in ledger API test tool daml code (digital-asset#11993)

Apparently this works very poorly with damlc_legacy which fails to
find hpp after the latest nixpkgs upgrade. Somewhat confusingly it
only fails to find that on release builds and I don’t understand how
it ever worked but this seems more sensible anyway.

changelog_begin
changelog_end

v2.0.0-snapshot.20211207.8589.2.85e2fa55

Toggle v2.0.0-snapshot.20211207.8589.2.85e2fa55's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Avoid CPP in ledger API test tool daml code (digital-asset#11993)

Apparently this works very poorly with damlc_legacy which fails to
find hpp after the latest nixpkgs upgrade. Somewhat confusingly it
only fails to find that on release builds and I don’t understand how
it ever worked but this seems more sensible anyway.

changelog_begin
changelog_end

v2.0.0-snapshot.20211207.8589.1.85e2fa55

Toggle v2.0.0-snapshot.20211207.8589.1.85e2fa55's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Avoid CPP in ledger API test tool daml code (digital-asset#11993)

Apparently this works very poorly with damlc_legacy which fails to
find hpp after the latest nixpkgs upgrade. Somewhat confusingly it
only fails to find that on release builds and I don’t understand how
it ever worked but this seems more sensible anyway.

changelog_begin
changelog_end

v1.18.0

Toggle v1.18.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix broken migration script that does not cater to empty string inter…

…ning tables (digital-asset#11968) (digital-asset#11970)

CHANGELOG_BEGIN
CHANGELOG_END