daml/security-evidence.md
Moritz Kiefer e01fcdf143
Add exhaustive tests for evaluation order on creates (#11957)
As mentioned in the comment, I view these tests as a way to guard us
against bricking ledgers on upgrades so they somewhat deliberately
ignore ordering of non-cachable errors relative to each other since
those only change error messages.

changelog_begin
changelog_end
2021-12-06 13:06:46 +01:00

11 KiB

Security tests, by category

Authorization:

Privacy:

Semantics:

Performance:

  • Tail call optimization: Tail recursion does not blow the scala JVM stack.: TailCallTest.scala

Input Validation: