Skip to content

Commit

Permalink
chore(repo): rebase master into dev so we can keep only one branch
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrlc03 committed Dec 11, 2023
1 parent 783f9c8 commit c97a56e
Show file tree
Hide file tree
Showing 32 changed files with 3 additions and 3,133 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Checks

on:
push:
branches: [master, dev]
branches: [dev]
pull_request:

concurrency:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/circuit-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Circuit

on:
push:
branches: [master, dev]
branches: [dev]
pull_request:

concurrency:
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ jobs:
- name: Fix typedoc links
run: |
npm install
<<<<<<< HEAD
npm run setup-typedoc
working-directory: website

Expand All @@ -44,11 +43,6 @@ jobs:
- name: Add CNAME
run: |
echo 'maci.pse.dev' > ./website/build/CNAME
=======
npm run build
working-directory: website

>>>>>>> f9fe8a7a (feat(docs) - fix deployment workflow and ensure there are no broken links)
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
Expand Down
1 change: 1 addition & 0 deletions circuits/ts/snarkjs.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ declare module "snarkjs" {
pi_a: NumericString[];
pi_b: NumericString[][];
pi_c: NumericString[];
protocol: string;
curve: string;
}

Expand Down
53 changes: 0 additions & 53 deletions cli/test.sh

This file was deleted.

47 changes: 0 additions & 47 deletions contracts/docs/DomainObjs.md

This file was deleted.

15 changes: 0 additions & 15 deletions contracts/docs/HasherBenchmarks.md

This file was deleted.

45 changes: 0 additions & 45 deletions contracts/docs/IMACI.md

This file was deleted.

Loading

0 comments on commit c97a56e

Please sign in to comment.