daml/security-evidence.md
Paul Brauner 7585f72d7a
Add flag-protected right-to-left evaluation (#17253)
Right-to-left evaluation allows for a faster and simpler interpreter, but is incompatible with the semantics of Daml 2.x. Adding it behind a flag so we can switch to it in Daml 3.0.

See PR #17253 for ample details.
2023-08-15 13:10:44 +00:00

35 KiB

Security tests, by category

Authorization:

Availability:

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

Confidentiality:

Integrity: