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
Lizen0512
13a933ff61
factor(*): return consensus status when vp node is un-ready
2020-12-01 21:46:16 +08:00
Aiden X
1d28c012ba
Merge pull request #271 from meshplus/ci/disable-codecov-patch
...
ci: add codecov patch disable
2020-12-01 21:31:44 +08:00
Aiden X
c1263edd44
ci: add codecov patch disable
2020-12-01 21:18:03 +08:00
jzhe
934ce11268
Merge pull request #269 from meshplus/refactor/refine-ent-build
...
refactor(makefile): refine makefile for ent version
2020-12-01 18:43:42 +08:00
zhourong
8ab3abd110
refactor(makefile): refine makefile for ent version
2020-12-01 15:19:18 +08:00
jzhe
2568436e91
Merge pull request #268 from meshplus/fix/change-license-name
...
fix: change license name
2020-11-30 20:49:27 +08:00
Aiden X
175886e249
Merge pull request #267 from meshplus/refactor/change-license
...
refactor: change license
2020-11-27 16:56:03 +08:00
Aiden X
49c479ca76
Merge pull request #266 from meshplus/refactor/mv-blockfile
...
refactor: move blockfile to kit lib
2020-11-27 16:42:58 +08:00
liweixia
f02ab02217
fix: change license name
2020-11-27 13:59:04 +08:00
liweixia
33afde09eb
refactor: change license
2020-11-27 03:27:38 +08:00
liweixia
9bac16d161
refactor: move blockfile to kit lib
2020-11-27 02:25:09 +08:00
Treaser(Song) Lou
e52b4ae2c9
Merge pull request #265 from meshplus/feat/fit-did
...
feat(*): add init fit for did
2020-11-26 10:55:46 +08:00
Aiden X
cf4bc32759
Merge pull request #264 from meshplus/fix/fix-tps-param-type
...
fix(API): fix block number overflow issue
2020-11-25 19:10:50 +08:00
Aiden X
03fed65ff5
Merge pull request #263 from meshplus/fix/fix-for-bug
...
fix(executor): fix l2root pointer acquisition in for cycle
2020-11-25 19:09:43 +08:00
Treaser(Song) Lou
bd0fac5bb4
Merge branch 'master' into feat/fit-did
2020-11-25 11:19:35 +08:00
treasersimplifies
e5292fd260
feat(*): add init fit for did
2020-11-25 11:17:52 +08:00
zhourong
c705bb0da2
fix(API): fix block number overflow issue
2020-11-24 19:21:22 +08:00
Sandy Zhou
d7a4667998
Merge pull request #250 from meshplus/fix/fix-bugs
...
Fix/fix bugs
2020-11-24 16:52:24 +08:00
jzhe
8d9f7a2180
fix(node): add isRestart flag
2020-11-24 15:26:14 +08:00
jzhe
32570f1ceb
fix(network): disconnect peers if verify cert failed
2020-11-24 14:14:54 +08:00
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