From 7af86cfc244aab7b3a74716a4fbc23b072b1df0d Mon Sep 17 00:00:00 2001 From: Joshua Fernandes Date: Fri, 11 Sep 2026 09:53:51 +1000 Subject: [PATCH] updates for org name --- .github/workflows/spelling.yml | 2 +- .linkspector.yml | 2 +- .releaserc.js | 2 +- CODEOWNERS | 4 ++-- docs/HowTo/prove.md | 2 +- docs/HowTo/write/instructions.md | 2 +- docs/Reference/api.md | 2 +- docs/index.md | 4 ++-- docusaurus.config.js | 12 ++++++------ 9 files changed, 16 insertions(+), 16 deletions(-) diff --git a/.github/workflows/spelling.yml b/.github/workflows/spelling.yml index b6e9e41..bee23d2 100644 --- a/.github/workflows/spelling.yml +++ b/.github/workflows/spelling.yml @@ -16,4 +16,4 @@ jobs: - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - name: Vale - uses: Consensys/github-actions/docs-spelling-check@89c262a30cae735be99dc776f9556b796fb456ca # v1.0.0 + uses: Consensys-Incorporated/github-actions/docs-spelling-check@89c262a30cae735be99dc776f9556b796fb456ca # v1.0.0 diff --git a/.linkspector.yml b/.linkspector.yml index 63a9a4c..42e99bc 100644 --- a/.linkspector.yml +++ b/.linkspector.yml @@ -12,7 +12,7 @@ followRedirects: true ignorePatterns: - pattern: '^http(s)?://localhost' - pattern: '^http(s)?://127.0.0.1' -- pattern: '^http(s)?://gitlab.com/ConsenSys/' +- pattern: '^http(s)?://gitlab.com/Consensys-Incorporated/' - pattern: '^http(s)?://consensys.net' - pattern: '^http(s)?://.+.zendesk.com' - pattern: '^http(s)?://.+.etherscan.io' diff --git a/.releaserc.js b/.releaserc.js index c733cc6..a5b3989 100644 --- a/.releaserc.js +++ b/.releaserc.js @@ -26,7 +26,7 @@ const mainConfig = { }, ], ], - repositoryUrl: "https://github.com/ConsenSys/doc.gnark", + repositoryUrl: "https://github.com/Consensys-Incorporated/doc.gnark", }; module.exports = mainConfig; diff --git a/CODEOWNERS b/CODEOWNERS index e3868f6..a652a92 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1,3 +1,3 @@ -* @consensys/protocol-pliny +* @consensys-incorporated/documentation -.github/workflows/ @consensys/protocol-galileo \ No newline at end of file +.github/workflows/ @consensys-incorporated/protocols-dso \ No newline at end of file diff --git a/docs/HowTo/prove.md b/docs/HowTo/prove.md index 0150534..2a426ae 100644 --- a/docs/HowTo/prove.md +++ b/docs/HowTo/prove.md @@ -89,7 +89,7 @@ If witness is not built within the same process, or in another programming langu On `ecc.BN254` + `Groth16`, `gnark` can export the `groth16.VerifyingKey` as a solidity smart contract. -Refer to [the code example](https://github.com/ConsenSys/gnark-tests/blob/main/solidity/contract/main.go) and [end-to-end integration test](https://github.com/ConsenSys/gnark-tests/blob/47873ce8e146c1f74477a15972ec63cbfd73c888/solidity/solidity_test.go#L81) using a `geth` simulated blockchain. +Refer to [the code example](https://github.com/Consensys-Incorporated/gnark-tests/blob/main/solidity/contract/main.go) and [end-to-end integration test](https://github.com/Consensys-Incorporated/gnark-tests/blob/47873ce8e146c1f74477a15972ec63cbfd73c888/solidity/solidity_test.go#L81) using a `geth` simulated blockchain. ```go // 1. Compile (Groth16 + BN254) diff --git a/docs/HowTo/write/instructions.md b/docs/HowTo/write/instructions.md index 9e41950..eea197a 100644 --- a/docs/HowTo/write/instructions.md +++ b/docs/HowTo/write/instructions.md @@ -39,6 +39,6 @@ func (cs *ConstraintSystem) Select(b Variable, i1, i2 interface{}) Variable { :::note -Work is ongoing to provide a `if` like statement. [Github issue](https://github.com/ConsenSys/gnark/issues/81). +Work is ongoing to provide a `if` like statement. [Github issue](https://github.com/Consensys-Incorporated/gnark/issues/81). ::: diff --git a/docs/Reference/api.md b/docs/Reference/api.md index 7e30bae..209538f 100644 --- a/docs/Reference/api.md +++ b/docs/Reference/api.md @@ -11,4 +11,4 @@ Refer to the GoDoc for API documentation and examples. - [Front end](https://pkg.go.dev/github.com/consensys/gnark/frontend) - [Back end](https://pkg.go.dev/github.com/consensys/gnark/backend) -Note that the elliptic curve, field arithmetic, FFT, polynomial commitment schemes, hash function, and signature verification is provided by the [`gnark-crypto` package](https://github.com/ConsenSys/gnark-crypto) +Note that the elliptic curve, field arithmetic, FFT, polynomial commitment schemes, hash function, and signature verification is provided by the [`gnark-crypto` package](https://github.com/Consensys-Incorporated/gnark-crypto) diff --git a/docs/index.md b/docs/index.md index 3b4468f..9892be3 100644 --- a/docs/index.md +++ b/docs/index.md @@ -26,7 +26,7 @@ In a typical workflow: :::warning -`gnark` has been [audited](https://github.com/Consensys/gnark/blob/master/audits/2022-10%20-%20Kudelski%20-%20gnark-crypto.pdf) and is provided as-is, use at your own risk. +`gnark` has been [audited](https://github.com/Consensys-Incorporated/gnark/blob/master/audits/2022-10%20-%20Kudelski%20-%20gnark-crypto.pdf) and is provided as-is, use at your own risk. In particular, `gnark` makes no security guarantees such as constant time implementation or side-channel attack resistance. @@ -137,7 +137,7 @@ It is difficult to fairly and accurately compare benchmarks among libraries. Som ::: -On low-level primitives like the pairing or the field multiplication, [gnark-crypto](https://github.com/ConsenSys/gnark-crypto) outperforms most libraries out there. It translates well up-the-stack - `gnark` compiles gigantic circuits in seconds, and its solver (aka witness generation) and provers perform very well on most architectures. +On low-level primitives like the pairing or the field multiplication, [gnark-crypto](https://github.com/Consensys-Incorporated/gnark-crypto) outperforms most libraries out there. It translates well up-the-stack - `gnark` compiles gigantic circuits in seconds, and its solver (aka witness generation) and provers perform very well on most architectures. Here we benchmark two circuits (65k and 8M constraints) using `gnark`, `arkworks` and `rapidsnark` on the BN254 curve. diff --git a/docusaurus.config.js b/docusaurus.config.js index 8b1bf32..a535b81 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -19,7 +19,7 @@ const config = { // GitHub pages deployment config. // If you aren't using GitHub pages, you don't need these. - organizationName: "ConsenSys", // Usually your GitHub org/user name. + organizationName: "Consensys-Incorporated", // Usually your GitHub org/user name. projectName: "doc.gnark", // Usually your repo name. deploymentBranch: "gh-pages", // Github Pages deploying branch @@ -39,7 +39,7 @@ const config = { breadcrumbs: true, sidebarPath: require.resolve("./sidebars.js"), // Set a base path separate from default /docs - editUrl: "https://github.com/ConsenSys/doc.gnark/tree/main/", + editUrl: "https://github.com/Consensys-Incorporated/doc.gnark/tree/main/", routeBasePath: "/", path: "docs", include: ["**/*.md", "**/*.mdx"], @@ -140,7 +140,7 @@ const config = { position: "left", }, { - href: "https://github.com/ConsenSys/gnark", + href: "https://github.com/Consensys-Incorporated/gnark", className: "header-github-link", position: "right", "aria-label": "gnark on GitHub", @@ -179,7 +179,7 @@ const config = { }, { label: "Go package", - href: "https://pkg.go.dev/github.com/consensys/gnark", + href: "https://pkg.go.dev/github.com/Consensys-Incorporated/gnark", }, ], }, @@ -188,11 +188,11 @@ const config = { items: [ { label: "gnark on GitHub", - href: "https://github.com/ConsenSys/gnark", + href: "https://github.com/Consensys-Incorporated/gnark", }, { label: "Improve these docs", - href: "https://github.com/ConsenSys/doc.gnark", + href: "https://github.com/Consensys-Incorporated/doc.gnark", }, ], },