Commit Graph

  • a71a783792 chore(deps): bump cookiejar from 2.1.3 to 2.1.4 dependabot/npm_and_yarn/cookiejar-2.1.4 dependabot[bot] 2023-01-24 15:11:08 +00:00
  • 58e7e67c78 chore(deps): bump moment-timezone from 0.5.34 to 0.5.40 dependabot/npm_and_yarn/moment-timezone-0.5.40 dependabot[bot] 2023-01-11 14:53:44 +00:00
  • dced82146d chore(deps): bump decode-uri-component from 0.2.0 to 0.2.2 dependabot/npm_and_yarn/decode-uri-component-0.2.2 dependabot[bot] 2023-01-11 14:53:37 +00:00
  • 9044257c76 chore(deps): bump terser from 5.12.0 to 5.16.1 dependabot/npm_and_yarn/terser-5.16.1 dependabot[bot] 2023-01-11 14:53:36 +00:00
  • 79b76616d6 chore(deps): bump cross-fetch from 2.2.5 to 2.2.6 dependabot/npm_and_yarn/cross-fetch-2.2.6 dependabot[bot] 2023-01-11 14:53:33 +00:00
  • b632d2226a chore(deps): bump ejs from 3.1.6 to 3.1.8 dependabot/npm_and_yarn/ejs-3.1.8 dependabot[bot] 2023-01-11 14:53:33 +00:00
  • 19e733cd81 chore(deps): bump @openzeppelin/contracts from 3.4.1 to 4.7.3 dependabot/npm_and_yarn/openzeppelin/contracts-4.7.3 dependabot[bot] 2023-01-11 14:53:29 +00:00
  • feaa039f0f chore(deps): bump node-fetch from 2.6.7 to 3.2.10 dependabot/npm_and_yarn/node-fetch-3.2.10 dependabot[bot] 2023-01-11 14:53:26 +00:00
  • c2f65d917c chore(deps): bump sqlite3 from 5.0.2 to 5.0.3 dependabot/npm_and_yarn/sqlite3-5.0.3 dependabot[bot] 2023-01-11 14:53:24 +00:00
  • 340d5f3f0b fix: add forceExit flag for end of test main sifnoc 2023-01-11 12:12:25 +00:00
  • 4799c1e540 fix: provider destroy after test sifnoc 2023-01-10 12:14:45 +00:00
  • ab3ee81d5e fix: test-cli and chores (#18) sifnoc 2023-01-09 21:57:59 +09:00
  • fcd3680f29 feat: added method name as argument for logging sifnoc 2022-06-28 10:45:14 +00:00
  • 43b53b896a fix: input type in depositERC721Tx sifnoc 2023-01-04 12:18:41 +00:00
  • eb861c84e5 fix: type in wsprovider sifnoc 2023-01-07 16:38:39 +09:00
  • d0db501ab6 chore: remove unnecessary log sifnoc 2022-06-28 14:11:03 +00:00
  • 1c0039ae9d chore: remove *.bak files on contract package sifnoc 2022-06-28 14:10:01 +00:00
  • f16c567f75 fix: generate id from uuid to hash sifnoc 2022-11-28 11:44:51 +00:00
  • 298a593172 feat: add index to deposit table sifnoc 2023-01-07 16:32:34 +09:00
  • 84e1444343 chore: add some doc for local dev sifnoc 2022-10-31 14:10:51 +00:00
  • c566b36d2f fix: using defualt port sifnoc 2022-10-31 13:35:29 +00:00
  • e7cab605c9 fix: hardhat config and set automine for testnet in local sifnoc 2022-10-31 10:48:03 +00:00
  • bb36a4eeda chore: add and remove comments sifnoc 2022-10-19 13:40:20 +00:00
  • fc49dbbfbd feat: added more reliable provider sifnoc 2022-10-19 07:22:25 +00:00
  • 48aa314f7e fix: variable name following contract sifnoc 2022-10-25 15:17:13 +00:00
  • edbeaf5bc8 fix: url update event handler scope error sifnoc 2022-10-25 14:03:59 +00:00
  • 3f44b831f3 fix(tx): set the arg, ethChanges, as optional KimiWu 2022-11-18 11:22:14 +08:00
  • dd50d2f8a9 fix(tx): fix the calculation of eth changes to support sending all ETH KimiWu 2022-11-17 11:05:18 +08:00
  • 8ad2bab2df test(tx): fix test cases for nft KimiWu 2022-11-16 15:35:15 +08:00
  • 3389842542 fix(tx): add inflow limit, it's 4 now KimiWu 2022-11-15 12:18:39 +08:00
  • 40a0b43cc0 refactor(tx): refactor txBuilder.build() KimiWu 2022-11-11 14:52:56 +08:00
  • c0f71d9a21 test(tx): impl. test cases for txBuilder.build() KimiWu 2022-11-08 15:15:35 +08:00
  • 7585dbcf95 test(tx): add test description for tx-builder first KimiWu 2022-11-07 17:21:18 +08:00
  • fc88d557ce feat: store l2 private key instead of l1 private key in ZkAccount KimiWu 2022-11-05 13:43:18 +08:00
  • d5abe3150f feat(cli): add a L2 account which is the same as the one generated by MetaMask in wallet menu KimiWu 2022-11-01 09:46:34 +08:00
  • eb3429d766 chore: rename network to testnet in contract deploy:local command KimiWu 2022-11-02 10:13:19 +08:00
  • 7fcc939305 config(cli): comment out auto-mining KimiWu 2022-10-31 12:07:22 +08:00
  • 72128206ab Revert "fix: remove BLOCK_CONFIRMATION gap when checking events, deposit/depositUtxo/massDeposit/newProposal, right after service starts" KimiWu 2022-10-31 11:21:36 +08:00
  • 5307b38c05 fix(transaction): incorrect outflow when building a tx. Happened when a utxo including eth and erc20 and using the utxo to pay the gas fee KimiWu 2022-10-31 10:58:37 +08:00
  • 4328992cda fix: not to check inflow and outflow equavilent if outflow is empty KimiWu 2022-10-25 17:58:52 +08:00
  • 8a4cb3945e fix: remove BLOCK_CONFIRMATION gap when checking events, deposit/depositUtxo/massDeposit/newProposal, right after service starts KimiWu 2022-10-24 17:15:46 +08:00
  • 21641c9246 fix: using note as Deposit primaryKey in DB KimiWu 2022-10-24 17:12:15 +08:00
  • 982bd9b198 feat: add contract deploy:local KimiWu 2022-10-24 17:10:55 +08:00
  • 483ee33425 fix: add depositTx and depositErc20Tx back and some minor refine KimiWu 2022-10-24 17:10:06 +08:00
  • e61dcd6b2c fix: refine database schema for deposit KimiWu 2022-10-18 10:29:16 +08:00
  • 3db60c7a7a fix: database schema only for fix deposit sifnoc 2022-08-27 11:13:58 +00:00
  • 4f1bee4c71 fix: coordinator mark invalid block which following uncle sifnoc 2022-08-15 10:26:16 +00:00
  • 43ac44b158 chore(cli): move config files and cleanup KimiWu 2022-10-17 10:56:55 +08:00
  • 092f02538d fix: decimal() is not a function of IERC20(standard ERC20) KimiWu 2022-10-16 16:18:23 +08:00
  • a5a06e4610 fix: add 0x prefixe check KimiWu 2022-10-16 16:16:15 +08:00
  • e94730b0f5 fix(cli): apply web3-provider-ws to prevent from connection lost KimiWu 2022-10-16 16:11:39 +08:00
  • c5024a9203 fix: workaround for undefined error in cli test KimiWu 2022-10-16 15:06:24 +08:00
  • b25043ffe4 ci: recover circleci/config.yml KimiWu 2022-10-07 15:03:15 +08:00
  • 480a2d7f89 test(cli): decrease testing time for some cases and make testing parallelly KimiWu 2022-10-05 17:21:52 +08:00
  • 0c0155ebdb test(cli): fix Jest error: an unexpected token KimiWu 2022-10-03 16:54:54 +08:00
  • c9091e352b test(cli): run tests on hardhat node KimiWu 2022-10-03 16:01:49 +08:00
  • 6ec735d21a refactor(cli): move START_CODE and EXIT_CODE to another file for testing KimiWu 2022-10-02 10:01:21 +08:00
  • 7538df0fb8 CI(cli): add cli testing in CI KimiWu 2022-10-01 09:18:55 +08:00
  • 2d0402c7cd test(cli): add cases for deposit ERC20 and ERC721 KimiWu 2022-09-30 20:56:30 +08:00
  • 530dbbe2ec chore(cli): make cli test serially KimiWu 2022-09-30 16:48:49 +08:00
  • 7bbd069512 fix(coordinator): add missed await in registerVk KimiWu 2022-09-30 16:45:46 +08:00
  • 2cce39f737 test(cli): remove reigisterVK and completeSetup, both were done in deployment script KimiWu 2022-09-30 16:43:20 +08:00
  • c0570d7d13 chore(cli): enhance some error handling KimiWu 2022-09-30 16:33:32 +08:00
  • 0995737d15 test(cli): completed the test of loading a light node under wallet/configurator KimiWu 2022-09-28 11:42:12 +08:00
  • 8030898ca8 test(cli): test cases for cli/coordinator/prompts were done KimiWu 2022-09-25 17:43:35 +08:00
  • 895eef96f3 fix(cli/test): force covert config type KimiWu 2022-09-25 17:42:27 +08:00
  • db9774454e test(cli): completed test cases for cli/coordinator/example-config KimiWu 2022-09-22 08:41:43 +08:00
  • 8562e3be29 test(cli): test cases for cli/coordinator/config-prompts done KimiWu 2022-09-21 14:50:07 +08:00
  • 4374e14ddc test(cli): finish cli/wallet test cases KimiWu 2022-09-13 11:02:22 +08:00
  • 339aa8564c test(cli): finish eth transfer KimiWu 2022-09-09 13:15:05 +08:00
  • 98afa4e0bd fix(cli): using string as input for parseEther KimiWu 2022-09-09 13:12:53 +08:00
  • d74e89d880 fix(zk-wizard): fix where clause when status is undefined KimiWu 2022-09-09 13:11:08 +08:00
  • 937d4d6fec test(cli): add test cases for cli/wallet/prompts(draft) KimiWu 2022-09-07 16:35:12 +08:00
  • f835ecaab4 fix(zk-wizard): add zero check in depositEther KimiWu 2022-09-07 16:32:19 +08:00
  • e6ca08342c fix(cli): set default provider if no input provider when calling HDwallet.retrieveAccounts KimiWu 2022-09-07 13:48:28 +08:00
  • 460eebbe42 test(cli): refactor mock objects KimiWu 2022-09-06 11:17:22 +08:00
  • 432ad9bb35 test(cli): add test cases for cli/wallet/configurator KimiWu 2022-09-02 17:11:14 +08:00
  • 2545682af9 fix(cli): should ask password if creating a new wallet KimiWu 2022-09-02 17:08:40 +08:00
  • 293f0218b1 chore: add jest-mock dep. and hardhat config KimiWu 2022-09-01 07:25:04 +08:00
  • ba0ccb91cd chore: remove web3-utils KimiWu 2022-09-01 07:23:18 +08:00
  • 7be0f65d0d fix(cli): select ERC20 to deposit but operate ERC721 balance KimiWu 2022-09-01 07:22:24 +08:00
  • dd4880d058 chore: remove trail space in coordinator.dev.json KimiWu 2022-08-29 14:20:54 +08:00
  • 51aa8fe9e3 chore(coordinator): remove sleep bcs not using docker anymore KimiWu 2022-08-29 12:27:56 +08:00
  • 724aa67a74 fix(account): incorrect usage of encrypting keystore files with ethers.account KimiWu 2022-08-26 11:08:33 +08:00
  • ebfa642969 fix: incorrect using of BigNumber KimiWu 2022-08-24 16:56:46 +08:00
  • b0b0fd26c9 chore(cli): update provider info under coordinator and wallet config file KimiWu 2022-08-24 14:59:59 +08:00
  • 292bc5d3d9 fix(core): remove toHexString when creating proofId KimiWu 2022-08-24 14:51:27 +08:00
  • aa89184712 fix: rename encryptedKeystore back to keystore for compatibility KimiWu 2022-08-24 10:35:52 +08:00
  • 273640404b chore: refine error messages and test desc. with web3 KimiWu 2022-08-17 16:36:13 +08:00
  • d748158a61 refactor: replace web3-eth-abi with ethers KimiWu 2022-08-17 16:34:25 +08:00
  • 4584dc69ec fix: add zero padding when calc. the hash of merged deposits KimiWu 2022-08-17 15:50:10 +08:00
  • 377c20654b fix: incorrect usage of ethers components KimiWu 2022-08-16 14:51:25 +08:00
  • cd2ac82801 refactor: replace web3 with ethers and update package.json KimiWu 2022-08-16 09:54:09 +08:00
  • 1cab956eb3 fix: account connect to provider sifnoc 2022-05-24 23:14:11 +00:00
  • 758521b2e6 refactor: split test cases sifnoc 2022-05-23 13:15:49 +00:00
  • 6f77d9e3db fix: does not support todo method in test sifnoc 2022-05-10 20:50:41 +00:00
  • 56d776aec3 fix: test number and indent sifnoc 2022-05-08 16:41:27 +00:00
  • 047d3dbfba fix: maxBid configuration figures to wei sifnoc 2022-05-04 17:46:37 +00:00
  • 32834ab5e3 feat: create auction test cases sifnoc 2022-04-23 14:12:16 +00:00
  • 345b7307ca feat: added new coordinator as bid competitor sifnoc 2022-04-21 15:57:03 +00:00