Commit Graph

538 Commits

Author SHA1 Message Date
treasersimplifies fe84306206 fix(*): fix log print when register contract 2021-02-24 10:34:16 +08:00
treasersimplifies 5432a416ee test(*): fix ibtp tests 2021-02-24 10:34:16 +08:00
treasersimplifies 64faed9037 feat(*): add inter relay ibtp handler 2021-02-24 10:34:07 +08:00
treasersimplifies 12c74d4395 feat(*): add inter relay broker for contracts 2021-02-24 10:31:17 +08:00
Sandy Zhou efe9427752
Merge pull request #326 from meshplus/fix/fix-ha-two-node
fix: fix ha two node
2021-02-23 12:32:29 +08:00
jzhe 8b062ffbc0
Merge pull request #340 from meshplus/test/improve-test-coverage
test:improve test coverage
2021-02-22 19:40:22 +08:00
jzhe 11cb56051e test:improve test coverage 2021-02-22 19:17:19 +08:00
jzhe dd20c94020
Merge pull request #339 from meshplus/test/add-repo-and-boltvm-test
test:add repo and boltvm unit test
2021-02-22 15:27:28 +08:00
jzhe b5cba02552 test:add repo and boltvm unit test 2021-02-22 15:16:03 +08:00
Aiden X 02e651cbd5
Merge pull request #337 from meshplus/chore/update-test-pkgs
chore(ci):update test pkgs
2021-02-07 17:10:16 +08:00
jzhe c387337122
Merge pull request #331 from meshplus/test/add-peermgr
test: add case
2021-02-07 16:44:36 +08:00
jzhe 38f979462c test(peermgr):add stop after swarm finish the test 2021-02-07 16:39:18 +08:00
Aiden X 187b317e85 test: add case 2021-02-07 16:37:52 +08:00
jzhe 71ea5bc7b6 chore(ci):update test pkgs 2021-02-07 16:07:43 +08:00
jzhe c73362071e
Merge pull request #336 from meshplus/chore/update-prepare
chore(ci):update prepare
2021-02-07 15:58:39 +08:00
jzhe 253b4e57ea chore(ci):update node test 2021-02-07 15:40:40 +08:00
jzhe 190143c687
Merge pull request #332 from meshplus/unit-test
test(etcdraft): add unit test for etcdraft package
2021-02-05 10:50:23 +08:00
jzhe 41da57be4d chore(Makefile):go generate in tester 2021-02-05 10:27:02 +08:00
Alexader 30190e90e5
Merge pull request #333 from meshplus/test/modify-syncer
test(syncer):modify syncer tests
2021-02-04 19:25:55 +08:00
jzhe c7bf6388a1 test(syncer):modify syncer tests 2021-02-04 17:10:46 +08:00
Lizen0512 8f361682ce test(etcdraft): add unit test for etcdraft package 2021-02-04 15:32:19 +08:00
Alexader ccb315510d
Merge pull request #330 from meshplus/test/add-test-for-interchain
test(router): add test for interchain
2021-02-03 20:29:52 +08:00
dawn-to-dusk e3608a9949 test(router): add test for interchain 2021-02-03 18:14:54 +08:00
Aiden X 158b99afd0
Merge pull request #328 from meshplus/feat/stub-delete
feat(stub): add delete for blot stub
2021-02-03 09:55:56 +08:00
treasersimplifies 9c748e41af feat(stub): add delete for blot stub 2021-02-02 15:55:33 +08:00
Aiden X 8d7dd33e4c
Merge pull request #327 from meshplus/test/contracts
Test/contracts
2021-01-27 16:43:41 +08:00
Alexader 211fca0a43 test(contracts): add test for interchain menager 2021-01-27 16:25:07 +08:00
liweixia de8ec92654 fix: fix ha two node 2021-01-27 14:33:17 +08:00
Alexader 884e02ec17 test(contracts): add test for contracts 2021-01-26 19:07:43 +08:00
levi9311 65995ecba7
Merge pull request #324 from meshplus/test/add-vm-test
test: add vm test
2021-01-26 16:56:41 +08:00
dawn-to-dusk e7a1995c50
Merge pull request #322 from meshplus/feat/add-certificate-validation-configuration
feat(*): add certificate validation configuration
2021-01-26 16:34:09 +08:00
dawn-to-dusk 6baebe469c
Merge branch 'master' into feat/add-certificate-validation-configuration 2021-01-26 16:31:02 +08:00
jzhe 809341fb63
Merge pull request #325 from meshplus/test/proof-test
test:add proof test
2021-01-26 15:05:02 +08:00
jzhe 89eef0fced test:add proof test 2021-01-26 14:59:36 +08:00
dawn-to-dusk 09617a14d3 feat(*): add certificate validation configuration
1.Add certificate validation configuration in bitxhub.toml, so we can decide whether or not to enable certificate authentication based on the configuration file.
2021-01-25 19:43:32 +08:00
Alexader c75adafb2b
Merge pull request #320 from meshplus/fix/subscribe-nil-pier
fix(api): fix panic when subscribe pid is nil
2021-01-25 14:04:53 +08:00
dawn-to-dusk 2c7b983f6a
Merge pull request #319 from meshplus/feat/modify-certificate-validation-method
feat(*): modify the certificate validation method
2021-01-25 10:18:40 +08:00
Alexader 67ab607e88 fix(api): fix panic when subscribe pid is nil 2021-01-22 10:37:31 +08:00
dawn-to-dusk 9d03878c82 feat(*): modify the certificate validation method
1.Delete the certificate validation procedure after connect;

2.Select transport based on go-libp2p-cert when creating libp2p;

3.Delete the certificate related methods because they have been moved to the go-libp2p-cert.
2021-01-22 10:25:53 +08:00
liweixia 0785bb6f06 test: add vm test 2021-01-21 18:14:57 +08:00
jzhe cb59bacb0f
Merge pull request #309 from meshplus/feat/mempool-timeout
Feat/mempool tx timeout and rebroadcast for raft
2021-01-19 18:36:53 +08:00
Alexader 1c98689f2d fix(mempool): old ttl key not released in txLiveTimeMap bug 2021-01-19 18:31:09 +08:00
Alexader 2aed7f6ecd refactor(mempool): refactor code according to comments 2021-01-18 20:17:04 +08:00
Alexader f328d1d6a1 fix(order): add rebroadcast timeout non-zero check 2021-01-18 10:26:06 +08:00
Alexader abd840d487 feat(order): add ttl index and local indicator for mempool tx
1. add ttl index to track txs need to be rebroadcast
2. add local indicator for each tx in mempool to judge if this tx is from api module
2021-01-18 10:26:06 +08:00
Alexader 6b52259ad3 feat(order): add timeout rebroadcast mechanism in mempool 2021-01-18 10:26:06 +08:00
Aiden X 502ae955ac
Merge pull request #318 from meshplus/fix/subscribe-txwrapper
fix(api): fix wrong id when subscribe for interchain tx wrapper
2021-01-18 10:25:10 +08:00
Alexader 4af07cee6c fix(api): fix wrong id when subscribe for interchain tx wrapper 2021-01-17 15:16:56 +08:00
Lizen0512 ff0f832778
Merge pull request #317 from meshplus/batch-file
feat(go.mod): update the version of bitxhub-kit for batch file feature
2021-01-12 20:09:32 +08:00
Lizen0512 2d6fa68650 feat(go.mod): update the version of bitxhub-kit for batch file feature 2021-01-12 19:40:33 +08:00