Commit Graph

679 Commits

Author SHA1 Message Date
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
jzhe 57952282bc
Merge pull request #284 from meshplus/fix/fix-cmd
fix(cmd): fix some bugs in command
2020-12-15 22:26:09 +08:00
Alexader 9c9078c8e5
Merge pull request #283 from meshplus/fix/key-gen-bug
fix(cmd): fix bitxhub key gen bug when target not set
2020-12-14 19:46:33 +08:00
Lizen0512 4ec55ccc56
Merge pull request #275 from meshplus/revert-network-config
Revert network config
2020-12-14 19:34:01 +08:00
Lizen0512 f15949f5d3 Merge branch 'revert-network-config' of github.com:meshplus/bitxhub into revert-network-config 2020-12-14 19:21:07 +08:00
jzhe 00c38a417d test(tester):update network.toml in cluster nodes 2020-12-14 19:18:46 +08:00
jzhe 4c9c5cbe56 refactor:revert network config 2020-12-14 19:18:46 +08:00
zhourong 1b6a1991aa fix(*): make error info user friendly in cert command 2020-12-11 13:46:25 +08:00