Aiden X
a9924a3817
Merge pull request #32 from 4ever9/ci/update-codecov-1.0.6
...
ci(codecov): update to 1.0.6
2020-04-21 13:49:55 +08:00
Aiden X
2fd7f98274
ci(codecov): update to 1.0.6
2020-04-21 12:47:33 +08:00
Aiden X
94a42fbe85
Merge pull request #29 from terasum/master
...
fix(internal/repo/config.go): fix typo
2020-04-21 12:28:54 +08:00
Aiden X
caada28c3b
Merge pull request #30 from meshplus/ci/use-v2-checkout
...
ci(*): use v2 checkout
2020-04-20 21:52:07 +08:00
Aiden X
f4621dd025
ci(*): use v2 checkout
2020-04-20 21:31:40 +08:00
Chen Quan
89cf230dae
fix(internal/repo/config.go): fix typo
2020-04-20 20:51:30 +08:00
Aiden X
1ec8bf3c40
Merge pull request #28 from meshplus/scripts/quick_start/add-specific-version-for-pier
...
chore(scripts): checkout specific version for pier
2020-04-18 16:28:01 +08:00
Aiden X
1b7656935b
chore(scripts): checkout specific version for pier
...
Closes : #19
2020-04-18 00:19:35 +08:00
Alburt
14365611ea
Merge pull request #26 from meshplus/fix/fix-node-test-failure
...
fix(node):fix the failure of node test
2020-04-17 19:22:58 +08:00
jiangzhe
e2c1bc8db1
fix(node):fix the failure of node test
2020-04-17 17:16:17 +08:00
Aiden X
c42ed255b3
Merge pull request #25 from meshplus/feat/handle-invalid-chain_id
...
feat(executor): handling invalid destination chain id
2020-04-17 11:13:12 +08:00
Alexader
ae54604bf9
feat(executor): handling invalid destination chain id
...
When the destination chain id of ibtp is not exist in bitxhub, its content should still be processed.
close #22
2020-04-17 10:29:45 +08:00
Aiden X
5c47b60284
Merge pull request #20 from meshplus/refactor/illegal-tx-handling
...
refactor(executor): refactor illegal tx handling
2020-04-16 20:44:31 +08:00
Alexader
ec0bd485d6
refactor(executor): refactor illegal tx handling
...
when the destination chain id is illegal, bitxhub should ignore it instead of returning error. The appchain which invoked this tx will wait for this tx to timeout.
2020-04-16 20:38:08 +08:00
Aiden X
9ebc083a89
Merge pull request #21 from meshplus/feat/new-validation-engine
...
Refactor validation engine
2020-04-16 20:34:11 +08:00
levi9311
d1af9adfef
feat: adjust validation and wasm module
...
move wasm lib to validation module
wasm instance now need imports to create
2020-04-16 20:10:24 +08:00
levi9311
3e602dcd07
feat: add auto determine fabric internal rule
...
Now internal rule manager will automatically use fabric internal rule address when it can not find wasm address
2020-04-16 11:26:56 +08:00
Aiden X
cd198ca846
Merge pull request #17 from meshplus/test/add-integration-test
...
test(*): add integration test
2020-04-16 11:25:51 +08:00
Aiden X
6331259efc
test(*): add integration test
2020-04-16 00:43:16 +08:00
Aiden X
e3a4b447a0
Merge pull request #14 from meshplus/feat/add-validators-command
...
feat(client): add validators command
2020-04-14 20:06:16 +08:00
jiangzhe
4fd3c655e7
feat(client): add validators command
2020-04-14 19:38:52 +08:00
Aiden X
46d3b44093
Merge pull request #12 from meshplus/chore/update-gomod
...
chore(go.mod): update bitxhub-kit and bitxhub-model version
2020-04-13 17:09:37 +08:00
Alexader
5d68527641
chore(go.mod): update bitxhub-kit and bitxhub-model version
2020-04-13 16:26:01 +08:00
Alburt
7f540fb52d
Merge pull request #9 from meshplus/fix/fix-raft-consensus-error
...
fix consensus error
2020-04-10 17:05:58 +08:00
jiangzhe
96ba5e0d90
fix(raft): fix raft consensus error
...
1. add the maximum transaction size to the tx pool.
2. leader election results in repeated ack transactions.
2020-04-09 20:19:27 +08:00
jiangzhe
fc6a894231
fix(bloom_filter): fix bloom filter caused panic
2020-04-09 20:02:53 +08:00
Aiden X
54040131a1
Merge pull request #7 from meshplus/feat/add-fabric-validation
...
feat(validator): add go internal fabric rule
2020-04-09 16:41:02 +08:00
xialiwei
c886be3907
feat(validator): add go internal fabric rule
...
1. add validation engine
2. now validatior will init in validation engine, validator type will choosed by the address
2020-04-09 11:00:48 +08:00
Aiden X
71e4cd08ac
Merge pull request #6 from meshplus/feat/add-access-control-for-interchain-contract
...
feat(executor): adding access control for interchain contract
2020-04-08 20:30:44 +08:00
Aiden X
f3f5ef0c8d
feat(executor): adding access control for interchain contract
2020-04-08 18:34:20 +08:00
Aiden X
d2d377f6f4
Merge pull request #5 from meshplus/build/update-quick-start
...
build(quick_start):add two fabric clusters in one machine
2020-04-08 18:13:29 +08:00
jiangzhe
646293ec1a
build(quick_start):add two fabric clusters in one machine
2020-04-08 14:15:22 +08:00
Aiden X
dceaacc50a
Merge pull request #4 from meshplus/chore/add-deploy-scripts
...
chore(scripts): add deploy bitxhub scripts
2020-04-07 11:26:41 +08:00
Alexader
1a371bd180
chore(scripts): add deploy bitxhub scripts
...
add deploy scripts for compiling linux binary and deploying to server
2020-04-07 11:00:10 +08:00
Aiden X
123d51756d
Merge pull request #2 from meshplus/build/add-go-report-card
...
build(ci): add go report card
2020-04-01 02:46:11 +08:00
Aiden X
d3baaf18b1
build(ci): add go report card
2020-04-01 02:36:28 +08:00
Aiden X
3d318a63fe
Merge pull request #1 from meshplus/build/add-codecov
...
build(ci): add codecov
2020-04-01 02:23:24 +08:00
Aiden X
c6429e6836
build(ci): add codecov
2020-04-01 02:18:43 +08:00
Aiden X
3266eefe41
docs(README.md): update official size
2020-03-31 16:44:45 +08:00
Aiden X
3c5f6bb7c8
docs(README.md): update official png
2020-03-31 16:39:13 +08:00
Aiden X
3c30065b3b
docs(README.md): add official png
2020-03-31 16:35:44 +08:00
Aiden X
4e5597f3ee
docs(README.md): update image size
2020-03-31 16:28:42 +08:00
Aiden X
29d0895338
docs(README.md): add arch png
2020-03-31 16:05:14 +08:00
Aiden X
2bb82e8d81
build(linter): add .golangci.yml
2020-03-30 22:57:55 +08:00
Aiden X
006911d3f7
build(linter): update golangci-linter to v1.23.0
2020-03-30 22:21:50 +08:00
Aiden X
4341254f88
build(action): add golangci-lint step
2020-03-30 22:10:39 +08:00
Aiden X
37e59ec42b
docs(README.md): add build passing badge
2020-03-30 22:00:13 +08:00
Aiden X
f78cae8f59
build(action): update name to build.yml
2020-03-30 21:56:31 +08:00
Aiden X
2bdc8dac74
docs(README.md): add build badge
2020-03-30 21:51:48 +08:00
Aiden X
b9472e5235
build(actions): add go.yml
2020-03-30 21:44:58 +08:00