Commit Graph

  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • |\
  • | *
  • | *
  • | *
  • * |
  • | *
  • | *
  • |/
  • *
  • *
  • *
  • *
  • |\
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • | *
  • * |
  • * |
  • |/
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • |\
  • * |
  • * |
  • c106b89f (HEAD -> master, tag: 1.6.5, release/1.6.5, develop) timeout for mq order tx by liuyuanmu 2022-10-20 19:43:06 +0800
  • fa1236e3 release 1.6.5 by liuyuanmu 2022-10-18 17:13:45 +0800
  • 20522295 update readme by liuyuanmu 2022-10-18 16:34:08 +0800
  • 2aad9cb9 update gw config; update LEDGER_PREFIX by liuyuanmu 2022-10-18 16:25:56 +0800
  • 41740a37 update mq log by liuyuanmu 2022-10-18 14:32:45 +0800
  • 71cc280f fix cache bugs by liuyuanmu 2022-10-18 14:32:17 +0800
  • afe4ccf4 update log config by liuyuanmu 2022-10-18 10:17:12 +0800
  • 595fe753 update mq.config by liuyuanmu 2022-10-18 10:15:13 +0800
  • ab72d9f8 refactor mq by liuyuanmu 2022-10-18 10:14:32 +0800
  • 36a9c72b add cache service by liuyuanmu 2022-10-17 17:34:41 +0800
  • abc80140 fix contract cache bug by liuyuanmu 2022-08-16 21:02:26 +0800
  • 5dd290de fix mq multi ledgers bug by liuyuanmu 2022-08-12 16:26:33 +0800
  • aa5a7e90 update cli by liuyuanmu 2022-08-12 16:24:12 +0800
  • 56ac3e30 update ca cli by liuyuanmu 2022-06-21 10:44:19 +0800
  • b09de33a update fastjson to 1.2.83 by liuyuanmu 2022-06-21 10:06:05 +0800
  • 1d64f466 update bulletproof utils by liuyuanmu 2022-06-21 09:48:56 +0800
  • 2156e9d3 enhance tls config and cli; fix kvdb bugs in kv mode. by liuyuanmu 2022-06-21 09:46:49 +0800
  • 85ec92c1 update doc site by liuyuanmu 2022-06-06 18:46:58 +0800
  • 20311501 (release/1.6.4) fix explorer bugs by liuyuanmu 2022-05-17 17:39:09 +0800
  • a705bfd6 shut down gateway completely in MQ mode by liuyuanmu 2022-05-14 16:40:31 +0800
  • d0071d27 update gw config by liuyuanmu 2022-05-14 16:04:28 +0800
  • a27def1b update testnet tool by liuyuanmu 2022-05-14 16:03:25 +0800
  • 8a3fef39 fix contract security bugs by liuyuanmu 2022-05-12 19:53:12 +0800
  • b3b5eb2c remove bllom and lru by liuyuanmu 2022-05-12 13:25:31 +0800
  • 9220343d (tag: 1.6.4) disable log_to_disk by liuyuanmu 2022-05-11 10:31:03 +0800
  • 98df371f fix bolt dependency error by liuyuanmu 2022-05-11 01:30:27 +0800
  • 9ed7ea98 release 1.6.4 by liuyuanmu 2022-05-10 22:37:54 +0800
  • bd3a7e34 update json tools in contract context by liuyuanmu 2022-05-10 18:19:03 +0800
  • 4f48d811 support Shamir by liuyuanmu 2022-05-10 17:39:11 +0800
  • 6b5cd3e0 make sure gmssl provider enabled by liuyuanmu 2022-05-10 10:45:18 +0800
  • 155f073e update testnet tool by liuyuanmu 2022-05-10 10:38:25 +0800
  • e1e36cee update core by liuyuanmu 2022-05-10 00:13:35 +0800
  • 7c46ee37 not enable gmssl provider default for peer by liuyuanmu 2022-05-09 23:19:23 +0800
  • 560f19df fix toInt bug by liuyuanmu 2022-05-09 23:18:45 +0800
  • 7acc858d fix crypto init configuration bug by liuyuanmu 2022-05-09 00:18:55 +0800
  • 56759a4b remove useless files by liuyuanmu 2022-05-09 00:10:44 +0800
  • 90da06d4 Merge branch 'feature/crypto-adv' into develop by liuyuanmu 2022-05-08 23:37:51 +0800
  • 90a6732b submodules merge develop by liuyuanmu 2022-05-08 23:37:27 +0800
  • c22184ff add BulletProofLib by liuyuanmu 2022-05-07 10:38:50 +0800
  • 1db0e8fb move crypto-adv to utils and add elgamal, paillier to crypto framework by liuyuanmu 2022-05-06 00:34:23 +0800
  • bea7e1d6 merge kv opti code, update sub module by zhangshuang53 2022-04-29 16:11:47 +0800
  • 3c44d87f fix tls bugs by liuyuanmu 2022-04-28 20:13:06 +0800
  • 7a35c6bc remove async sign checking and add system.epoch.delay in testnt config tool by liuyuanmu 2022-04-28 17:41:55 +0800
  • 8df5db2d fix contractRuntimeConfig NullPointerException in KV mode by liuyuanmu 2022-04-27 14:42:13 +0800
  • 29ff5d64 support Wasm and Rust contract by liuyuanmu 2022-04-27 14:06:37 +0800
  • beef5f54 update bft by liuyuanmu 2022-04-27 11:39:15 +0800
  • c45337f6 Merge branch 'develop' of coding.jd.com:jdchain/jdchain into develop by liuyuanmu 2022-04-27 11:26:39 +0800
  • 96e53957 update testnet cli by liuyuanmu 2022-04-27 11:15:39 +0800
  • 773404b8 async sign checking by liuyuanmu 2022-04-27 11:11:16 +0800
  • 5f85827a add contract deploy info logging by liuyuanmu 2022-04-27 10:47:45 +0800
  • d8da23d8 update copyright by liuyuanmu 2022-04-27 10:22:52 +0800
  • f3a4f5d1 contract sdk support provided version by liuyuanmu 2022-04-27 10:18:32 +0800
  • 9f4b0a49 remove base58 encoding in log by liuyuanmu 2022-04-27 09:57:26 +0800
  • e52a8658 add ledgers/{ledgerHash}/settings/crypto api by liuyuanmu 2022-04-27 09:39:30 +0800
  • 4e7f67ca fix gmtls bugs by liuyuanmu 2022-04-27 09:28:48 +0800
  • ba797a2c add userPriv account exist check and state transfer block integrity check, update core, framework, test and bft submodule by zhangshuang53 2022-04-26 20:01:11 +0800
  • e3aab891 security for explorer by liuyuanmu 2022-04-26 18:34:37 +0800
  • 84d2bc85 fix contract safity bugs by liuyuanmu 2022-04-26 18:03:34 +0800
  • f9e4a9ab update doc for manager tool by imuge 2022-04-13 11:33:21 +0000
  • 587f10fc (release/1.6.3) fix search bugs by liuyuanmu 2022-04-11 20:13:40 +0800
  • fbadab55 fix contract bugs by liuyuanmu 2022-04-11 13:30:47 +0800
  • c40203bc (tag: 1.6.3) update core by liuyuanmu 2022-03-18 22:26:12 +0800
  • 0fe43e41 update testnet cli by liuyuanmu 2022-03-18 21:56:55 +0800
  • 7cce7db1 release 1.6.3 by liuyuanmu 2022-03-18 21:40:02 +0800
  • 930df99c update tests by liuyuanmu 2022-03-18 20:55:22 +0800
  • ff734b81 remove kengen.sh by liuyuanmu 2022-03-18 19:26:44 +0800
  • b93a09e8 update minimal node size by liuyuanmu 2022-03-18 19:24:47 +0800
  • 62406dd8 fix contract safe bug by liuyuanmu 2022-03-18 18:48:37 +0800
  • fab6bea1 gw fully closed by liuyuanmu 2022-03-18 16:19:20 +0800
  • c5a71dc4 update minimal node size for node management by liuyuanmu 2022-03-18 16:08:25 +0800
  • cb79c076 update contract display by liuyuanmu 2022-03-18 16:00:01 +0800
  • 41b432a7 update GM TLS configs by liuyuanmu 2022-03-17 21:37:14 +0800
  • fa111b25 update testnet for raft by liuyuanmu 2022-03-17 21:33:39 +0800
  • 5e403676 update raft nodes management by liuyuanmu 2022-03-16 19:54:11 +0800
  • 55d33ca6 update explorer by liuyuanmu 2022-03-16 18:50:07 +0800
  • 5ab8373d move raft.path from raft.config to local.config by liuyuanmu 2022-03-16 17:41:58 +0800
  • 2ed9cac4 update explorer by liuyuanmu 2022-03-15 23:17:54 +0800
  • 05e39819 decompileEntranceClass without contract lang by liuyuanmu 2022-03-15 21:12:47 +0800
  • c3c4ce21 update peer-startup script by liuyuanmu 2022-03-15 00:17:25 +0800
  • 0cfa7fe3 fix ripemd160 switch bug by liuyuanmu 2022-03-14 23:48:53 +0800
  • 50979bbb testnet tools for raft by liuyuanmu 2022-03-14 23:38:25 +0800
  • 81d17cc5 update configs by liuyuanmu 2022-03-14 22:33:34 +0800
  • 3686989b update utils version for bftsmart by liuyuanmu 2022-03-14 22:23:19 +0800
  • 167933a7 update testnet tools by liuyuanmu 2022-03-14 22:22:46 +0800
  • 944f58ff fix contract saft bugs by liuyuanmu 2022-03-11 17:55:29 +0800
  • e256f842 remove google dependencies from cli by liuyuanmu 2022-03-10 15:49:07 +0800
  • 67e4c57a fix search error by liuyuanmu 2022-03-10 15:16:59 +0800
  • 8c775fcb refactor HashAlgorithmUpdateOperation and ConsensusSettingsUpdateOperation by liuyuanmu 2022-03-10 14:53:32 +0800
  • a353852d upfate DiskStateLog: remove System.out and change log path by liuyuanmu 2022-03-10 11:51:11 +0800
  • 8ab32faa define more explicit contractual errors by liuyuanmu 2022-03-10 11:17:53 +0800
  • 1b203398 fix contract bugs by liuyuanmu 2022-03-09 21:12:38 +0800
  • 13e6b3f4 delete explorer useless files by liuyuanmu 2022-03-09 21:06:31 +0800
  • 3eee7091 fix contract bugs by liuyuanmu 2022-03-09 21:05:33 +0800
  • 6eedf467 fix log dependency error by liuyuanmu 2022-03-09 16:17:32 +0800
  • aa4dea01 update mq by liuyuanmu 2022-03-09 11:27:47 +0800
  • 0960d9e8 remove docs && update configs by liuyuanmu 2022-03-09 10:30:30 +0800
  • c17eaa8b fix merge errors by liuyuanmu 2022-03-09 10:12:27 +0800
  • 4d4ee1fe Merge remote-tracking branch 'origin/feature/contract-safe' into develop by liuyuanmu 2022-03-09 10:08:34 +0800
  • b537d771 fix merge errors by liuyuanmu 2022-03-08 19:56:41 +0800
  • fb164a05 merge feature/gmssl_support_bgmprovider by liuyuanmu 2022-03-08 18:43:54 +0800