Conversation
Plugin Test Results 1 files 3 suites 1s ⏱️ Results for commit 4b3f3fe. ♻️ This comment has been updated with latest results. |
5ad3cd7 to
f60cd9f
Compare
Compactc E2E Tests Results2 825 tests - 12 175 2 825 ✅ - 12 175 5m 58s ⏱️ - 24m 1s Results for commit 4b3f3fe. ± Comparison against base commit fd5310c. This pull request removes 15000 and adds 2825 tests. Note that renamed tests count towards both.♻️ This comment has been updated with latest results. |
Flaky Rate
No current tests have flaky rates to display ✨ Github Test Reporter by CTRF 💚 Flaky Rate
No current tests have flaky rates to display ✨ Github Test Reporter by CTRF 💚 |
Compactc E2E Tests Results - macos-release-aarch64 1 files 48 suites 2m 0s ⏱️ Results for commit 949798c. ♻️ This comment has been updated with latest results. |
Compactc E2E Tests Results - linux-release-aarch64 1 files 48 suites 3m 24s ⏱️ Results for commit 949798c. ♻️ This comment has been updated with latest results. |
Compactc E2E Tests Results - linux-release-x86_64 1 files 48 suites 4m 0s ⏱️ Results for commit 949798c. ♻️ This comment has been updated with latest results. |
Compactc E2E Tests Results - macos-release-x86_64 1 files 48 suites 5m 41s ⏱️ Results for commit 949798c. ♻️ This comment has been updated with latest results. |
7702bff to
28d149e
Compare
CONTRIBUTING.md
Outdated
| nix develop | ||
| ``` | ||
|
|
||
| This sets up `CHEZSCHEMELIBDIRS` and all required dependencies. The default shell includes Node.js, Yarn, and the runtime packages. |
There was a problem hiding this comment.
Just say that it "sets up environment variables" or the like. Users don't need to know the specific details and they inevitably get out of date.
CONTRIBUTING.md
Outdated
| ``` | ||
| // This file is part of <REPLACE WITH REPOSITORY NAME>. | ||
| // This file is part of Compact. | ||
| // Copyright (C) 2025 Midnight Foundation |
There was a problem hiding this comment.
Copyright year is 2026, holder is "contributors to Minokawa Compact".
See: https://lf-hyperledger.atlassian.net/wiki/spaces/TSC/pages/21430874/Copyright+and+License+Policy#Copyright for the guidance.
CONTRIBUTING.md
Outdated
| ``` | ||
|
|
||
| Where this is not possible, a copy of the Apache 2.0 or the repository's top-level LICENSE file in the same directory is required | ||
| Adjust the comment syntax for the file type (e.g., `#` for shell scripts, `--` for Agda). Where comment headers are not possible, include a copy of the LICENSE file in the same directory. |
There was a problem hiding this comment.
e.g., ;;; for Scheme, # for shell scripts, and -- for Agda). We have not been following the guidance about including the LICENSE file. For example, compact/doc has files without a copyright notice and no LICENSE file. The LFDT guidance just has it at the top level: https://lf-decentralized-trust.github.io/governance/governing-documents/repository-structure/
CONTRIBUTING.md
Outdated
| ## Code of Conduct | ||
|
|
||
| ## Support and Communication: | ||
| This project follows the [Contributor Covenant](./CODE_OF_CONDUCT.md). Please report any concerns to legal@midnight.foundation. |
There was a problem hiding this comment.
We follow the LFDT code of conduct: https://www.lfdecentralizedtrust.org/code-of-conduct
CONTRIBUTING.md
Outdated
|
|
||
| ## Code Contribution Process | ||
|
|
||
| * **Pull Requests:** Code contributions are submitted via Pull Requests. |
There was a problem hiding this comment.
I'd make this a numbered list, since some of them can't be done in any order.
4b3f3fe to
0829995
Compare
Plugin Test Summary 1 files 3 suites 1s ⏱️ Results for commit 15d9f9b. ♻️ This comment has been updated with latest results. |
Compactc E2E Test Summary2 828 tests 2 828 ✅ 5m 26s ⏱️ Results for commit 15d9f9b. ♻️ This comment has been updated with latest results. |
0829995 to
949798c
Compare
| # Compactc circuit compiler | ||
| # Compact | ||
|
|
||
| This project integrates with the Midnight Network. |
There was a problem hiding this comment.
I believe devrel complained that we don't have this and that's why we added it. So maybe we should keep it--unless I've been out of loop on it and they changed it again.
There was a problem hiding this comment.
This line and phrasing in particular as the first sentence? I've just rephrased to "This is the home of Compact, the smart contract language for the Midnight blockchain."
I'm a confused about what we're supposed to be keeping.
There was a problem hiding this comment.
I believe dev rel requires the specific sentencing, see #208. But I don't know the location of it.
| @@ -1,298 +1,163 @@ | |||
| # Compactc circuit compiler | |||
| # Compact | |||
Check failure
Code scanning / Scorecard
Vulnerabilities
| @@ -1,298 +1,163 @@ | |||
| # Compactc circuit compiler | |||
| # Compact | |||
Check warning
Code scanning / Scorecard
SAST
| @@ -1,298 +1,163 @@ | |||
| # Compactc circuit compiler | |||
| # Compact | |||
Check warning
Code scanning / Scorecard
Fuzzing
5f0391d to
761910a
Compare
Signed-off-by: JosephDenman <joseph.denman@iohk.io>
Signed-off-by: JosephDenman <joseph.denman@iohk.io>
e82304b to
296526b
Compare
Signed-off-by: JosephDenman <joseph.denman@iohk.io>
Addresses issue #46