Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Refine git source permissions #221

Merged
merged 1 commit into from
Jan 2, 2024

Conversation

huitseeker
Copy link
Member

  • Update the unknown-git setting to enforce strict rules
  • Add "lurk-lab" as a new allowed organization on Github
  • disable the gitlab and bitbucket organization permissions

- Update the `unknown-git` setting to enforce strict rules
- Add "lurk-lab" as a new allowed organization on Github
- disable the gitlab and bitbucket organization permissions
@huitseeker huitseeker added this pull request to the merge queue Jan 2, 2024
Merged via the queue into lurk-lab:dev with commit 6b39442 Jan 2, 2024
7 checks passed
@huitseeker huitseeker deleted the deny_nonlurk_git_sources branch January 2, 2024 16:53
huitseeker added a commit to huitseeker/arecibo that referenced this pull request Jan 2, 2024
* doc: Improve code comments by adding backticks for formatting

- Back-ticks have been added around relevant technical terms, type names, and code references within the comments to better highlight them while reading.

* refactor: Refactor Spartan polynomial file organization

- Refactor the structure of Spartan SNARK related modules, mainly moving and renaming `polynomial.rs` to `polys/mlpoly.rs` and introducing three new submodules under `polys`: `eq_poly`, `mlpoly`, and `unipoly`.
- Implement a new module `polys` that houses refactored and newly introduced polynomial types used in the Spartan SNARK, leading to import refactors across numerous files.
- Establish a new file `unipoly.rs` responsible for housing the main structs `UniPoly` and `CompressedUniPoly`

* refactor: Fix comment in UniPoly storage and enhance testing

- Fix comment about ordering of coefficient storage protocol in `UniPoly` and `CompressedUniPoly` structures for improved processing.
- Integrated unit tests for 'from_evals_quad' and 'from_evals_cubic' in context of `pallas::Scalar` and `bn256::Scalar` types,

* test: Add multilinear polynomial evaluation test

- Introduced new test for multilinear polynomial evaluation in the mlpoly.rs file.

* chore: rename to eq / multilinear / univariate

* chore: remove unnecessary qualificaitons
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants