daml/sdk/canton/community/lib
Gary Verhaegen e40aad897f
move to subdir 3.0 (#18520)
* move most files

* update CI configuration
2024-03-22 02:27:46 +01:00
..
Blake2b/src/main/java/org/bouncycastle/crypto/digests/canton move to subdir 3.0 (#18520) 2024-03-22 02:27:46 +01:00
magnolify/src move to subdir 3.0 (#18520) 2024-03-22 02:27:46 +01:00
pekko move to subdir 3.0 (#18520) 2024-03-22 02:27:46 +01:00
slick move to subdir 3.0 (#18520) 2024-03-22 02:27:46 +01:00
wartremover/src move to subdir 3.0 (#18520) 2024-03-22 02:27:46 +01:00
README.md move to subdir 3.0 (#18520) 2024-03-22 02:27:46 +01:00

Forked or extended Daml and third-party libraries:

  • pekko - Forked some files for bug fixes and debug logging.

  • daml

    • Explanation and details described in CONTRIBUTING.md under "Managing Daml repo upstream "mismatches""
  • BouncyCastle Blake2b - Blake2b implementation in Java. Forked as the original doesn't support the parameters required to build Blake2xb on top of Blake2b.

  • slick - Modified sql interpolations to set read and write effects

  • wartremover - Implementations of custom warts

  • magnolify - Implementations of our own type class derivations