Commit Graph

93 Commits

Author SHA1 Message Date
Wanseob Lim
cf3c8edf68 Merge branch 'misc-fixes' into feat/239 2021-07-10 13:56:33 +09:00
Chance Hudson
989d646d45 fix: pin web3 to 1.2.11 to fix ethereumjs/ethereumjs-monorepo#1340 2021-07-08 13:36:40 -05:00
Chance Hudson
6421b9ef1d chore: dep fixes, lint 2021-07-08 13:30:08 -05:00
Chance Hudson
e680b04a69 fix: dummy block tx encoding using web3-abi-decoder 2021-07-07 10:54:12 -05:00
Wanseob Lim
3523fbbe8f feat: utxo discovery + fix memo v2 deserialization 2021-07-02 01:55:20 +09:00
Chance Hudson
f61007a386 refactor: use TransactionDB during block processing 2021-05-23 15:23:59 -05:00
Wanseob Lim
162fab2eb2 fix: change massmigration from push to pull pattern; closes #201 2021-05-10 18:14:43 +09:00
Chance Hudson
6619fa6c3d fix: linter 2021-04-05 18:13:31 -05:00
Chance Hudson
7e3223d295 refactor: separate exports for node and web db connectors 2021-04-05 18:13:30 -05:00
Chance Hudson
a50f4ba739 refactor: initialize schema in create function 2021-04-05 18:13:26 -05:00
Chance Hudson
480bc6d04a feat: basic IndexedDB connector
core zkopru node running in browser
semi-functional browser sync
2021-04-05 18:13:24 -05:00
Wanseob Lim
7eaf9aa056 fix: ci & build script 2021-03-26 21:00:20 +09:00
Chance Hudson
2ed161f988 refactor: properly type the schema 2021-03-25 00:28:42 -05:00
Chance Hudson
0a3b3c1e63 refactor: remove prisma 2021-03-25 00:28:31 -05:00
Chance Hudson
4d972930ae fix: linter 2021-03-25 00:27:59 -05:00
Chance Hudson
ed1801c1fe fix: initialize tables 2021-03-25 00:26:22 -05:00
Chance Hudson
bd97fa15df refactor: use db connector interface 2021-03-25 00:26:14 -05:00
Wanseob Lim
1454882ba2 refactor: finitefield and account's key gen model 2021-03-17 21:32:08 +09:00
Chance Hudson
33816b6802 chore: bump soltypes version 2021-02-24 01:54:52 +09:00
Chance Hudson
65ac9d3e3c fix: bump soltypes version 2021-02-24 01:54:52 +09:00
Wanseob Lim
67aa8da7ff chore: add test case for ERC20 sum check inside snark circuit 2021-02-02 23:42:09 +09:00
Chance Hudson
346450f9e1 refactor: create testMockup for accessing terminate 2021-01-18 20:04:10 -06:00
Wanseob Lim
6665648add fix: cli bugs 2020-11-18 19:27:42 +09:00
Wanseob Lim
3fd3ad7d2a chore: fix dataset generation script 2020-11-18 19:21:10 +09:00
Wanseob Lim
7595cf7c69 refactor: upgrade circom & snarkjs
closes #42, #50, #86
2020-10-05 11:24:27 +09:00
Wanseob Lim
018b827123 refactor: remove metadata field from header 2020-09-15 14:30:59 +09:00
Wanseob Lim
ac66a3e6f6 fix: enhance docker pull & build process 2020-09-08 00:06:01 +09:00
Wanseob Lim
9508d32f6c fix: use EIP 55 checksum address 2020-09-07 04:51:24 +09:00
Wanseob Lim
c0c8469623 refactor(zk-wizard): divide and rename functions 2020-09-07 04:51:24 +09:00
Wanseob Lim
0041f40e06 refactor: build pipe line
1. improve prisma dev flow (please see CONTRIBUTING.md)
2. improve circuit build & snark key management process.
2020-08-17 13:31:47 +09:00
Wanseob Lim
db898d2a82 refactor: multi tree to single tree model 2020-08-17 13:31:47 +09:00
Wanseob Lim
7a382e781f chore: add lint-staged 2020-08-17 13:31:47 +09:00
Wanseob Lim
c5f15ecc45 refactor: improve build & test process
1. Describe build context & dockerfiles in `dockerfiles/docker-compose.yml`.
2. Using utils.buildAndGetContainer() function, specify the service name
and build the image before run test.
3. To skip the initial build process, developer can run `yarn pull:images`
on the root directory.
2020-08-17 13:31:47 +09:00
Wanseob Lim
049a0b03c4 feat: update tree depth from 31 to 48
closes #35
2020-08-17 13:28:15 +09:00
Wanseob Lim
0ceb48586a feat: nullifier & utxo scheme update
Zkopru uses ZCash's spending key and viewing key scheme

closes #34
2020-08-16 16:57:10 +09:00
Wanseob Lim
7b64424bfe chore: remove prev keys before building new keys 2020-08-16 16:56:30 +09:00
Wanseob Lim
0199e015e9 fix: closes #45
Add `yarn initialize` script for the dev env before testing
2020-08-11 00:39:19 +09:00
Wanseob Lim
c386f7510a v1.0.0-beta.2 2020-07-19 20:30:23 +09:00
Wanseob Lim
f21b579e32 v1.0.0-beta.0 2020-07-19 05:35:10 +09:00
Wanseob Lim
15a9823483 v1.0.0-alpha.11 2020-07-19 05:08:20 +09:00
Wanseob Lim
40a7a5c823 v1.0.0-alpha.10 2020-07-19 03:41:09 +09:00
Wanseob Lim
4ee972fa55 v1.0.0-alpha.9 2020-07-19 02:26:26 +09:00
Wanseob Lim
35b22b065d refactor: enhance block processing algorithm 2020-07-19 02:20:11 +09:00
Wanseob Lim
5c5b51d4fd v1.0.0-alpha.8 2020-07-18 05:31:12 +09:00
Wanseob Lim
58cbe92ed1 v1.0.0-alpha.7 2020-07-18 00:06:25 +09:00
Wanseob Lim
51b6e4efe2 v1.0.0-alpha.6 2020-07-17 23:00:09 +09:00
Wanseob Lim
e8e2d98b98 v1.0.0-alpha.5 2020-07-17 21:27:53 +09:00
Wanseob Lim
976385ab14 v1.0.0-alpha.4 2020-07-17 16:58:04 +09:00
Wanseob Lim
659ee993cf v1.0.0-alpha.3 2020-07-17 06:08:39 +09:00
Wanseob Lim
c45b077707 v1.0.0-alpha.2 2020-07-17 04:06:04 +09:00