Commit Graph

1538 Commits

Author SHA1 Message Date
Cedoor
bdf36f9525 Merge pull request #674 from semaphore-protocol/ref/cli-templates
Cownload the correct CLI Template files
2024-03-01 12:30:46 +00:00
Vivian Plasencia
42969e2f00 refactor(cli-template-contracts-hardhat): remove unnecessary files from config 2024-03-01 13:29:44 +01:00
Vivian Plasencia
bee7433a52 refactor(cli-template-monorepo-hardhat): remove unnecessary exclude tags 2024-03-01 13:15:44 +01:00
Vivian Plasencia
e82b4638a9 fix: download the correct cli template files 2024-02-29 22:24:53 +01:00
cedoor
c4dd1e4e10 test(circuits): add type assertion for secret value 2024-02-28 20:49:10 +00:00
cedoor
9c23fc70ef chore: remove stableVersion field 2024-02-28 20:39:31 +00:00
cedoor
8eb19e83fd chore: v4.0.0-beta.1 2024-02-28 20:37:35 +00:00
cedoor
1c72af21f1 chore: update zk-kit dependency versions 2024-02-28 20:37:15 +00:00
cedoor
41c01b5105 chore(docs): fix beta-v4 getting-started link 2024-02-28 19:54:30 +00:00
cedoor
0c8e25dbf2 chore: remove stableVersion field 2024-02-28 19:49:04 +00:00
cedoor
d130f5f913 chore: v4.0.0-beta 2024-02-28 19:49:04 +00:00
Cedoor
00a570d675 Merge pull request #670 from semaphore-protocol/docs/update-readme
Update readme file
2024-02-28 19:42:25 +00:00
Vivian Plasencia
ced57c39cc Update README.md
Co-authored-by: Cedoor <me@cedoor.dev>
2024-02-28 20:41:00 +01:00
Cedoor
17fe1f78fa Merge pull request #672 from semaphore-protocol/docs/fix-broken-links
Fix broken links on V2 documentation
2024-02-28 19:37:40 +00:00
Cedoor
2d81f205a8 Merge pull request #671 from semaphore-protocol/ci/docs
Build libraries before generating docs
2024-02-28 19:36:24 +00:00
cedoor
88c34622d0 docs(docs): fix broken links 2024-02-28 19:35:18 +00:00
Cedoor
8602771aa2 Merge pull request #659 from semaphore-protocol/chore/v4-website
Update Semaphore code and links in the website
2024-02-28 19:26:30 +00:00
cedoor
e8b58e03a5 ci: build libraries before generating docs 2024-02-28 19:20:00 +00:00
Vivian Plasencia
49c873aff1 docs: update readme 2024-02-28 20:18:16 +01:00
Vivian Plasencia
c33eef6def docs: update readme file 2024-02-28 20:13:06 +01:00
Cedoor
0d8c322dff Merge pull request #480 from semaphore-protocol/feat/semaphore-v4
Semaphore V4
2024-02-28 19:07:48 +00:00
Cedoor
e0bda47229 Merge pull request #668 from semaphore-protocol/chore/new-openzeppelin-version
New OpenZeppelin version
2024-02-28 19:04:49 +00:00
Vivian Plasencia
4905b81205 docs(contracts): remove code comment 2024-02-28 19:58:21 +01:00
cedoor
05684921e8 chore(contracts): update openzeppelin dev dependency version
re #662
2024-02-28 18:54:39 +00:00
Cedoor
7691d3724e Merge pull request #666 from semaphore-protocol/docs/fix-typedoc-links
Correct TypeDoc links
2024-02-28 18:51:47 +00:00
Cedoor
1a85ed1897 Merge pull request #665 from semaphore-protocol/docs/group
More documentation on group lib code
2024-02-28 18:50:58 +00:00
Cedoor
fe1cb7e46a Merge pull request #669 from semaphore-protocol/docs/contracts
Add code comments to contracts
2024-02-28 18:41:47 +00:00
Vivian Plasencia
49cd4534b1 fix(contracts): remove comment line that was causing an error when compiling contracts 2024-02-28 19:30:34 +01:00
Vivian Plasencia
b0dd7e0d67 docs(contracts): update code comments 2024-02-28 19:25:57 +01:00
Vivian Plasencia
3db7dc41f8 style(contracts): style code with prettier 2024-02-28 19:18:00 +01:00
Vivian Plasencia
ecd046ce7f docs(contracts): add code comments to contracts 2024-02-28 19:17:12 +01:00
Cedoor
524e3461fc Merge pull request #667 from semaphore-protocol/chore/yarn-v4
Upgrade Yarn to v4
2024-02-28 16:22:32 +00:00
cedoor
74806d4426 chore: upgrade yarn to v4
re #662
2024-02-28 16:04:50 +00:00
cedoor
09aa138fee style(data): format code with prettier 2024-02-28 15:37:07 +00:00
cedoor
794a8093a9 docs: fix typedoc links 2024-02-28 15:29:21 +00:00
cedoor
cf2355ff55 docs(group): add more documentation to code
The commit adds more documentation to the group package functions and updates the TypeDoc link.

re #483
2024-02-28 15:12:42 +00:00
Cedoor
2c144fc9e5 Merge pull request #664 from semaphore-protocol/docs/proof
More documentation on proof lib code
2024-02-28 14:39:38 +00:00
Cedoor
308ffda7d3 Merge pull request #661 from semaphore-protocol/docs/circuits
More documentation on Circom code
2024-02-28 14:35:04 +00:00
cedoor
c3389b6b99 docs(circuits): minor improvements on doc comments
re #483
2024-02-28 14:34:16 +00:00
Cedoor
bb293165d6 Update packages/circuits/semaphore.circom
Co-authored-by: Vivian Plasencia <v.pcalana@gmail.com>
2024-02-28 13:29:46 +00:00
Cedoor
7a61311922 Update packages/proof/src/generate-proof.ts
Co-authored-by: Vivian Plasencia <v.pcalana@gmail.com>
2024-02-28 13:26:45 +00:00
cedoor
2e3b78a8fb docs(identity): fix jsdoc link syntax 2024-02-28 13:22:21 +00:00
Cedoor
143c628672 Merge pull request #663 from semaphore-protocol/docs/identity
More documentation on Identity lib code
2024-02-28 12:54:31 +00:00
cedoor
b5acd41543 docs(circuits): revert order of hash pre-images on comments
re #483
2024-02-28 12:53:24 +00:00
cedoor
cf65ec4aeb docs(circuits): add link to identity package
re #483
2024-02-28 12:51:43 +00:00
cedoor
b2f6db95df chore: update lockfile 2024-02-28 12:48:56 +00:00
cedoor
0034f5f1a8 docs(identity): add links to zk-kit types
re #483
2024-02-28 12:45:10 +00:00
cedoor
23476c30dd docs(circuits): add more documentation to secret signal
re #483
2024-02-28 12:36:36 +00:00
cedoor
2f95c20d72 chore: update lockfile 2024-02-28 12:24:08 +00:00
cedoor
f3ee07c034 docs(identity): add more documentation to code
The commit adds more documentation to the proof package functions and updates the TypeDoc link.

re #483
2024-02-28 12:22:32 +00:00