Commit Graph

107 Commits

Author SHA1 Message Date
CaiHQ
7da128f73f update docker files 2024-12-23 16:13:27 +08:00
CaiHQ
f8465b121a update doip 2024-07-22 21:08:16 +08:00
CaiHQ
f61e2c970c feat: support regx match 2024-05-23 15:28:42 +08:00
Kaidong Wu
e9f7a9140b
feat(agent-backend): adds wildcard character support for startContract.path in cmconfig.json 2024-05-23 13:27:30 +08:00
CaiHQ
540a4232d0 auto prune 2023-12-15 16:46:26 +08:00
CaiHQ
22532666dd update doip-sdk 2023-12-15 16:46:24 +08:00
Frank.R.Wu
73feba9b0e build: config spotless plugin and reformat code 2023-06-15 11:08:00 +08:00
Frank.R.Wu
1bf3ccc059 fix: fix version of org.bdware.doip:bdosclient:0.0.7 2023-06-12 21:50:35 +08:00
CaiHQ
07e5070316 add temporyaction 2023-06-09 18:20:26 +08:00
CaiHQ
e925d0e9e7 support doip-start-port in TempActions 2023-04-28 17:51:36 +08:00
CaiHQ
94f1b6dc7d support doip-cluster 2023-04-24 18:57:40 +08:00
CaiHQ
3f4d154d2b update doip-sdk irp-sdk 2023-04-05 16:25:52 +08:00
CaiHQ
0d4f0243a2 prune origin doi logic 2023-03-31 17:13:50 +08:00
CaiHQ
af298b6ae7 prune old doi logic 2023-03-31 17:10:40 +08:00
CaiHQ
e76865fb09 fix sigar dynamiclib missing
fix netty dynamiclib missing
fix BCOManager
2023-03-30 23:51:52 +08:00
CaiHQ
8fa064ee8a update bdrepo support 2023-03-30 14:58:43 +08:00
CaiHQ
aef5f5fe38 Merge branch 'master' of gitee.com:BDWare/agent-backend 2023-02-08 14:02:10 +08:00
CaiHQ
964d9a9fbc prune CMHttpServer 2023-02-08 14:01:55 +08:00
CaiHQ
6d90352b6f prune CMHttpServer 2023-02-08 13:59:03 +08:00
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