Commit Graph

  • 9440acf0b7 test(babyjubjub): add tests for out of range cases Wanseob Lim 2020-05-11 19:20:22 +09:00
  • cdd12599a6 feat(zk-wizard): wasmsnark complete Wanseob Lim 2020-05-10 23:01:11 +09:00
  • 83e3429a84 feature: wasmsnark - wip Wanseob Lim 2020-05-10 18:48:13 +09:00
  • 1dd7cd1c47 refactor: remove unused make command Wanseob Lim 2020-05-10 18:10:10 +09:00
  • e90d8fef1d refactor(coordinator): use utils library Wanseob Lim 2020-05-10 16:34:26 +09:00
  • 019c0a29a5 test(contracts): deserialization library Wanseob Lim 2020-05-10 05:02:33 +09:00
  • c9711d4a16 chore: fix build config Wanseob Lim 2020-05-07 19:50:38 +09:00
  • 5132ba7053 chore: test cases for contract - ts lib integration Wanseob Lim 2020-05-07 19:41:53 +09:00
  • 636e361dae fix: block serialize and deserialization Wanseob Lim 2020-05-07 17:31:17 +09:00
  • 571e6a444b chore: fix gitignore path for tx dataset Wanseob Lim 2020-05-07 16:18:10 +09:00
  • 5cbdea5c41 refactor: build config Wanseob Lim 2020-05-07 15:49:39 +09:00
  • d235a7e60f refactor(coordinator): use logger Wanseob Lim 2020-05-06 17:46:35 +09:00
  • ff1330ab96 chore: add circuit test cases Wanseob Lim 2020-05-06 17:44:08 +09:00
  • cba6ad1fc7 fix: make ZkAccount use 32 bytes private key Wanseob Lim 2020-05-06 17:34:22 +09:00
  • a661eaa425 chore: add circuit container files Wanseob Lim 2020-05-06 17:26:46 +09:00
  • 6df997048f refactor: fix hardcoded address to dynamic version Wanseob Lim 2020-04-27 17:39:18 +09:00
  • 0a00798506 chore: setup test env using docker Wanseob Lim 2020-04-27 15:26:45 +09:00
  • 81e713506c chore: move testcases to coordinator package Wanseob Lim 2020-04-26 15:00:20 +09:00
  • e2f245ccb6 docs: update prerequisite Wanseob Lim 2020-04-26 14:42:18 +09:00
  • c5e17db8aa chore: testnet initial commit Wanseob Lim 2020-04-26 14:35:46 +09:00
  • abd9fc1a38 docs: update readme for package dir Wanseob Lim 2020-04-22 11:43:28 +09:00
  • b38a341328 chore: add block proposing logic Wanseob Lim 2020-04-22 11:40:12 +09:00
  • 7a516d38ed chore: add logger Wanseob Lim 2020-04-21 00:37:57 +09:00
  • a8a4e0e800 chore: add test cases for grove and fix bugs Wanseob Lim 2020-04-20 21:02:09 +09:00
  • 84c95d8823 chore: add grove unittests Wanseob Lim 2020-04-20 11:00:52 +09:00
  • 4d2ef804d5 fix: adjust nanosql query and fix node cache bug Wanseob Lim 2020-04-20 03:00:40 +09:00
  • 1fdde2c365 chore: add utxo test cases and make it multithread safe Wanseob Lim 2020-04-20 02:41:27 +09:00
  • 235ede34ca fix: trees pass all test cases Wanseob Lim 2020-04-20 01:01:35 +09:00
  • 44752dfa99 fix: tree merkle proof logic Wanseob Lim 2020-04-19 20:21:14 +09:00
  • eb91393ec1 fix: add finite field test cases and fix bug Wanseob Lim 2020-04-19 13:59:30 +09:00
  • 3eef6df205 refactor: field to use BN not biginteger Wanseob Lim 2020-04-19 12:27:15 +09:00
  • 78d87b4a2e refactor: tree structure for grovePatch Wanseob Lim 2020-04-16 23:55:10 +09:00
  • 0f86f21a20 refactor: rename event parameter name Wanseob Lim 2020-04-15 19:46:25 +09:00
  • 6f03ad5df6 fix: add Deposit event to IUserInteractable.sol Wanseob Lim 2020-04-15 05:44:33 +09:00
  • 0dbd180b0f refactor: change block schema Wanseob Lim 2020-04-14 13:53:52 +09:00
  • b87aee8c58 chore: update coordinator and synchronizer Wanseob Lim 2020-04-13 23:05:52 +09:00
  • 371a2aaa03 refactor(core): devide fullnode and lightnode class Wanseob Lim 2020-04-13 17:47:54 +09:00
  • 6f7928264f refactor(core): rename deserializeBlockFromL1Tx Wanseob Lim 2020-04-13 16:15:00 +09:00
  • 0ff10ba248 feat(core): block serialization and deserialization Wanseob Lim 2020-04-13 11:29:25 +09:00
  • 618704e591 fix: github syntax highlight for solidity Wanseob Lim 2020-04-12 23:01:34 +09:00
  • c87e2104a5 chore: implement base structure of the core package Wanseob Lim 2020-04-12 22:59:40 +09:00
  • 94eda0d911 feat: core pacakges - intermediate commit Wanseob Lim 2020-04-11 23:07:20 +09:00
  • 47dbcb5b36 refactor: adjust configurations Wanseob Lim 2020-04-11 23:06:49 +09:00
  • 138ba69c69 docs: update README for dev process Wanseob Lim 2020-04-10 05:34:07 +09:00
  • 4676911ff1 fix: package.json to use lerna link Wanseob Lim 2020-04-10 04:47:52 +09:00
  • 890d46695d refactor: rename testnet package Wanseob Lim 2020-04-10 04:17:38 +09:00
  • 8c1150fd22 feat: basic structure of core package Wanseob Lim 2020-04-10 02:43:29 +09:00
  • 09f4d646d7 refactor(contracts): make it use an existing web3 instance Wanseob Lim 2020-04-08 16:44:51 +09:00
  • 147ab04101 fix: lerna testable Wanseob Lim 2020-04-08 02:15:57 +09:00
  • 68ef39d8ef fix: make option param optional Wanseob Lim 2020-04-08 02:14:52 +09:00
  • 052c531c25 feat: test env Wanseob Lim 2020-04-08 00:59:44 +09:00
  • e831c23714 refactor: contract to ts Wanseob Lim 2020-04-07 04:25:21 +09:00
  • 5359644557 fix: string compare Wanseob Lim 2020-04-07 03:33:57 +09:00
  • a76b51221a Ignore vscode settings Wanseob Lim 2020-04-06 22:24:45 +09:00
  • 90df3e9639 refactor: implement account, database, tree packages Wanseob Lim 2020-04-06 22:21:49 +09:00
  • 8e51766508 fix(contracts): resolve compile bug Wanseob Lim 2020-04-05 23:22:30 +09:00
  • 384450530f refactor: commons to core Wanseob Lim 2020-04-05 04:37:07 +09:00
  • 4dbadb35f9 refactor(contracts): reduce the header size Wanseob Lim 2020-04-05 01:55:49 +09:00
  • 3926418e30 refactor: add coordinator package Wanseob Lim 2020-04-02 17:42:40 +09:00
  • 0daa2ed11e Add typescript porting script Wanseob Lim 2020-04-02 17:32:48 +09:00
  • 11d7bb1646 Implement wallet Wanseob Lim 2020-04-02 16:01:43 +09:00
  • c8850a3a06 implement tree package Wanseob Lim 2020-04-02 16:01:09 +09:00
  • 94576cbb61 implement commons package Wanseob Lim 2020-04-02 16:00:43 +09:00
  • 1c5b14aea2 refactor(circuits): add zkopru circuits Wanseob Lim 2020-03-31 04:40:18 +09:00
  • 9051446a81 refactor: add contract packages from zk-optimitsic-rollup Wanseob Lim 2020-03-31 03:15:31 +09:00