18 Commits

Author SHA1 Message Date
ntampakas
4b7820a85a chore: aws infrastructure (docker + deploy workflow) (#653)
* Add workflow + aux scripts to support deploy via codedeploy
* Fix role ARN
* Fix role scripts + rename Dockerfiles
* Fix role scripts
* Create .env file
* Manipulate .env in build script
* Remove .env (used while testing)
* Fix typo
* Move Dockerfiles into packages
* Fixed typo
2023-07-18 11:42:05 -05:00
Anton
fce1171151 chore: optimize build (#116)
* chore: optimize build

- [x] Remove clean scripts
- [x] Update source maps

* chore: clean up dependencies

---------

Co-authored-by: 0xmad <0xmad@users.noreply.github.com>
2023-02-22 19:42:03 +01:00
0xmad
3c28a04272 chore: use static files for demo server 2023-02-21 13:57:43 -06:00
0xmad
69059f4628 fix: add console logs and prepare for rln 2023-02-15 16:06:09 -06:00
0xmad
655e61df39 fix: move atob/btoa to globals 2023-02-15 10:55:16 -06:00
0xmad
91d97977e2 fix: add cors for mock merkle and update demo app 2023-02-15 10:55:16 -06:00
0xmad
6547bd4f10 chore: clean up dependencies 2023-02-15 10:55:16 -06:00
Iskander
c9cc2cfecb fix: demo launch
- [x] installing rlnjs in the demo package.json
- [x] fixing the mock merkle proof script, by importing atob in the global,
update with new getCommitment() from Semaphore V3
2023-02-15 10:55:16 -06:00
0xmad
11ff53275a fix: demo launch
- [x] Add fixes for demo react app
- [x] Replace axios with native fetch
- [x] Minor prettier/lint fixes
- [x] Change proof generation interface
2023-02-15 10:55:16 -06:00
0xmad
9dcc6c97e2 fix: demo launch 2023-02-08 12:38:07 -06:00
0xmad
b0e0122db5 fix: provider connect and identity store
Add auto-connect for metamask
Fix for identity update/delete
2023-02-08 19:10:10 +02:00
Iskander
83b1cf66d7 fix: removing all console.logs and using log.debug better 2023-01-30 19:08:40 +02:00
Iskander
dc01d5dd41 fix:
- Commenting out the attempting to reconnect workaround, since it is not needed for now.
- Adding more max time for Webpack
2023-01-30 15:27:38 +02:00
Iskander
b86417f978 fix: removing eval() code 2023-01-05 12:02:05 +02:00
Iskander
8a2292c9c5 fix: trying to replace eval() code before build. 2023-01-02 13:01:06 +02:00
Iskander
ff2ada3d4b fix:
- Trying to temporary overcome eval() csp issue by running clean.sh after compiling.
- fixing webpack issue

build:
- Updating all packages in package.json including react.js to v18
2022-11-29 17:55:45 +02:00
Iskander
5c8e08ee58 fix:
- Removing `@zk-kit/protocols` and `@zk-kit/identity`
- Importing `@semaphore-protocol/identity` and `rlnjs`
- Fixing main Readme typo
- Importing `@semaphore-protocol/group` and `@zk-kit/incremental-merkle-tree`
2022-11-23 13:44:21 +02:00
bdim1
9d2868325e initial commit 2022-04-16 22:11:51 +02:00