Commit Graph

586 Commits

Author SHA1 Message Date
jzhe 9f9610ab58
Merge pull request #314 from meshplus/fix-geneBlock
fix(mempool): fix skipped txs' ptr when generate block.
2021-01-12 14:46:37 +08:00
Lizen0512 d377460c06 fix(mempool): fix skipped txs' ptr when generate block. 2021-01-12 14:40:48 +08:00
jzhe 16cf3eb102
Merge pull request #313 from meshplus/feat/ha-module
feat: add ha module
2021-01-11 14:51:40 +08:00
liweixia eea25c305b feat: add ha module 2021-01-07 15:36:20 +08:00
Aiden X 9f8949be00
Merge pull request #311 from meshplus/fix-ping
fix(swarm):fix the bug of oom caused by the continuous increase of go…
2021-01-05 15:08:48 +08:00
jzhe 521fadba05 fix(swarm):fix the bug of oom caused by the continuous increase of goroutine 2021-01-05 14:11:55 +08:00
Aiden X 798b9f8574
Merge pull request #304 from meshplus/raft-state-update
feat:add raft state update
2021-01-04 14:32:28 +08:00
jzhe 93d86402d7 feat:add raft state update 2021-01-04 14:18:57 +08:00
Sandy Zhou 65a421c770
Merge pull request #308 from meshplus/signature-perf
perf(*): add localList to mark the txs received from api to reduce the number of signature verifications.
2021-01-04 09:35:16 +08:00
Lizen0512 2d3e749dff perf(*): add localList to mark the txs received from api to reduce the number of signature verifications 2020-12-30 21:45:30 +08:00
Sandy Zhou 2985baf07c
Merge pull request #307 from meshplus/solo-peers
fix(solo): fix solo panic bug when call peers releated interface
2020-12-28 15:56:10 +08:00
Lizen0512 2b46f477f8 fix(solo): fix solo panic bug when call peers releated interface 2020-12-28 15:49:21 +08:00
levi9311 34c6c69e09
Merge pull request #301 from meshplus/fix/sendtx-cmd-nonce
fix(cmd): fix cmd client send tx with random nonce
2020-12-25 13:41:15 +08:00
jzhe 18e183f14a
Merge pull request #303 from meshplus/fix/empty-aei-id
fix(executor): check asset exchange id in asset_exchange.go
2020-12-23 14:11:31 +08:00
zhourong 1899e816b6 fix(executor): check asset exchange id in asset_exchange.go 2020-12-23 12:59:18 +08:00
Alexader 6250e76a90 fix(cmd): fix cmd client send tx with random nonce 2020-12-23 12:40:10 +08:00
jzhe 62366d6e95
Merge pull request #299 from meshplus/fix/nil-to-address
fix(api): fix invalid tx sig when tx to is nil
2020-12-23 11:14:27 +08:00
Alexader 9f702db5ed fix(api): fix invalid tx sig when tx to is nil 2020-12-23 10:40:40 +08:00
Sandy Zhou 625fca5795
Merge pull request #297 from meshplus/fix-swarm-connect
fix:fix swarm connect with less peers
2020-12-22 15:56:29 +08:00
jzhe c01553f351 fix:fix swarm connect with less peers 2020-12-22 15:33:35 +08:00
Aiden X d26cec7a9b
Merge pull request #294 from meshplus/fix/make-cluster
fix(scripts): fix make cluster command starting bitxhub cluster error
2020-12-22 00:18:10 +08:00
Aiden X e5c43dae32
Merge pull request #295 from meshplus/solo-batch-timeout
refactor(*): 1: solo genetate a batch by timer; 2: refactor order.toml.
2020-12-22 00:17:34 +08:00
Aiden X 911fb8cbc0
Merge pull request #296 from meshplus/fix/abnormal-status
fix(coreapi): fix wrong chain status
2020-12-22 00:16:57 +08:00
Aiden X 0aa38647a5
Merge pull request #293 from meshplus/state-update
feat:add state update
2020-12-22 00:07:34 +08:00
jzhe 52bc503b5e test:add syncer test 2020-12-21 22:31:17 +08:00
Alexader 28996ffb2f fix(coreapi): fix wrong chain status 2020-12-21 22:10:10 +08:00
Lizen0512 c3ce3b582d refactor(*): 1: solo genetate a batch by timer; 2: refactor order.toml. 2020-12-21 19:42:20 +08:00
Alexader 229fd4f0e5 fix(scripts): fix make cluster command starting bitxhub cluster error 2020-12-21 17:03:42 +08:00
jzhe ba3963e8d0 feat:add state update 2020-12-21 16:25:23 +08:00
Alexader 45985a7b28
Merge pull request #288 from meshplus/fix/cmd-https-error
fix(cmd/client): fix cmd client is not working when https is enabled
2020-12-21 15:55:22 +08:00
Aiden X 1a4bf5f46a
Merge pull request #291 from meshplus/refactor-mempool
refactor(mempool): refactor mempool for raft
2020-12-21 15:46:09 +08:00
Lizen0512 6d7b842f42 refactor(mempool): refactor mempool for raft 2020-12-21 15:40:27 +08:00
Alexader 15d1a16f66 fix(client): rebase with master 2020-12-21 15:39:11 +08:00
Alexader 615ad396f6 fix(Makefile): fix x509 common name error in go1.15+ 2020-12-21 15:25:06 +08:00
Alexader a189df6b5a fix(cmd/client): fix cmd client is not working when https is enabled 2020-12-21 15:25:06 +08:00
Alexader b1b8230353
Merge pull request #292 from meshplus/fix/add-judgment-that-transactionhash-is-null
fix(internal,tester): add the judgment of whether transactionhash is null
2020-12-21 15:05:36 +08:00
dawn-to-dusk f52360867c fix(internal,tester): add the judgment of whether transactionhash is null
1. Add the judgment of whether transactionhash is null.
2020-12-18 18:50:44 +08:00
Sandy Zhou 9ee0550c3b
Merge pull request #281 from meshplus/feat/add-delvpnode-cmd
feat(cmd): change get to post while deleting vp node
2020-12-18 17:38:07 +08:00
dawn-to-dusk b646c3bcad feat(cmd): add delete vp node cmd 2020-12-18 17:18:14 +08:00
Sandy Zhou 92666dd4a2
Merge pull request #290 from meshplus/fix/return-getmultisigns-error
fix(api/grpc): return the error for GetMultiSigns
2020-12-18 16:34:42 +08:00
Sandy Zhou 37588cfd26
Merge pull request #287 from meshplus/config-change
feat(*): refactor p2p module to adapt the function of adding and deleting nodes in RBFT
2020-12-18 14:51:43 +08:00
Lizen0512 918605170b fix(test): refactor certs of unit tests 2020-12-18 14:45:47 +08:00
Lizen0512 e8521998ff refactor(*): refactor network config 2020-12-18 14:30:40 +08:00
Lizen0512 131b086563 feat(*): add delete vp node feature 2020-12-18 14:30:40 +08:00
Lizen0512 7ab92d6f2b feat(*): add vp node feature 2020-12-18 14:30:40 +08:00
dawn-to-dusk 4acd6f2dbb fix(api/grpc): return the error for GetMultiSigns 2020-12-17 21:09:37 +08:00
Lizen0512 d9ad9bf0d1
Merge pull request #289 from meshplus/refactor/add-executed-txs
refactor(executor): rename NewBlockEvent to ExecutedEvent and add TxHashList
2020-12-17 19:08:04 +08:00
zhourong af93ad5a74 refactor(executor): rename NewBlockEvent to ExecutedEvent and add TxHashList 2020-12-17 18:50:06 +08:00
Lizen0512 876a5af0dc
Merge pull request #286 from meshplus/BC-1333
fix(raft): fix BC-1333, the leader node cannot be selected
2020-12-16 16:48:46 +08:00
Lizen0512 3212c66f60 fix(raft): fix BC-1333, the leader node cannot be selected 2020-12-16 15:01:15 +08:00