CaiHQ
f74c4f040f
add raft
2022-05-27 15:27:56 +08:00
dongrui
34cedb8a13
add write boolean to util
2022-05-26 13:07:08 +00:00
CaiHQ
488fbb4a63
Merge branch 'master' of https://gitee.com/BDWare/common
2022-05-23 17:07:29 +08:00
CaiHQ
6366b2fc1f
doc: docker deploy
...
feat: support docker debug
2022-05-23 17:06:54 +08:00
CaiHQ
f292deae14
refactor: add bdledger dependencies
...
feat: IRPUtil
feat: support debug in docker
2022-05-20 22:50:13 +08:00
CaiHQ
f746ccb7dc
prune: update modules for mvn repository
2022-05-13 23:51:46 +08:00
CaiHQ
6a7b355b18
keepsync
2022-05-05 13:29:02 +08:00
CaiHQ
8d15c15192
Merge branch 'master' of https://gitee.com/BDWare/common
2022-05-05 13:28:49 +08:00
CaiHQ
0df8ff0278
update docker configs
2022-05-05 13:28:29 +08:00
CaiHQ
b78c6a0c98
feat: support onCreateParams
2022-05-02 20:49:37 +08:00
WangXuxin
7a9ce393cd
feat: support @RouteInfo byFunc
2022-04-27 10:23:33 +08:00
CaiHQ
8bf4b1c57d
feat: support createParam
...
feat: docker script
2022-04-21 10:18:48 +08:00
CaiHQ
47661ad923
fix: null point exception
2022-04-12 16:30:24 +08:00
CaiHQ
1d3efbdb97
support serialzable json
2022-04-07 18:49:57 +08:00
CaiHQ
4047f03151
feat: support onCreateParams
2022-04-07 15:48:39 +08:00
2d6c0e4874
fix setGlobal
2022-03-16 14:38:04 +08:00
CaiHQ
9856f08003
fix: MultiPointCooperationExecutor
2022-02-18 11:14:11 +08:00
Frank.R.Wu
62533a0da1
feat: update event mechanism
...
add second centers for event topics
2022-01-20 20:55:49 +08:00
CaiHQ
f77305c0ef
upgrade doipsdk
2022-01-08 23:43:21 +08:00
CaiHQ
2ce57c111e
fix: binarySearch bugs in TimeSerialIndex
...
feat: support multi tag time index util
2022-01-06 20:33:46 +08:00
CaiHQ
7032dd3b28
prune: unused jarbackup
2022-01-04 10:46:01 +08:00
CaiHQ
7d543f1085
prune: use stable doip-sdk
2022-01-04 10:16:20 +08:00
yanghuanyu
f0c75d4b3c
fix: unpackInternal bug
2021-12-31 15:05:30 +08:00
Frank.R.Wu
43282a3201
feat: remove txHash in REvent.getContentStr
...
remove txHash in REvent.getContentStr to suit EventRecorder
2021-12-29 20:24:03 +08:00
CaiHQ
94c9b867de
optimize receive file
2021-12-29 11:52:24 +08:00
Frank.R.Wu
72878eff91
chore: update build.gradle
...
upgrade io.netty:netty-all from 4.1.52.Final to 4.1.63.Final; optimize imports in JsonUtil
2021-12-23 21:44:30 +08:00
CaiHQ
d10337e42b
Merge remote-tracking branch 'origin/master'
...
# Conflicts:
# build.gradle
2021-12-23 00:16:15 +08:00
CaiHQ
22f3e9e085
optimize: use jquery 2.1.4.min
...
refactor: DOA Contract
update: use doip sdk 1.0.2
optimize build.gradle
2021-12-23 00:14:13 +08:00
CaiHQ
59b3805018
optimize build.gradle
2021-12-21 17:49:25 +08:00
CaiHQ
f9ce2aaff4
deprecate old doipsdk
2021-12-20 15:27:48 +08:00
CaiHQ
e1d0de54fd
fix doip crash
2021-12-20 13:52:22 +08:00
CaiHQ
8548c5ea00
update join info
...
support joinCount function
2021-12-17 12:53:49 +08:00
CaiHQ
fa8af412e6
use log4j 2.15.0
2021-12-12 13:03:53 +08:00
CaiHQ
ea6159d41b
fix port output bugs
2021-12-12 12:46:04 +08:00
Frank.R.Wu
654ec47663
fix: fix bugs in signature of ContractRequest
...
add ContractRequest.parseArg to handle the type of arg
2021-12-11 19:25:43 +08:00
Frank.R.Wu
4bbe861fcc
fix: fix bugs in signature of ContractRequest
...
change type of arg in ContractRequest.getContentStr
2021-12-11 17:54:52 +08:00
Frank.R.Wu
42baeaeef6
feat: remove unused functions
...
remove event-related functions from NodeCenterConn
2021-12-07 21:33:37 +08:00
CaiHQ
b0ef7bbf10
add support for Join Annotation
2021-12-07 20:46:25 +08:00
CaiHQ
7205344a26
feat: support jsontype in execute contract
2021-12-03 11:19:42 +08:00
CaiHQ
42745687ab
feat: support jsontype in executeContract
2021-12-03 11:17:57 +08:00
CaiHQ
022b1d3902
merge pbft algorithm
2021-11-22 11:53:12 +08:00
Frank.R.Wu
9b1ca64af9
feat: update Script
...
update Script.initTextWithCleaning to remove keyword 'view' before compiling
2021-11-21 23:55:17 +08:00
CaiHQ
1ed4dfd496
merge dengshuang-feature
...
refactor: NetworkManager
2021-11-21 23:20:44 +08:00
Frank.R.Wu
fc48bd4503
feat: add ContractResult.Status
...
add ContractResult.Status.Executing to represent that the contract request has been added into blocks and waits for execution
2021-11-17 17:38:07 +08:00
Frank.R.Wu
aa225980fa
feat: update JsonUtil
...
add JsonUtil.parseObject to return JsonElement
2021-11-17 14:50:07 +08:00
Frank.R.Wu
c1654034ac
feat: udpate JsonUtil
...
rename JsonUtil.parseString to JsonUtil.parseStringAsJsonObject, rename JsonUtil.parseObject to JsonUtil.parseObjectAsJsonObject; add JsonUtil.parseReaderAsJsonObject
2021-11-17 14:40:21 +08:00
Frank.R.Wu
2cfd82bb4b
feat: add SelfAdaptiveShardingExecutor
...
add new type of multi-point contract "SelfAdaptiveSharding"
2021-11-11 12:52:39 +08:00
Frank.R.Wu
5ed245459c
fix: fix syntax error in compiling functions
...
fix syntax error in DesktopEngine.compileFunction
2021-11-10 22:07:19 +08:00
Frank.R.Wu
24123435be
feat: update JavaScriptLexer
...
update JavaScriptLexer
2021-11-10 16:52:21 +08:00
Frank.R.Wu
08459fb272
fix: fix bugs in function declaration
...
fix definition of function declarations, allow keyword "view" to be null
2021-11-10 16:18:04 +08:00