Commit Graph

88 Commits

Author SHA1 Message Date
haoeliu@foxmail.com
b229ed8c67 fix the CertificateCompressionAlgo bug by replacing netty version to 2.0.50.Final in build.gradle 2023-01-25 18:09:08 +08:00
CaiHQ
7c91416350 add update node manager 2022-11-29 15:14:58 +08:00
CaiHQ
e93c07ed84 fix: assets file cache bugs 2022-10-25 17:48:07 +08:00
CaiHQ
926078e081 add support for remote debug 2022-09-02 21:31:23 +08:00
Frank.R.Wu
b5a9b2d085 merge: remove unused files
remove SelfAdaptiveShardingExecutor
2022-07-30 16:27:37 +08:00
Frank.R.Wu
7791c78c58 feat(agent-backend): add event publishing
prune CMActions; add NodeCenterClientController.publishEventFromCenter
2022-07-29 22:59:19 +08:00
Frank.R.Wu
90cdabfa92 feat(agent-backend)
deprecate SelfAdaptiveShardingExecutor
2022-07-29 22:59:19 +08:00
Frank.R.Wu
87d32ab220 feat: update SelfAdaptiveSharding
use independent thread pool to handle messages;ignore body validation
2022-07-29 22:59:19 +08:00
Frank.R.Wu
ed507b14b4 fix: fix bugs in SelfAdaptiveShardingExecutor
remove body check in SelfAdaptiveShardingExecutor.Block.isValid
2022-07-29 22:59:19 +08:00
Frank.R.Wu
78366fcb55 feat: update SelfAdaptiveSharding
set delay of period task to 1s
2022-07-29 22:59:19 +08:00
CaiHQ
ea71e8a358 add join support 2022-06-28 19:49:54 +08:00
CaiHQ
2758eb42e4 front: support startMulitipoint with args
fix: ContractClient missing arguments error
update: @Router arguments format
fix: ContractStatusRecorder null exception
2022-06-26 17:54:30 +08:00
garvey-wong
ccdc33424e feat: assign variable isDebug 2022-06-10 12:00:44 +08:00
CaiHQ
18521aaf82 debug raft 2022-05-27 17:48:25 +08:00
CaiHQ
928e89988e upgrade common 2022-05-23 17:14:09 +08:00
CaiHQ
de30170d65 doc: docker deploy
feat: support docker debug
2022-05-23 17:06:54 +08:00
CaiHQ
a553a13a31 add byte test 2022-05-05 13:42:28 +08:00
CaiHQ
3000ba5874 update docker configs 2022-05-05 13:39:17 +08:00
garvey-wong
da1f524a06 feat: sharding executor exec locally 2022-05-03 15:01:46 +08:00
CaiHQ
5a4fdb8a13 feat: support createParam
feat: docker script
2022-04-21 10:18:47 +08:00
CaiHQ
0a24986907 add nodecenterws config 2022-03-30 11:17:08 +08:00
CaiHQ
aacd939408 support ledgerparams
add startContract at cmconfig.json
add docker scripts
2022-03-22 23:52:01 +08:00
CaiHQ
b1bf67c802 fix: MultiPointCooperationExecutor 2022-02-18 11:14:10 +08:00
CaiHQ
8618e61d98 Merge branch 'feat/consistency-sdk' of https://gitee.com/BDWare/agent-backend 2022-02-17 16:43:50 +08:00
CaiHQ
f3f146b30a test action: prune killed Contract 2022-02-17 16:42:17 +08:00
汪旭鑫
e2df294d65 refactor: sdk for consensus algorithm 2022-02-15 14:44:15 +08:00
CaiHQ
fc7512f50f upgrad doipsdk 2022-01-09 00:04:04 +08:00
CaiHQ
ce77ebe0b9 prune: use stable doip-sdk 2022-01-04 10:16:20 +08:00
Frank.R.Wu
bc8f539c9c feat: add EventWSActions.pubEvent
add EventWSActions.pubEvent to allow clients to publish events, and return generated key pair if the client doesn't signature the event
2021-12-29 20:26:21 +08:00
CaiHQ
9f30c938da optimize receive file 2021-12-29 11:52:24 +08:00
Frank.R.Wu
bc4eb8b828 chore: update build.gradle
upgrade io.grpc:grpc-all from 1.41.0 (uses io.netty:4.1.52.Final) to 1.43.1 (uses io.netty:4.1.63.Final); optimize logs in CMHttpHandler and NetworkManager; rename CMHttpServer.parseConf to CMHttpServer.configServer
2021-12-23 21:42:41 +08:00
CaiHQ
5034e36d86 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
a3149bec5c optimize build.gradle 2021-12-21 17:48:30 +08:00
CaiHQ
db5e8451b0 update join info
support joinCount function
2021-12-17 12:54:02 +08:00
Frank.R.Wu
0ea97d17cb chore: update log4j2.properties
remove unused log4j2.formatMsgNoLookups=true
2021-12-12 17:10:10 +08:00
Frank.R.Wu
33f8bda665 feat: update logs
optimize logs in NodeCenterClientController; reformat CMHttpServer
2021-12-11 22:29:24 +08:00
Frank.R.Wu
55d7453ab6 feat: use JsonUtil to optimize CMActions
replace all JsonParser to JsonUtil
2021-12-11 19:27:54 +08:00
Frank.R.Wu
40a638be5b refactor: update ContractManagerFrameHandler
use JsonUtil to optimize ContractManagerFrameHandler.channelRead0
2021-12-11 17:58:04 +08:00
Frank.R.Wu
bb9e5f9b4f chore: update log4j2.properties
add 'log4j2.formatMsgNoLookups=true' to deal with the vulnerability of log4j2:2.14.1
2021-12-10 17:41:32 +08:00
Frank.R.Wu
4a589474b4 refactor: optimize logs 2021-12-09 14:43:11 +08:00
Frank.R.Wu
0e85394612 feat: update event mechanism
rename EventActions to EventWSActions; add EventActions to handle event messages, and register it in TCP*FrameHandler; update AgentManager to support event mechanism, update NetworkManager and NodeCenterClientController to provide node list
2021-12-07 21:33:36 +08:00
CaiHQ
5ffc5fb813 Merge remote-tracking branch 'origin/master' 2021-12-07 21:09:20 +08:00
CaiHQ
dbd4953daa support join annotation 2021-12-07 21:09:05 +08:00
Frank.R.Wu
b975a0227a feat: update SelfAdaptiveShardingExecutor
update SelfAdaptiveShardingExecutor to add height to the blocks; update cmstop.sh to not print error message when process doesn't exits
2021-12-03 15:29:50 +08:00
CaiHQ
802713a001 feat: support jsontype in execute contract 2021-12-03 11:19:29 +08:00
CaiHQ
ac77d55952 optimize verifykey 2021-11-30 17:17:55 +08:00
CaiHQ
ca8afb8333 sync versions 2021-11-29 09:09:44 +08:00
CaiHQ
1dc3790784 refactor: move pbft classes 2021-11-28 14:52:36 +08:00
Frank.R.Wu
7efdeff5bc fix: fix bugs in event mechanism
fix bugs in event delivering cross nodes
2021-11-26 15:54:34 +08:00
Frank.R.Wu
789a896cca feat: add CMDConf
set -debug=all to set rootLogger as DEBUG
2021-11-22 15:23:50 +08:00