Commit Graph

558 Commits

Author SHA1 Message Date
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
zhourong a1d7c31f29 fix(*): modify description of command "key" 2020-12-11 13:46:25 +08:00
Alexader fba2a85caa fix(cmd): fix bitxhub key gen bug when target not set 2020-12-11 13:43:12 +08:00
Aiden X a7dc81d61c
Merge pull request #282 from meshplus/feat/rm-init-cmd-flag
cmd: rm config flag in init cmd
2020-12-11 11:04:43 +08:00
Aiden X bb92371897 cmd: rm config flag in init cmd 2020-12-11 10:38:46 +08:00
jzhe 2de015af19 test(tester):update network.toml in cluster nodes 2020-12-10 13:36:52 +08:00
jzhe 22608fc70a refactor:revert network config 2020-12-10 13:36:40 +08:00
jzhe 76bbf9a4b4
Merge pull request #279 from meshplus/feat/add-delvpnode
feat(api,internal): add delete vp node interface
2020-12-10 13:35:38 +08:00
dawn-to-dusk 93b7c51523 feat(api,internal): add delete vp node interface 2020-12-10 11:19:09 +08:00
jzhe 37a4619f0a
Merge pull request #278 from meshplus/fix/build-plugin
fix(makefile): support TAGS in building order plugin
2020-12-09 10:25:42 +08:00
zhourong 1b2723dae0 fix(makefile): support TAGS in building order plugin 2020-12-08 16:32:57 +08:00
Treaser(Song) Lou bee353617f
Merge pull request #277 from meshplus/fix/fix-makefile
fix(makefile): fix replace newline can't work for some sed
2020-12-08 16:12:28 +08:00
zhourong b9a606806b fix(makefile): fix replace newline can't work for some sed 2020-12-08 16:07:26 +08:00
Sandy Zhou f7ff7eb33b
Merge pull request #276 from meshplus/build/update-kit
build: update kit
2020-12-07 17:16:54 +08:00
Aiden X 8e451ce9a3 build: update kit 2020-12-07 16:56:37 +08:00
Aiden X 27b5aaf0d6
Merge pull request #274 from meshplus/fix/client-panic
fix: bitxhub client panic
2020-12-07 16:50:03 +08:00
Aiden X f4ef2dfbe7 fix: bitxhub client panic 2020-12-03 15:33:00 +08:00
Lizen0512 c4c897b8f2
Merge pull request #273 from meshplus/add-notify
feat(p2p):add notify in p2p
2020-12-03 13:59:58 +08:00
jzhe a265db69a4 feat(p2p):add notify in p2p 2020-12-03 12:51:29 +08:00
Lizen0512 993ca0382d
Merge pull request #270 from meshplus/mempool-mas
refactor mempool for rbft-1.4
2020-12-01 21:59:23 +08:00
Lizen0512 ef5b9e7792 refactor(*): refactor mempool for rbft-1.4 2020-12-01 21:48:23 +08:00
Lizen0512 483cff57ae fix(certs): re-order certs files by its address order 2020-12-01 21:46:16 +08:00