jzhe
2efdd35e4a
fix(*):fix justElected flag
2020-11-24 14:04:07 +08:00
Sandy Zhou
d2d1134c7f
Merge pull request #262 from meshplus/feat/add-mock-peermgr
...
feat(pkg): add mock_peermgr to avoid exception
2020-11-24 10:39:21 +08:00
Sandy Zhou
e391509b9d
Merge pull request #247 from meshplus/fix/fix-log
...
fix(log): fix log age option
2020-11-24 10:35:17 +08:00
dawn-to-dusk
c05f37d1ad
fix(internal): fix a bug in unit test
...
Change the content of the unit test in config_test.go, because the node startup default IP has been changed to 0.0.0.0 in the loadNetworkConfig function
2020-11-23 20:28:58 +08:00
zhourong
26f23b8710
fix(executor): fix l2root pointer acquisition in for cycle
2020-11-23 19:59:37 +08:00
dawn-to-dusk
12b13c937a
feat(pkg): add mock_peermgr to avoid exception
2020-11-23 19:51:43 +08:00
Sandy Zhou
1b1eacc27b
Merge pull request #260 from meshplus/feat/change-node-start-ip
...
feat(internal/repo): set the default IP for node startup to 0.0.0.0
2020-11-23 19:35:39 +08:00
dawn-to-dusk
734101d219
feat(internal/repo): set the default IP for node startup to 0.0.0.0
2020-11-23 17:37:59 +08:00
jzhe
d2dff45ccc
Merge pull request #259 from meshplus/refactor/refine-executor-logs
...
refactor(executor): adjust log level
2020-11-23 15:04:15 +08:00
zhourong
467228f7bc
refactor(executor): adjust log level
2020-11-23 14:19:52 +08:00
Alexader
cd052a817e
Merge pull request #253 from meshplus/feat/solo-mempool
...
feat(solo): add mempool for solo plugin
2020-11-20 17:13:19 +08:00
Alexader
a6fc510d25
Merge pull request #257 from meshplus/fix/get-multi-sign-in-solo
...
fix(api):fix GetMultiSigns by using solo mode
2020-11-20 17:11:40 +08:00
jzhe
4fb6e39eb6
fix(api):fix GetMultiSigns by using solo mode
2020-11-20 16:37:47 +08:00
Aiden X
3028952415
Merge pull request #256 from meshplus/feat/add-marshalpb-for-hash
...
feat: add marshal pb for hash
2020-11-20 16:23:16 +08:00
Aiden X
d530d72802
feat: add marshal pb for hash
2020-11-20 16:02:08 +08:00
jzhe
abb6c9adfb
chore(log):remove max size in log config
2020-11-20 10:59:58 +08:00
jzhe
9b18c0da95
chore(mod):update lightp2p version
2020-11-19 16:28:41 +08:00
Alexader
05f184d112
feat(solo): add mempool for solo plugin
...
1. add mempool module to solo plugin and its unit test
2. add solo related starting scripts and config files
2020-11-19 11:03:17 +08:00
Alexader
4c961bf3b2
Merge pull request #252 from meshplus/fix/redundant-logs
...
fix(go.mod): update bitxhub-core to remove redundant logs
2020-11-18 22:24:09 +08:00
Alexader
34e693f4ec
fix(go.mod): update bitxhub-core to remove redundant logs
2020-11-18 16:38:16 +08:00
Alexader
7e56139a74
Merge pull request #251 from meshplus/feat/did-method-registry
...
feat(registry): add did and method registry
2020-11-18 13:58:16 +08:00
treasersimplifies
4340ce07a5
feat(registry): add did and method registry
2020-11-18 13:53:43 +08:00
jzhe
17b65d8a27
fix(*):fix new leader changed
2020-11-18 10:37:26 +08:00
jzhe
f07ca2841d
fix(*): update interchain contract
2020-11-18 10:36:12 +08:00
jzhe
0f47962294
Merge pull request #248 from meshplus/fix/bad-gateway-tls
...
fix(api): fix bad gateway when tls is enabled
2020-11-17 16:57:41 +08:00
Alexader
cd48404394
fix(api): fix bad gateway when tls is enabled
...
replace new format of pem file and set tls enabled by default
2020-11-17 15:35:35 +08:00
jzhe
ddd02cba0a
fix(log): fix log age option
2020-11-09 10:53:40 +08:00
Aiden X
f993df67d5
Merge pull request #245 from meshplus/feat/add-ping
...
feat(p2p):add ping function
2020-11-05 14:47:09 +08:00
jzhe
7569fa80f8
fix(test):fix multi raft node test
2020-11-05 11:33:48 +08:00
jzhe
68a7fca45d
feat(p2p):add ping function
2020-11-05 11:04:53 +08:00
Aiden X
7100440765
Merge pull request #240 from meshplus/fix/bitxhub-cert-priv-gen-target-nonexistent
...
fix(cmd): add a judge whether the directory exists when generating the private key
2020-11-03 15:12:43 +08:00
dawn-to-dusk
0f6d890066
fix(cmd): add a judge whether the directory exists when generating the private key
2020-11-03 11:22:54 +08:00
Aiden X
cda9c6ccb2
build: modify version
2020-11-03 11:08:00 +08:00
Aiden X
82cbac30f5
Merge pull request #229 from meshplus/fix/show-key-error
...
fix(cmd): fix "bitxhub key show" command with wrong path
2020-10-30 15:13:55 +08:00
Aiden X
ef65da7e28
Merge pull request #236 from meshplus/rbft-config
...
feat(config): add rbft config into order.toml
2020-10-30 15:10:04 +08:00
Lizen0512
9b3d232a00
feat(config): add rbft config into order.toml
2020-10-30 13:40:21 +08:00
Alexader
4e1b7f6df4
fix(cmd): fix "bitxhub key show" command with wrong path
...
fix "btxhub key show" command should return error but not bug
2020-10-29 20:37:33 +08:00
Alexader
876bad5aa2
Merge pull request #226 from meshplus/chore/remove-transfer-limit
...
chore(grcp): remove transfer amount can't be 0 limit
2020-10-27 20:26:28 +08:00
jzhe
5f85790f94
Merge pull request #225 from meshplus/fix/fix-err-when-get-tx
...
fix(*): fix error when getting tx through gateway
2020-10-27 19:02:49 +08:00
zhourong
b66d180fa0
fix(*): fix error when getting tx through gateway
2020-10-27 17:29:42 +08:00
Alexader
e8e5427083
chore(grcp): remove transfer amount can't be 0 limit
2020-10-27 17:29:18 +08:00
jzhe
c48cf6c314
Merge pull request #224 from meshplus/add-more-log
...
refactor(*): add executor logger to serial executor
2020-10-27 17:17:56 +08:00
zhourong
108b2e8ea8
refactor(*): add executor logger to serial executor
2020-10-27 13:55:57 +08:00
Alexader
093d1b75ce
Merge pull request #223 from meshplus/mempool-rbft
...
feat(mempool): mempool adaptation rbft consensus
2020-10-27 13:35:31 +08:00
Lizen0512
1eeb6bf8b7
feat(mempool): mempool adaptation rbft consensus
2020-10-27 13:24:35 +08:00
Aiden X
57f824ebf1
Merge pull request #221 from meshplus/feat/add-blockfile
...
feat: add block file
2020-10-27 10:57:01 +08:00
liweixia
6c1f7b4ef5
feat: add block file
2020-10-26 21:20:58 +08:00
Alexader
5227e07345
Merge pull request #222 from meshplus/feat/service-mgr
...
feat(contract):add service manager contract
2020-10-26 17:26:14 +08:00
Sandy Zhou
6f6d21fb01
Merge pull request #216 from meshplus/feat/tick-timeout-in-raft
...
feat(raft):add tick timeout in raft config
2020-10-26 17:25:43 +08:00
jzhe
73e3dcef64
feat(contract):add service manager contract
2020-10-26 11:16:03 +08:00