288 Commits

Author SHA1 Message Date
cedoor
7bcc44c645 chore: v3.9.0
Former-commit-id: 900da9cef5
2023-04-28 12:27:48 +01:00
cedoor
5db4c61c28 feat(data): provide function to get supported networks
re #314


Former-commit-id: 5e033556fb
2023-04-27 16:04:20 +01:00
cedoor
37dc17d880 feat(data): add sepolia subgraph support
Former-commit-id: 92a6a7a354
2023-04-27 16:03:54 +01:00
cedoor
a04057f861 chore: v3.8.0
Former-commit-id: 736bddbd83
2023-04-26 15:34:48 +01:00
Cedoor
29e8f5852f Merge pull request #312 from semaphore-protocol/feat/nullifier-hash
New function to calculate nullifier hash

Former-commit-id: 946ac8333c
2023-04-26 15:20:20 +01:00
cedoor
9a1a1e7853 docs: update package docs links
Former-commit-id: 8ff372ef35
2023-04-26 12:37:09 +01:00
Cedoor
65e5d29dcd docs(proof): update README.md
Former-commit-id: 3f1432c8b9
2023-04-22 17:28:06 +01:00
cedoor
ba9782139e feat(proof): add function to calculate nullifier hash
Former-commit-id: 6cc2b6af1c
2023-04-22 17:23:52 +01:00
vplasencia
77fddc9b16 docs(cli): update the description of get-proofs command in the readme file
Former-commit-id: d151998013
2023-04-22 09:26:21 +02:00
vplasencia
69b2b8fd7b refactor(cli): update get-proofs description
Former-commit-id: eb63447166
2023-04-22 09:19:54 +02:00
cedoor
aba7d51f86 chore: v3.7.0
Former-commit-id: 22f33a8f26
2023-04-20 11:28:32 +01:00
Cedoor
32d1b47964 Merge pull request #310 from semaphore-protocol/docs/cli
Update the Readme file to add the new CLI commands

Former-commit-id: faf7ff9c18
2023-04-20 11:20:02 +01:00
vplasencia
cb3ff0fcb8 docs(cli): update the readme file to add the new commands
Former-commit-id: e7ceb37503
2023-04-20 10:15:51 +02:00
Chance
41ab36d24c chore: bump poseidon-lite minor version
Former-commit-id: 9f9ec7054b
2023-04-19 00:47:13 -05:00
vplasencia
6bcd77fe5b chore: vv3.6.0
Former-commit-id: c52f0036da
2023-04-11 19:49:21 +02:00
vplasencia
4a221a43c7 refactor(cli): copy the contents of the .env.example file to a new .env file
Former-commit-id: 74c2ed1b3a
2023-04-11 14:01:28 +02:00
vplasencia
37465288a7 refactor(cli): set the monorepo-ethers template as default when creating a project
Former-commit-id: 27ba252565
2023-04-11 13:48:59 +02:00
vplasencia
c38b3c5255 chore: v3.6.0-beta.4
Former-commit-id: aabad74de7
2023-04-11 11:43:15 +02:00
vplasencia
dba7a6ca85 chore: v3.6.0-beta.3
Former-commit-id: e17737d894
2023-04-07 19:36:36 +02:00
vplasencia
468a3314e3 fix(cli): update package.json file in monorepos with correct package names
Former-commit-id: c4f3565546
2023-04-07 19:10:11 +02:00
vplasencia
a80b1136cd chore: v3.6.0-beta.2
Former-commit-id: fe8a48be0d
2023-04-07 17:37:11 +02:00
vplasencia
a0c1c27c35 refactor(cli): add the next-env.d.ts file to gitignore
Former-commit-id: 02d1395828
2023-04-07 14:12:53 +02:00
vplasencia
f6be176df9 chore: v3.6.0-beta.1
Former-commit-id: 6b9c9c1f28
2023-04-07 12:02:14 +02:00
vplasencia
1a2eb3e18d chore(cli): decompress and then remove the files.tgz file after downloading a template
Former-commit-id: 2467291010
2023-04-07 09:15:52 +02:00
vplasencia
44b25995e0 fix(cli): add gitignore file
Former-commit-id: bd897a6d97
2023-04-06 19:58:23 +02:00
cedoor
f1b3368529 fix(data): check if groups exist before adding members
Former-commit-id: 6e453ff32a
2023-04-06 18:36:05 +01:00
cedoor
5c64b09f51 chore(cli): create prepublish script to compress files
Former-commit-id: 206106ad66
2023-04-06 17:38:56 +01:00
vplasencia
fd08c3f2e7 chore: v3.6.0-beta.0
Former-commit-id: 4996ec1d9f
2023-04-06 15:28:09 +02:00
vplasencia
01fa043b4d chore: add files field in the package.json file in monorepo-ethers and monorepo-subgraph templates
Former-commit-id: 6f381019ff
2023-04-06 14:35:42 +02:00
vplasencia
c10b57e3cf fix(cli): add solhint file in monorepo-ethers and monorepo-subgraph templates
Former-commit-id: 7d4871f858
2023-04-06 14:19:59 +02:00
vplasencia
9a7e053f64 chore: v3.6.0-1
Former-commit-id: 83762718e9
2023-04-05 18:12:31 +02:00
vplasencia
2e6b2d678a chore: remove private from package.json file in templates
Former-commit-id: 36f9b56241
2023-04-05 18:09:04 +02:00
cedoor
ff6835d1db chore(data): update subgraph url and contract addresses
re #304


Former-commit-id: db2820e687
2023-04-05 16:04:48 +01:00
cedoor
b350cd4b66 style(contracts): format code with prettier
Former-commit-id: 41a88132c4
2023-04-05 12:37:58 +01:00
cedoor
f4508c4db5 chore(contracts): fresh semaphore contracts deployment
re #298


Former-commit-id: 8a9c42bace
2023-04-05 12:35:11 +01:00
cedoor
2df42d49c0 fix(contracts): set correct ProofVerifier event parameters
fix #297


Former-commit-id: 84813c519a
2023-04-05 11:20:16 +01:00
cedoor
fea6b8446c chore(cli): update monorepo templates semaphore deps
Former-commit-id: 045a2a2c54
2023-04-04 17:07:56 +01:00
cedoor
322051bd3a chore(cli): make monorepo cli templates private
Former-commit-id: 0a3654bfbe
2023-04-04 16:58:32 +01:00
cedoor
8528e9e758 refactor(cli): update template apps' names
Former-commit-id: 58de92a335
2023-04-04 16:36:19 +01:00
vplasencia
9bea6143a6 refactor(cli): change cli template names
Former-commit-id: 84c1dfa486
2023-04-04 16:23:34 +01:00
vplasencia
3b59bf6117 refactor(cli-template-monorepo-subgraph): rename cli hardhat-nextjs-semaphoresubgraph template
Former-commit-id: ee6e1c156d
2023-04-04 16:23:34 +01:00
vplasencia
cecdcc3fb1 refactor(cli-template-monorepo-ethers): rename cli hardhat-nextjs-semaphoreethers template package
Former-commit-id: 1c0d119e60
2023-04-04 16:23:34 +01:00
vplasencia
f57c2b4397 refactor(cli-template-contracts-hardhat): rename the cli hardhat template package
Former-commit-id: e38b040641
2023-04-04 16:23:26 +01:00
vplasencia
47f3651bc5 feat(cli): add inquirer to select a template when creating a project
Former-commit-id: 4d1a637093
2023-04-04 16:22:47 +01:00
vplasencia
3a7f18652f style: format code with prettier
Former-commit-id: 8475666016
2023-04-04 16:22:22 +01:00
vplasencia
66aa482b07 refactor(cli-template-monorepo-ethers): remove unused code
Former-commit-id: fcaac9f2e3
2023-04-04 16:20:47 +01:00
vplasencia
b89ed0ebb7 refactor(cli-template-hardhat-nextjs-semaphoresubgraph): remove unused import statement
Former-commit-id: 5dbbdd1b2c
2023-04-04 16:20:19 +01:00
vplasencia
4cf00f33d0 refactor(cli-template-hardhat-nextjs-semaphoresubgraph): remove unused code
Former-commit-id: e5cf466a5f
2023-04-04 16:20:19 +01:00
vplasencia
a3309ab707 feat(cli-template-hardhat-nextjs-semaphoresubgraph): add hardhat-nextjs-semaphoresubgraph template
Former-commit-id: 58310b5e67
2023-04-04 16:20:19 +01:00
vplasencia
30449c4fe7 refactor(cli-template-hardhat-nextjs-semaphoreethers): update package names
Former-commit-id: eb997a8488
2023-04-04 16:20:19 +01:00